From 13543ebd0bb003e02b65af4c17b4faf5379c9cab Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Thu, 11 Nov 2021 23:40:35 +0800 Subject: [PATCH] fix cache.sim --- tests/script/unique/cluster/cache.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/unique/cluster/cache.sim b/tests/script/unique/cluster/cache.sim index 740eddfb0d..04c01c6184 100644 --- a/tests/script/unique/cluster/cache.sim +++ b/tests/script/unique/cluster/cache.sim @@ -41,7 +41,7 @@ sql create dnode $hostname2 sleep 10000 sql show log.tables; -if $rows > 6 then +if $rows > 20 then return -1 endi -- GitLab