Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanfei1991 committed Jun 11, 2021
1 parent 62e9c22 commit 2762103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/tiflash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ func (s *tiflashTestSuite) TestMppUnionAll(c *C) {
err = domain.GetDomain(tk.Se).DDL().UpdateTableReplicaInfo(tk.Se, tb.Meta().ID, true)
c.Assert(err, IsNil)

tk.MustExec("set @@session.tidb_allow_mpp=2")
tk.MustExec("set @@tidb_enforce_mpp=1")
tk.MustExec("insert into x4 values (2, 2), (2, 3)")
tk.MustQuery("(select * from x1 union all select * from x4) order by a, b").Check(testkit.Rows("1 1", "2 2", "2 2", "2 3", "3 3", "4 4"))

Expand Down

0 comments on commit 2762103

Please sign in to comment.