From 395ba3dc5fe1891991df8d4ad26a3e537be7fb5e Mon Sep 17 00:00:00 2001 From: Xiaoyu Wang Date: Fri, 22 Apr 2022 18:38:38 +0800 Subject: [PATCH] fix: some syntax parsing problems --- tests/script/tsim/db/alter_option.sim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/script/tsim/db/alter_option.sim b/tests/script/tsim/db/alter_option.sim index 2b230c3c45..57324367b5 100644 --- a/tests/script/tsim/db/alter_option.sim +++ b/tests/script/tsim/db/alter_option.sim @@ -183,10 +183,10 @@ sql_error alter database db days 0 sql_error alter database db days 14400 # set over than keep print ============== modify keep -sql alter database db keep 2000 +sql alter database db keep 3456000 sql show databases print keep $data7_db -if $data7_db != 2000,2000,2000 then +if $data7_db != 3456000,3456000,3456000 then return -1 endi -- GitLab