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

Relocate ITCase in connector module to bitsail-test module. #429

Closed BlockLiu closed 1 year ago

BlockLiu commented 1 year ago

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