You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running maven command mvn install, it would raise error shown below
-------------------------------------------------------------------------------
Test set: com.bytedance.bitsail.test.e2e.executor.generic.GenericExecutorTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.125 s <<< FAILURE! - in com.bytedance.bitsail.test.e2e.executor.generic.GenericExecutorTest
testCreateGenericExecutor(com.bytedance.bitsail.test.e2e.executor.generic.GenericExecutorTest) Time elapsed: 0.113 s <<< ERROR!
java.lang.NullPointerException
at com.bytedance.bitsail.test.e2e.executor.generic.GenericExecutorTest.testCreateGenericExecutor(GenericExecutorTest.java:55)
The text was updated successfully, but these errors were encountered:
Jake-00
changed the title
[Bug][Test] Test function testCreateGenericExecutor would fail
[Bug][Test] Test function testCreateGenericExecutor would fail with NullPointerException
Apr 2, 2023
healchow
changed the title
[Bug][Test] Test function testCreateGenericExecutor would fail with NullPointerException
[Bug][Test] Test testCreateGenericExecutor method would fail with NullPointerException
Apr 19, 2023
What happened
After running maven command
mvn install
, it would raise error shown belowWhat do you expect to happen
No response
How to reproduce
mvn clean
mvn install
Build Environment
Execution Environment
No response
BitSail version
master
BitSail Component or Code Module
BitSail Test
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: