Build: #6 failed Changes by Darius Jazayeri <jazayeri@alum.mit.edu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
29 seconds
Labels
None
Revision
1962625dfc9cf1d7b1b7c0cbf9ccd65d28f786cd 1962625dfc9cf1d7b1b7c0cbf9ccd65d28f786cd
Total tests
2
Fixed in
#7 (Changes by Darius Jazayeri <jazayeri@alum.mit.edu>)

Tests

Responsible

  • djazayeri djazayeri Automatically assigned

Code commits

Author Commit Message Commit date
Darius Jazayeri <jazayeri@alum.mit.edu> Darius Jazayeri <jazayeri@alum.mit.edu> 1962625dfc9cf1d7b1b7c0cbf9ccd65d28f786cd 1962625dfc9cf1d7b1b7c0cbf9ccd65d28f786cd A grab bag of placeholder functionality I implemented in my spare time. Need to clean this up to make it obvious which things are good practices to be followed, and what is random stuff to be ripped out and replaced.

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 2
Status Test View job Duration
Collapse Failed EbolaExampleActivatorComponentTest testStarted History
Build Module 3 secs
java.lang.IllegalStateException: Failed to load ApplicationContext
	at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:308)
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
	at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
	at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:321)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:220)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:301)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
(60 more lines...)
Collapse Failed EbolaExampleActivatorComponentTest org.openmrs.module.ebolaexample.EbolaExampleActivatorComponentTest History
Build Module 3 secs
org.openmrs.api.APIException: contextDAO is null
	at org.openmrs.api.context.Context.getContextDAO(Context.java:173)
	at org.openmrs.api.context.Context.closeSession(Context.java:737)
	at org.openmrs.test.BaseContextSensitiveTest.closeSessionAfterEachClass(BaseContextSensitiveTest.java:739)
	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)
(19 more lines...)