[regression-test](fix) fix two regression test case bug (#26071)
This commit is contained in:
@ -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; """
|
||||
}
|
||||
/**
|
||||
|
||||
@ -118,7 +118,7 @@ suite("test_analyze") {
|
||||
DROP STATS ${tbl}(analyzetestlimitedk3)
|
||||
"""
|
||||
|
||||
exception = null
|
||||
def exception = null
|
||||
|
||||
try {
|
||||
sql """
|
||||
|
||||
Reference in New Issue
Block a user