[td-3967]update the sim.

This commit is contained in:
Haojun Liao 2021-04-30 17:14:57 +08:00
parent d78ac9848c
commit b0ab4573bb
1 changed files with 3 additions and 2 deletions

View File

@ -100,7 +100,8 @@ sql insert into tb values(now, '\\\\');
print ------------->sim bug
# sql_error insert into tb values(now, '\\\');
# sql_error insert into tb values(now, '\\');
# sql_error insert into tb values(now, '\\n');
sql_error insert into tb values(now, '\');
#sql_error insert into tb values(now, '\\\n');
sql insert into tb values(now, '\n');
system sh/exec.sh -n dnode1 -s stop -x SIGINT