From d698fb92255935d75eeb1da7fdeb0823317e1dff Mon Sep 17 00:00:00 2001 From: shuke <37901441+shuke987@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:48:29 +0800 Subject: [PATCH] [regression-test](fix) fix two regression test case bug (#26071) --- regression-test/suites/github_events_p2/load.groovy | 2 +- regression-test/suites/statistics/analyze_stats.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/github_events_p2/load.groovy b/regression-test/suites/github_events_p2/load.groovy index 46803f3289..dc2e0dbb97 100644 --- a/regression-test/suites/github_events_p2/load.groovy +++ b/regression-test/suites/github_events_p2/load.groovy @@ -39,7 +39,7 @@ suite("load") { timeout 72000 } sql "sync" - sql """ ANALYZE TABLE github_events WITH SYNC """; + sql """ ANALYZE TABLE github_events """; qt_sql_select_count """ select count(*) from github_events; """ } /** diff --git a/regression-test/suites/statistics/analyze_stats.groovy b/regression-test/suites/statistics/analyze_stats.groovy index 71962b9481..f6967551ea 100644 --- a/regression-test/suites/statistics/analyze_stats.groovy +++ b/regression-test/suites/statistics/analyze_stats.groovy @@ -118,7 +118,7 @@ suite("test_analyze") { DROP STATS ${tbl}(analyzetestlimitedk3) """ - exception = null + def exception = null try { sql """