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

TestEtcdBank is unstable #3750

Closed
liuzix opened this issue Dec 6, 2021 · 0 comments · Fixed by #3848
Closed

TestEtcdBank is unstable #3750

liuzix opened this issue Dec 6, 2021 · 0 comments · Fixed by #3848
Assignees
Labels
area/ticdc Issues or PRs related to TiCDC. component/test Unit tests and integration tests component.

Comments

@liuzix
Copy link
Contributor

liuzix commented Dec 6, 2021

Which jobs are flaking?

leak tests

Which test(s) are flaking?

TestEtcdBank

Jenkins logs or GitHub Actions link

[2021-12-06T09:42:48.849Z] FAIL: etcd_worker_bank_test.go:122: etcdWorkerSuite.TestEtcdBank

[2021-12-06T09:42:48.849Z] 

[2021-12-06T09:42:48.849Z] etcd_worker_bank_test.go:64:

[2021-12-06T09:42:48.849Z]     b.c.Assert(sum, check.Equals, 0, check.Commentf("not ft:%t", b.notFirstTick))

[2021-12-06T09:42:48.849Z] ... obtained int = -23

[2021-12-06T09:42:48.849Z] ... expected int = 0

[2021-12-06T09:42:48.849Z] ... not ft:true

[2021-12-06T09:42:48.849Z] 

[2021-12-06T09:42:48.849Z] etcd_worker_bank_test.go:64:

[2021-12-06T09:42:48.849Z]     b.c.Assert(sum, check.Equals, 0, check.Commentf("not ft:%t", b.notFirstTick))

[2021-12-06T09:42:48.849Z] ... obtained int = -23

[2021-12-06T09:42:48.849Z] ... expected int = 0

[2021-12-06T09:42:48.849Z] ... not ft:true

[2021-12-06T09:42:48.849Z] 

[2021-12-06T09:42:48.849Z] etcd_worker_bank_test.go:64:

[2021-12-06T09:42:48.849Z]     b.c.Assert(sum, check.Equals, 0, check.Commentf("not ft:%t", b.notFirstTick))

[2021-12-06T09:42:48.849Z] ... obtained int = 48

[2021-12-06T09:42:48.849Z] ... expected int = 0

[2021-12-06T09:42:48.849Z] ... not ft:true

[2021-12-06T09:42:48.849Z] 

[2021-12-06T09:42:48.849Z] OOPS: 16 passed, 1 FAILED

[2021-12-06T09:42:48.849Z] --- FAIL: Test (88.69s)```

### Anything else we need to know

_No response_
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants