Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
charleszheng44 authored and ti-chi-bot committed May 6, 2023
1 parent edfaae5 commit 86544a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration_tests/multi_tables_ddl/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function run() {

check_changefeed_state "http://${UP_PD_HOST_1}:${UP_PD_PORT_1}" $cf_normal "normal" "null" ""
check_changefeed_state "http://${UP_PD_HOST_1}:${UP_PD_PORT_1}" $cf_err1 "normal" "null" ""
check_changefeed_state "http://${UP_PD_HOST_1}:${UP_PD_PORT_1}" $cf_err2 "error" "ErrSyncRenameTableFailed" ""
check_changefeed_state "http://${UP_PD_HOST_1}:${UP_PD_PORT_1}" $cf_err2 "failed" "ErrSyncRenameTableFailed" ""

check_sync_diff $WORK_DIR $CUR/conf/diff_config.toml 60

Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/multi_tables_ddl_v2/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function run() {

check_changefeed_state "http://${UP_PD_HOST_1}:${UP_PD_PORT_1}" $cf_normal "normal" "null" ""
check_changefeed_state "http://${UP_PD_HOST_1}:${UP_PD_PORT_1}" $cf_err1 "normal" "null" ""
check_changefeed_state "http://${UP_PD_HOST_1}:${UP_PD_PORT_1}" $cf_err2 "error" "ErrSyncRenameTableFailed" ""
check_changefeed_state "http://${UP_PD_HOST_1}:${UP_PD_PORT_1}" $cf_err2 "failed" "ErrSyncRenameTableFailed" ""

check_sync_diff $WORK_DIR $CUR/conf/diff_config.toml 60

Expand Down

0 comments on commit 86544a3

Please sign in to comment.