-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I got this error once on Travis. Subsequent tests passed without changing anything to the services though. Any idea what might be going on? Is this an issue?
Running org.corehunter.services.simple.test.ITSimpleCoreHunterRunServices
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.184 sec <<< FAILURE! - in org.corehunter.services.simple.test.ITSimpleCoreHunterRunServices
testUpdateCorehunterRunDuringRun(org.corehunter.services.simple.test.ITSimpleCoreHunterRunServices) Time elapsed: 1.574 sec <<< ERROR!
java.lang.NullPointerException
at org.corehunter.services.simple.test.ITSimpleCoreHunterRunServices.testUpdateCorehunterRunDuringRun(ITSimpleCoreHunterRunServices.java:488)
Reactions are currently unavailable