diff --git a/dm/tests/openapi/run.sh b/dm/tests/openapi/run.sh index 11ec9a97997..44ccee9cc39 100644 --- a/dm/tests/openapi/run.sh +++ b/dm/tests/openapi/run.sh @@ -1161,7 +1161,22 @@ function run() { run_dm_worker $WORK_DIR/worker2 $WORKER2_PORT $cur/conf/dm-worker2.toml check_rpc_alive $cur/../bin/check_worker_online 127.0.0.1:$WORKER2_PORT + test_relay + test_source + + test_shard_task + test_multi_tasks + test_noshard_task test_dump_and_load_task + test_task_templates + test_noshard_task_dump_status + test_complex_operations_of_source_and_task + test_task_with_ignore_check_items + test_delete_task_with_stopped_downstream + test_start_task_with_condition + test_stop_task_with_condition + test_reverse_https + test_full_mode_task # NOTE: this test case MUST running at last, because it will offline some members of cluster test_cluster