[regression-test](fix) fix two regression test case bug (#26071)

This commit is contained in:
shuke
2023-10-31 16:48:29 +08:00
committed by GitHub
parent ea1554374c
commit d698fb9225
2 changed files with 2 additions and 2 deletions

View File

@ -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; """
}
/**

View File

@ -118,7 +118,7 @@ suite("test_analyze") {
DROP STATS ${tbl}(analyzetestlimitedk3)
"""
exception = null
def exception = null
try {
sql """