-
Notifications
You must be signed in to change notification settings - Fork 286
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
unstable test etcdSuite.TestClientErrNoPendingRegion #2688
Comments
another case: https://ci2.pingcap.net/blue/organizations/jenkins/cdc_ghpr_test/detail/cdc_ghpr_test/7592/pipeline
|
Another failed case https://ci2.pingcap.net/blue/organizations/jenkins/cdc_ghpr_test/detail/cdc_ghpr_test/7687/pipeline#step-49-log-16
|
|
A common solution has been pr in #3612. If you find this issue happens again after this pr, pls reopen the this issue and @ me. |
[2021-12-17T10:31:44.210Z] === Failed [2021-12-17T10:31:44.210Z] === FAIL: cdc/kv Test (140.64s) [2021-12-17T10:31:44.210Z] [2021-12-17T10:31:44.210Z] ---------------------------------------------------------------------- [2021-12-17T10:31:44.210Z] FAIL: client_test.go:2868: clientSuite.TestClientErrNoPendingRegion [2021-12-17T10:31:44.210Z] [2021-12-17T10:31:44.210Z] client_test.go:2870: [2021-12-17T10:31:44.210Z] s.testClientErrNoPendingRegion(c) [2021-12-17T10:31:44.210Z] client_test.go:330: [2021-12-17T10:31:44.210Z] c.Assert(err, check.IsNil) [2021-12-17T10:31:44.210Z] ... value *errors.Error = &errors.Error{code:0, codeText:"CDC:ErrReachMaxTry", message:"reach maximum try: %d", redactArgsPos:[]int(nil), cause:(*errors.fundamental)(0xc000d14690), args:[]interface {}{20}, file:"/home/jenkins/agent/workspace/atom-ut/ticdc/pkg/retry/retry_with_opt.go", line:65} ("[CDC:ErrReachMaxTry]reach maximum try: 20: request id 4 is not larger than 4") [2021-12-17T10:31:44.210Z] @maxshuang FYI In this PR #3935 |
FAIL: client_test.go:2870: clientSuite.TestClientErrNoPendingRegion |
another case:
https://ci.pingcap.net/blue/organizations/jenkins/ut-check/detail/ut-check/8344/pipeline/ |
another case:
https://ci.pingcap.net/blue/organizations/jenkins/ut-check/detail/ut-check/10289/pipeline/ |
fixed by:tikv/migration#127 |
A new case at https://ci.pingcap.net/blue/organizations/jenkins/ut-check/detail/ut-check/41294/pipeline/.
|
Bug Report
Please answer these questions before submitting your issue. Thanks!
Run unit tests.
CI passed.
The text was updated successfully, but these errors were encountered: