Skip to content

Commit

Permalink
ddl: make reorg test stable (pingcap#2815)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala authored Mar 13, 2017
1 parent 8eec966 commit 560af6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ddl/reorg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ func (s *testDDLSuite) TestReorg(c *C) {
job := &model.Job{}
err = d.runReorgJob(job, f)
c.Assert(err, NotNil)
c.Assert(job.RowCount, Equals, rowCount)
c.Assert(d.reorgRowCount, Equals, rowCount)

<-done
// Make sure the function of f is returned.
Expand Down

0 comments on commit 560af6c

Please sign in to comment.