Skip to content

Commit

Permalink
revert time count
Browse files Browse the repository at this point in the history
Signed-off-by: Ping Yu <[email protected]>
  • Loading branch information
pingyu committed Mar 4, 2024
1 parent d9a60bb commit a48608e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/tests/integration_tests/changefeed_pause_resume/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function run() {
run_kafka_consumer --workdir "$WORK_DIR" --upstream-uri "$SINK_URI"
fi

for _ in $(seq 1 100000); do
for _ in $(seq 1 10); do
tikv-cdc cli changefeed pause --changefeed-id=$changefeed_id --pd=$UP_PD
rawkv_op $UP_PD put 5000
tikv-cdc cli changefeed resume --changefeed-id=$changefeed_id --pd=$UP_PD
Expand Down

0 comments on commit a48608e

Please sign in to comment.