-
Notifications
You must be signed in to change notification settings - Fork 6.2k
*: add tidb_enable_noop_functions to default disable get_lock()/release_lock() #10987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
38fa026
dc2f890
dde6efe
8e21627
e1585db
1e4809f
e4f20e5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,6 +50,7 @@ func (s *testClientSuite) TestPanicInRecvLoop(c *C) { | |
| time.Sleep(time.Second) | ||
| c.Assert(failpoint.Disable("github.com/pingcap/tidb/store/tikv/panicInFailPendingRequests"), IsNil) | ||
| c.Assert(failpoint.Disable("github.com/pingcap/tidb/store/tikv/gotErrorInRecvLoop"), IsNil) | ||
| time.Sleep(time.Second) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why adding a
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @zz-jason new case "client_fail_test" not stable may fail running "make test", like: FAIL: client_fail_test.go:34: testClientSuite.TestPanicInRecvLoop client_fail_test.go:59:
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TiDB 3.0 may also have this problem. /cc @hicqu |
||
|
|
||
| req := &tikvrpc.Request{ | ||
| Type: tikvrpc.CmdEmpty, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.