Build: #82 failed

Job: Unit and Component Tests failed

Stages & jobs

  1. Default Stage

Test results

  • 2,422 tests in total
  • 2 tests failed
  • 1,440 tests were fixed
  • 10 minutes taken in total.

Build 82 has the following 2 errors:There were no new test failures since the previous build.

Existing test failures 2
Status Test Failing since Duration
org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [org.openmrs.annotation.OpenmrsProfile1_10] is defined: expected single bean but found 0: 
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:269)
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1083)
	at org.openmrs.annotation.OpenmrsProfileExclusionFilterTest.match_shouldIncludeBeanForOpenmrs1_10AndLater(OpenmrsProfileExclusionFilterTest.java:41)
	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)
(31 more lines...)
java.lang.AssertionError: Expected exception: org.springframework.beans.factory.NoSuchBeanDefinitionException
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)
	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)
(21 more lines...)