Build: #27 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
30 seconds
Revision
6b597c0a90477857ffa8329561cf260cbe7156d9 6b597c0a90477857ffa8329561cf260cbe7156d9
Total tests
32
Fixed in
#28 (Code changes detected)

Tests

  • 32 tests in total
  • 1 test failed
  • 1 failure is new
  • 18 seconds taken in total.
New test failures 1
Status Test Duration
Collapse Failed ImporterTest importConcept_shouldFailIfConceptClassMissing History
< 1 sec
java.lang.AssertionError:  Expected: (an instance of org.openmrs.module.openconceptlab.updater.ImportException and exception with message a string containing "Concept class 'Some missing concept class' is missing")      but: an instance of org.openmrs.module.openconceptlab.updater.ImportException <org.openmrs.api.APIException: 'org.openmrs.ConceptClass[362b8db4-ab3d-4c34-94be-447d9a0307a7]' failed to validate with reason: description: error.description> is a org.openmrs.api.APIException Stacktrace was: org.openmrs.api.APIException: 'org.openmrs.ConceptClass[362b8db4-ab3d-4c34-94be-447d9a0307a7]' failed to validate with reason: description: error.description  at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:81)  at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:133)  at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:49)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)  at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)  at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)  at com.sun.proxy.$Proxy48.saveConceptClass(Unknown Source)  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:606)  at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)  at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)  at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)  at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)  at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)  at com.sun.proxy.$Proxy48.saveConceptClass(Unknown Source)  at org.openmrs.module.openconceptlab.updater.Importer.toConcept(Importer.java:140)  at org.openmrs.module.openconceptlab.updater.Importer.importConcept(Importer.java:84)  at org.openmrs.module.openconceptlab.updater.ImporterTest.importConcept_shouldFailIfConceptClassMissing(ImporterTest.java:352)  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:606)  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.JUnit4Provider.execute(JUnit4Provider.java:252)  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)  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:606)  at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)  at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)  at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) 
java.lang.AssertionError: 
Expected: (an instance of org.openmrs.module.openconceptlab.updater.ImportException and exception with message a string containing "Concept class 'Some missing concept class' is missing")
     but: an instance of org.openmrs.module.openconceptlab.updater.ImportException <org.openmrs.api.APIException: 'org.openmrs.ConceptClass[362b8db4-ab3d-4c34-94be-447d9a0307a7]' failed to validate with reason: description: error.description> is a org.openmrs.api.APIException
Stacktrace was: org.openmrs.api.APIException: 'org.openmrs.ConceptClass[362b8db4-ab3d-4c34-94be-447d9a0307a7]' failed to validate with reason: description: error.description
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:81)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:133)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:49)
(95 more lines...)