Skip to content

Commit

Permalink
use the right way to wait tiflash replica ready in least_greatest.test (
Browse files Browse the repository at this point in the history
  • Loading branch information
windtalker authored and JaySon-Huang committed Mar 17, 2022
1 parent 66bc025 commit 435de20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fullstack-test/expr/least_greatest.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 435de20

Please sign in to comment.