Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu authored May 20, 2022
1 parent 92ff68d commit 1c0b16b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions tests/integration_tests/http_api/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,9 @@ function run() {
python3 $CUR/util/test_case.py check_health $TLS_DIR
python3 $CUR/util/test_case.py get_status $TLS_DIR

<<<<<<< HEAD
python $CUR/util/test_case.py create_changefeed $TLS_DIR "$SINK_URI"
python3 $CUR/util/test_case.py create_changefeed $TLS_DIR "$SINK_URI"
# wait for changefeed created
sleep 2
=======
python3 $CUR/util/test_case.py create_changefeed $TLS_DIR "$SINK_URI"
# wait for all changefeed created
ensure $MAX_RETRIES check_changefeed_state "https://${TLS_PD_HOST}:${TLS_PD_PORT}" "changefeed-test1" "normal" "null" ${TLS_DIR}
ensure $MAX_RETRIES check_changefeed_state "https://${TLS_PD_HOST}:${TLS_PD_PORT}" "changefeed-test2" "normal" "null" ${TLS_DIR}
ensure $MAX_RETRIES check_changefeed_state "https://${TLS_PD_HOST}:${TLS_PD_PORT}" "changefeed-test3" "normal" "null" ${TLS_DIR}

# test processor query with no attached tables
#TODO: comment this test temporary
#python $CUR/util/test_case.py get_processor $TLS_DIR
>>>>>>> 7473aebbb (tests: use python3 to run http_api test to fix failed integration_tests (#5473))

run_sql "CREATE table test.simple0(id int primary key, val int);"
run_sql "CREATE table test.\`simple-dash\`(id int primary key, val int);"
Expand Down

0 comments on commit 1c0b16b

Please sign in to comment.