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.
[x] My code has the necessary comments and documentation (if needed).
[x] I have added relevant tests.
Purpose
Current integration tests (i.e., ***ITCase.java) are placed in connector modules.
These integration tests runs on embedded flink cluster, _i.e., directly use StreamingExecutionEnvironment to submit a job.
However, connectors are mean to be engine-regardless.
Therefore, we need to move integration tests to another place.
Approaches
We create a new module named "bitsail-test/bitsail-test-integration", and all integration tests will be placed in the module.
Signed-off-by: 96pengpeng@gmail.com
Pre-Checklist
Note: Please complete ALL items in the following checklist.
Purpose
Current integration tests (i.e., ***ITCase.java) are placed in connector modules. These integration tests runs on embedded flink cluster, _i.e., directly use StreamingExecutionEnvironment to submit a job. However, connectors are mean to be engine-regardless. Therefore, we need to move integration tests to another place.
Approaches
We create a new module named "bitsail-test/bitsail-test-integration", and all integration tests will be placed in the module.
Related Issues
New Behavior (screenshots if needed)
N/A