From ef6c1ad8dd86b2f2bcc388606935bc80b2130ba0 Mon Sep 17 00:00:00 2001 From: englefly Date: Thu, 8 Aug 2024 08:29:35 +0800 Subject: [PATCH] wait-mv-partition-row-report --- .../mv_p0/partition_prune/partition_prune.groovy | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/regression-test/suites/mv_p0/partition_prune/partition_prune.groovy b/regression-test/suites/mv_p0/partition_prune/partition_prune.groovy index c4b9c3c6a54554e..1a707d0fb1c4cd3 100644 --- a/regression-test/suites/mv_p0/partition_prune/partition_prune.groovy +++ b/regression-test/suites/mv_p0/partition_prune/partition_prune.groovy @@ -166,9 +166,11 @@ suite("partition_prune") { AS ${mv1} """) - + // wait partition row count report + sleep(10000) sql "analyze table test_duplicate with sync;" + explain { sql("""${query1}""") check {result -> @@ -203,7 +205,8 @@ suite("partition_prune") { AS ${mv2} """) - + // wait partition row count report + sleep(10000) sql "analyze table test_unique with sync;" explain { @@ -252,7 +255,8 @@ suite("partition_prune") { AS ${mv3} """) - + // wait partition row count report + sleep(10000) sql "analyze table test_aggregate with sync;" explain {