bytedance / bitsail

BitSail is a distributed high-performance data integration engine which supports batch, streaming and incremental scenarios. BitSail is widely used to synchronize hundreds of trillions of data every day.
https://bytedance.github.io/bitsail/
Apache License 2.0
1.63k stars 335 forks source link

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

Open Jake-00 opened 1 year ago

Jake-00 commented 1 year ago

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

Execution Environment

No response

BitSail version

master

BitSail Component or Code Module

BitSail Test

Are you willing to submit PR?

Code of Conduct