Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Test] Test testCreateGenericExecutor method would fail with NullPointerException #465

Open
2 tasks done
Jake-00 opened this issue Apr 2, 2023 · 0 comments · May be fixed by #468
Open
2 tasks done

[Bug][Test] Test testCreateGenericExecutor method would fail with NullPointerException #465

Jake-00 opened this issue Apr 2, 2023 · 0 comments · May be fixed by #468
Assignees

Comments

@Jake-00
Copy link
Contributor

Jake-00 commented Apr 2, 2023

What happened

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)

What do you expect to happen

No response

How to reproduce

  1. mvn clean
  2. mvn install

Build Environment

  • OS: WSL Ubuntu 20.04
  • JDK: 1.8.0_362
  • Maven: 3.6.3

Execution Environment

No response

BitSail version

master

BitSail Component or Code Module

BitSail Test

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@Jake-00 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 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
@Jake-00 Jake-00 closed this as completed Apr 20, 2023
@Jake-00 Jake-00 reopened this Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant