Skip to content

Commit

Permalink
bindinfo: fix unstable test (pingcap#10949)
Browse files Browse the repository at this point in the history
  • Loading branch information
alivxxx authored and zz-jason committed Jul 1, 2019
1 parent 7a6777d commit a4e53f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindinfo/bind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func (s *testSuite) SetUpSuite(c *C) {
session.SetSchemaLease(0)
session.DisableStats4Test()
}
bindinfo.Lease = 0
d, err := session.BootstrapSession(s.store)
c.Assert(err, IsNil)
d.SetStatsUpdating(true)
Expand Down

0 comments on commit a4e53f6

Please sign in to comment.