Skip to content
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

Test TestFlowControlBasic fails #2293

Closed
overvenus opened this issue Jul 14, 2021 · 1 comment · Fixed by #2321
Closed

Test TestFlowControlBasic fails #2293

overvenus opened this issue Jul 14, 2021 · 1 comment · Fixed by #2321
Assignees
Labels
area/ticdc Issues or PRs related to TiCDC. component/test Unit tests and integration tests component. severity/major type/bug The issue is confirmed as a bug.

Comments

@overvenus
Copy link
Member

Bug Report

[2021-07-14T13:30:26.198Z] FAIL: flow_control_test.go:174: flowControlSuite.TestFlowControlBasic

[2021-07-14T13:30:26.198Z] 

[2021-07-14T13:30:26.198Z] flow_control_test.go:283:

[2021-07-14T13:30:26.198Z]     c.Assert(errg.Wait(), check.IsNil)

[2021-07-14T13:30:26.198Z] ... value context.deadlineExceededError = context.deadlineExceededError{} ("context deadline exceeded")

[2021-07-14T13:30:26.198Z] 

[2021-07-14T13:30:26.198Z] OOPS: 10 passed, 1 FAILED

https://ci2.pingcap.net/blue/organizations/jenkins/cdc_ghpr_test/detail/cdc_ghpr_test/3881/pipeline#step-50-log-28

@overvenus overvenus added type/bug The issue is confirmed as a bug. component/test Unit tests and integration tests component. labels Jul 14, 2021
@asddongmen
Copy link
Contributor

WIP
I can't find logic error in code.
It seems that this error is cause by the exhaustion of machine resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. component/test Unit tests and integration tests component. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants