Build: #478 failed Changes by Rafal Korytkowski
Build result summary
Details
- Completed
- Queue duration
- 2 minutes
- Duration
- 9 minutes
- Labels
- None
- Revisions
-
- Git
-
8b3170aa0226f1417b9b2c6650348df704931d9e
8b3170aa0226f1417b9b2c6650348df704931d9e - Release scripts
-
a9c6b4741f415820e397e9b150cf80baca7f9368
a9c6b4741f415820e397e9b150cf80baca7f9368
- Total tests
- 5228
- Fixed in
- #479 (Changes by Rafal Korytkowski)
Tests
- 2 New failures
- 0 Existing failures
- 0 Fixed
- 52 Quarantined / skipped
Responsible
- Rafal Korytkowski Automatically assigned
Code commits
Author | Commit | Commit date | |
---|---|---|---|
Rafal Korytkowski |
8b3170aa0226f1417b9b2c6650348df704931d9e
|
Tests
Status | Test | View job | Duration | |
---|---|---|---|---|
Collapse |
HandlerUtilTest
getPreferredHandler_shouldThrowAAPIExceptionExceptionIfNoHandlerIsFound
|
Unit and Component Tests | < 1 sec | |
java.lang.AssertionError: Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "handler.type.not.found") but: exception with message a string containing "handler.type.not.found" message was "No interface org.springframework.validation.Validator is found that is able to handle a class java.lang.Integer" Stacktrace was: org.openmrs.api.APIException: No interface org.springframework.validation.Validator is found that is able to handle a class java.lang.Integer at org.openmrs.util.HandlerUtil.getPreferredHandler(HandlerUtil.java:175) at org.openmrs.util.HandlerUtilTest.getPreferredHandler_shouldThrowAAPIExceptionExceptionIfNoHandlerIsFound(HandlerUtilTest.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:168) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:180) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) at org.apache.maven.surefire.Surefire.run(Surefire.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) java.lang.AssertionError: Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "handler.type.not.found") but: exception with message a string containing "handler.type.not.found" message was "No interface org.springframework.validation.Validator is found that is able to handle a class java.lang.Integer" Stacktrace was: org.openmrs.api.APIException: No interface org.springframework.validation.Validator is found that is able to handle a class java.lang.Integer at org.openmrs.util.HandlerUtil.getPreferredHandler(HandlerUtil.java:175) at org.openmrs.util.HandlerUtilTest.getPreferredHandler_shouldThrowAAPIExceptionExceptionIfNoHandlerIsFound(HandlerUtilTest.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (71 more lines...) |
||||
Collapse |
HandlerUtilTest
getPreferredHandler_shouldThrowAAPIExceptionExceptionIfNoHandlerIsFound
|
Integration Tests | < 1 sec | |
java.lang.AssertionError: Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "handler.type.not.found") but: exception with message a string containing "handler.type.not.found" message was "No interface org.springframework.validation.Validator is found that is able to handle a class java.lang.Integer" Stacktrace was: org.openmrs.api.APIException: No interface org.springframework.validation.Validator is found that is able to handle a class java.lang.Integer at org.openmrs.util.HandlerUtil.getPreferredHandler(HandlerUtil.java:175) at org.openmrs.util.HandlerUtilTest.getPreferredHandler_shouldThrowAAPIExceptionExceptionIfNoHandlerIsFound(HandlerUtilTest.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:168) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82) at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:180) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) at org.apache.maven.surefire.Surefire.run(Surefire.java:180) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) java.lang.AssertionError: Expected: (an instance of org.openmrs.api.APIException and exception with message a string containing "handler.type.not.found") but: exception with message a string containing "handler.type.not.found" message was "No interface org.springframework.validation.Validator is found that is able to handle a class java.lang.Integer" Stacktrace was: org.openmrs.api.APIException: No interface org.springframework.validation.Validator is found that is able to handle a class java.lang.Integer at org.openmrs.util.HandlerUtil.getPreferredHandler(HandlerUtil.java:175) at org.openmrs.util.HandlerUtilTest.getPreferredHandler_shouldThrowAAPIExceptionExceptionIfNoHandlerIsFound(HandlerUtilTest.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) (71 more lines...) |
Jira issues
Issue | Description | Status | |
---|---|---|---|
Unknown Issue Type | TRUNK-3383 | Could not obtain issue details from Jira |