From 3983987aa6e1f030e524742bf4b875073ff11cfc Mon Sep 17 00:00:00 2001 From: xufei Date: Thu, 17 Mar 2022 10:39:53 +0800 Subject: [PATCH] use the right way to wait tiflash replica ready in least_greatest.test (#4317) close pingcap/tiflash#4316 --- tests/fullstack-test/expr/least_greatest.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fullstack-test/expr/least_greatest.test b/tests/fullstack-test/expr/least_greatest.test index 251efda4bd4..38b2ba6bc3d 100644 --- a/tests/fullstack-test/expr/least_greatest.test +++ b/tests/fullstack-test/expr/least_greatest.test @@ -25,7 +25,7 @@ mysql> create table test.t3 (id1 int, id2 int) mysql> alter table test.t3 set tiflash replica 1 mysql> insert into test.t3 values (NULL, NULL), (NULL, NULL), (NULL, NULL) -func> wait_table test t1, t2 +func> wait_table test t1 t2 t3 # parse error mysql> set @@tidb_isolation_read_engines='tiflash'; set tidb_enforce_mpp=1; select least() from test.t1