[td-13039] update sim.

This commit is contained in:
Haojun Liao 2022-03-15 18:14:42 +08:00
parent 5b36dddec9
commit 085475acc4
1 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,8 @@ endi
print =============== query data from normal table after restart dnode
sql use ndb
sql select * from nt1
if $rows != 3 then
if $rows != 3 then
print expect 3, actual: $rows
return -1
endi