From 99016d14d4561946e2166106d5f181c3cd133f01 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Tue, 13 Jul 2021 13:20:38 +0800 Subject: [PATCH] fix error --- tests/script/general/db/topic1.sim | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tests/script/general/db/topic1.sim b/tests/script/general/db/topic1.sim index 4238c49c0d..1639973120 100644 --- a/tests/script/general/db/topic1.sim +++ b/tests/script/general/db/topic1.sim @@ -610,17 +610,6 @@ if $rows != 1 then return -1 endi -sql alter database d1 fsync 0 -sql show topics; -if $rows != 0 then - return -1 -endi - -sql show databases; -if $rows != 1 then - return -1 -endi - sql drop database d1 sql show topics; if $rows != 0 then @@ -644,17 +633,6 @@ if $rows != 1 then return -1 endi -sql alter database d1 fsync 0 -sql show topics; -if $rows != 1 then - return -1 -endi - -sql show databases; -if $rows != 1 then - return -1 -endi - sql drop database d1 sql show topics; if $rows != 0 then -- GitLab