[UT] fix unstable sql test (#63503)
Signed-off-by: stephen <stephen5217@163.com>
This commit is contained in:
parent
0c45329a51
commit
b9176a4696
|
|
@ -1,4 +1,4 @@
|
|||
-- name: test_clear_stats
|
||||
-- name: test_clear_stats @sequential @slow
|
||||
CREATE DATABASE test_clear_stats;
|
||||
-- result:
|
||||
-- !result
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
-- name: test_clear_stats
|
||||
-- name: test_clear_stats @sequential @slow
|
||||
CREATE DATABASE test_clear_stats;
|
||||
use test_clear_stats;
|
||||
CREATE TABLE tbl (
|
||||
|
|
|
|||
Loading…
Reference in New Issue