Skip to content

Commit

Permalink
fix integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Jan 5, 2024
1 parent 70ad470 commit 667fb44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function run() {
run_sql "drop database test;" ${DOWN_TIDB_HOST} ${DOWN_TIDB_PORT}

# create a new changefeed with avro encoding, set the start_ts before run the sql file.
TOPIC_NAME = "simple-handle-key-only-avro"
TOPIC_NAME="simple-handle-key-only-avro"
changefeed_id="simple-handle-key-only-avro"
SINK_URI="kafka://127.0.0.1:9092/$TOPIC_NAME?protocol=simple&encoding-format=avro"
run_cdc_cli changefeed create --start-ts=$start_ts --sink-uri="$SINK_URI" -c ${changefeed_id} --config="$CUR/conf/changefeed.toml"
Expand Down

0 comments on commit 667fb44

Please sign in to comment.