We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa4001 commit b954e72Copy full SHA for b954e72
store/tikv/client_fail_test.go
@@ -61,6 +61,7 @@ func (s *testClientFailSuite) TestPanicInRecvLoop(c *C) {
61
time.Sleep(time.Second)
62
c.Assert(failpoint.Disable("github.com/pingcap/tidb/store/tikv/gotErrorInRecvLoop"), IsNil)
63
c.Assert(failpoint.Disable("github.com/pingcap/tidb/store/tikv/panicInFailPendingRequests"), IsNil)
64
+ time.Sleep(time.Second)
65
66
req := &tikvrpc.Request{
67
Type: tikvrpc.CmdEmpty,
0 commit comments