Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Aug 7, 2024
1 parent 0c22d78 commit 8536f5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions e2e_test/source/cdc_inline/sql_server_cdc/sql_server_cdc.slt
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ SELECT * from shared_sqlserver_all_data_types order by id;
3 t 127 32767 2147483647 9223372036854775807 -10 10000 10000 zzzz \xffffffff 2999-12-31 23:59:59.999 2099-12-31 23:59:59.999 2999-12-31 23:59:59.999+00:00

# ------------ kill cluster ------------
system ok
risedev kill
# system ok
# risedev kill

sleep 30s
# sleep 30s

# ------------ add rows stage ------------
system ok
Expand All @@ -205,10 +205,10 @@ sqlcmd -C -i e2e_test/source/cdc_inline/sql_server_cdc/sql_server_cdc_insert.sql
sleep 10s

# ------------ recover cluster ------------
system ok
risedev dev ci-1cn-1fe-with-recovery
# system ok
# risedev dev ci-1cn-1fe-with-recovery

sleep 30s
# sleep 30s

# ------------ check after recovery stage ------------

Expand Down

0 comments on commit 8536f5d

Please sign in to comment.