Closed eroux closed 6 years ago
using
mvn -Dtest="io.bdrc/ldspdi/test/**" test
I get:
Results :
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
I therefore cannot reproduce the issue. Re-pushing...
Obviously, I couldn't reproduce the issue... since the failing path was my local path :grin: Fixed it.
Thanks! I still have an error in mvn test
on my machine:
Running io.bdrc.ldspdi.test.LdsTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.047 sec <<< FAILURE! - in io.bdrc.ldspdi.test.LdsTest
io.bdrc.ldspdi.test.LdsTest Time elapsed: 0.047 sec <<< ERROR!
java.lang.NullPointerException: null
at io.bdrc.ldspdi.service.ServiceConfig.initForTests(ServiceConfig.java:87)
at io.bdrc.ldspdi.test.LdsTest.init(LdsTest.java:94)
io.bdrc.ldspdi.test.LdsTest Time elapsed: 0.047 sec <<< ERROR!
java.lang.NullPointerException: null
at io.bdrc.ldspdi.test.LdsTest.close(LdsTest.java:108)
Fixed as of commit 25f7b13
Resolved by commit ce9f7e6
mvn test
doesn't pass, here are some highlights from the console: