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

Robustness flake due to gofailpoint deactivation timeout #17592

Closed
serathius opened this issue Mar 17, 2024 · 5 comments
Closed

Robustness flake due to gofailpoint deactivation timeout #17592

serathius opened this issue Mar 17, 2024 · 5 comments

Comments

@serathius
Copy link
Member

Which Github Action / Prow Jobs are flaking?

Test Robustness nightly

Which tests are flaking?

TestRobustnessExploratory/Kubernetes/HighTraffic/ClusterOfSize3

Github Action / Prow Job link

https://github.com/etcd-io/etcd/actions/runs/8314445428/job/22751625109

Reason for failure (if possible)

2024-03-17T11:27:29.9104803Z logger.go:130: 2024-03-17T11:27:29.907Z INFO goFailpoint deactivate failed {"failpoint": "raftBeforeSave=sleep(1s)", "error": "Delete "http://127.0.0.1:12381/raftBeforeSave\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}

Anything else we need to know?

No response

@jamshidi799
Copy link

Hi, I am interested in this issue and in general robustness issues but I don't know exactly what should I do. In addition to that, most robustness tests fail in my local environment because the qps is lower than what expected

@serathius
Copy link
Member Author

Expect this was caused by etcd-io/gofail#64

@serathius
Copy link
Member Author

@jamshidi799 feel free to contact me on Slack (https://github.com/etcd-io/etcd#contact) if you need help with onboarding robustness test. I'm planning to create a dedicated community meeting dedicated to learning robustness test and triaging robustness test failures.

@henrybear327
Copy link
Contributor

Expect this was caused by etcd-io/gofail#64

I am on it! :)

@serathius
Copy link
Member Author

This was resolved. The root cause was fact that older etcd versions were using outdated gofail version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants