From a22a8cbfcc0d8c2e607d1314a6cf2a981425fc3e Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Fri, 10 Feb 2023 10:31:55 +0800 Subject: [PATCH] test: add a regression test case. --- tests/script/tsim/parser/regressiontest.sim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/script/tsim/parser/regressiontest.sim b/tests/script/tsim/parser/regressiontest.sim index 6f350b439f..c08b1bbf27 100644 --- a/tests/script/tsim/parser/regressiontest.sim +++ b/tests/script/tsim/parser/regressiontest.sim @@ -186,4 +186,10 @@ if $data11 != 4 then return -1 endi +print ===============================================> TS-2613 +sql select * from information_schema.ins_databases limit 1 offset 1; +if $rows != 1 then + return -1 +endi + system sh/exec.sh -n dnode1 -s stop -x SIGINT