Skip to content

Commit

Permalink
Revert debug changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverS929 committed Dec 6, 2024
1 parent e40b180 commit 6ec4675
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dm/tests/openapi/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ec4675

Please sign in to comment.