-
Notifications
You must be signed in to change notification settings - Fork 289
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 tests etcdSuite.TestRegionWorkerExitWhenIsIdle #2747
Comments
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. |
https://ci.pingcap.net/blue/organizations/jenkins/atom-ut/detail/atom-ut/8411/pipeline meet this issue again. @maxshuang |
[2022-01-21T05:38:04.314Z] ---------------------------------------------------------------------- [2022-01-21T05:38:04.314Z] FAIL: client_test.go:3330: clientSuite.TestRegionWorkerExitWhenIsIdle [2022-01-21T05:38:04.314Z] [2022-01-21T05:38:04.314Z] client_test.go:3406: [2022-01-21T05:38:04.314Z] ... [2022-01-21T05:38:04.314Z] /home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/pkg/util/testleak/leaktest.go:165: [2022-01-21T05:38:04.314Z] c.Errorf("Test %s check-count %d appears to have leaked: %v", c.TestName(), cnt, g) [2022-01-21T05:38:04.314Z] ... Error: Test clientSuite.TestRegionWorkerExitWhenIsIdle check-count 50 appears to have leaked: github.com/pingcap/tiflow/cdc/kv.(*clientSuite).TestRegionWorkerExitWhenIsIdle.func1.1(0xc000066c60) [2022-01-21T05:38:04.314Z] /home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:3346 +0x45 [2022-01-21T05:38:04.314Z] github.com/pingcap/tiflow/cdc/kv.(*clientSuite).TestRegionWorkerExitWhenIsIdle.func1(0x6dab790, 0xc000b668f0) [2022-01-21T05:38:04.314Z] /home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:3355 +0x260 [2022-01-21T05:38:04.314Z] github.com/pingcap/tiflow/cdc/kv.(*mockChangeDataService).EventFeed.func1(0xc0007fc4b0, 0x6dab790, 0xc000b668f0) [2022-01-21T05:38:04.314Z] /home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:256 +0x62 [2022-01-21T05:38:04.314Z] created by github.com/pingcap/tiflow/cdc/kv.(*mockChangeDataService).EventFeed [2022-01-21T05:38:04.314Z] /home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:255 +0x38f [2022-01-21T05:38:04.314Z] [2022-01-21T05:38:04.314Z] [2022/01/21 13:37:42.056 +08:00] [ERROR] [client_test.go:1524] ["mock server error"] [error="rpc error: code = Canceled desc = context canceled"] [stack="github.com/pingcap/tiflow/cdc/kv.(*clientSuite).TestStreamRecvWithErrorAndResolvedGoBack.func1\n\t/home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:1524\ngithub.com/pingcap/tiflow/cdc/kv.(*mockChangeDataService).EventFeed.func1\n\t/home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:256"] [2022-01-21T05:38:04.314Z] [2022/01/21 13:37:42.079 +08:00] [ERROR] [client_test.go:1524] ["mock server error"] [error="rpc error: code = Canceled desc = context canceled"] [stack="github.com/pingcap/tiflow/cdc/kv.(*clientSuite).TestStreamRecvWithErrorAndResolvedGoBack.func1\n\t/home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:1524\ngithub.com/pingcap/tiflow/cdc/kv.(*mockChangeDataService).EventFeed.func1\n\t/home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:256"] [2022-01-21T05:38:04.314Z] [2022/01/21 13:37:50.357 +08:00] [ERROR] [client_test.go:1334] ["mock server error"] [error="rpc error: code = Canceled desc = context canceled"] [stack="github.com/pingcap/tiflow/cdc/kv.(*clientSuite).TestStreamSendWithError.func3\n\t/home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:1334\ngithub.com/pingcap/tiflow/cdc/kv.(*mockChangeDataService).EventFeed.func1\n\t/home/jenkins/agent/workspace/cdc_ghpr_leak_test/go/src/github.com/pingcap/tiflow/cdc/kv/client_test.go:256"] [2022-01-21T05:38:04.314Z] OOPS: 48 passed, 1 FAILED [2022-01-21T05:38:04.314Z] --- FAIL: Test (114.12s) |
|
Bug Report
Please answer these questions before submitting your issue. Thanks!
https://ci2.pingcap.net/blue/organizations/jenkins/cdc_ghpr_integration_test/detail/cdc_ghpr_integration_test/3869/pipeline/108
TiCDC: https://github.com/pingcap/ticdc/tree/97df39e9bcd14e827480e2ad89cfddb1548ee4a8
The text was updated successfully, but these errors were encountered: