From 5b6f43ebf3b016f1c0600cbf247db361b0792776 Mon Sep 17 00:00:00 2001 From: Minghao Li Date: Wed, 6 Jul 2022 20:52:39 +0800 Subject: [PATCH] refactor(sync): add vnodesnapshot.sim --- tests/script/tsim/sync/vnodesnapshot.sim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/script/tsim/sync/vnodesnapshot.sim b/tests/script/tsim/sync/vnodesnapshot.sim index 4a93f83604..7ad3afe309 100644 --- a/tests/script/tsim/sync/vnodesnapshot.sim +++ b/tests/script/tsim/sync/vnodesnapshot.sim @@ -145,9 +145,11 @@ system sh/exec.sh -n dnode4 -s stop -x SIGINT sql insert into ct1 values(now+0s, 10, 2.0, 3.0) sql insert into ct1 values(now+1s, 11, 2.1, 3.1)(now+2s, -12, -2.2, -3.2)(now+3s, -13, -2.3, -3.3) +sql flush database db; + system sh/exec.sh -n dnode4 -s start - +sql insert into ct1 values(now+1s, 81, 8.1, 8.1)(now+2s, -92, -9.2, -9.2)(now+3s, -73, -7.3, -7.3)