We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
leak tests
TestEtcdBank
[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_
The text was updated successfully, but these errors were encountered:
liuzix
Successfully merging a pull request may close this issue.
Which jobs are flaking?
leak tests
Which test(s) are flaking?
TestEtcdBank
Jenkins logs or GitHub Actions link
The text was updated successfully, but these errors were encountered: