-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Etcd writing error in tests about missing confstate #18978
Comments
Possibly flakes start after we added a new test in #18819 |
I‘ll have a look later this week, thanks for notifying. /assign |
Just a heads up; I had no time to look into this so far due to being sick. I hope I get to it this week. |
@ghouscht Please follow #19040 (comment) to update the test case. Please let me know if you don't have the bandwidth, so that others can take over. Recently I see that some failures were caused by this, so I really want to get it resolved asap. |
Sorry for the delay, finally found some time to file a PR as you suggested: #19060 As far as I can see in testgrid the same failure happened to:
But not:
However, I think the failure can happen in all three node cluster cases, thus the PR excludes the error from all the three node cases but not from the single node cluster case. I hope that is ok. |
Bug report criteria
What happened?
Periodic failures in https://testgrid.k8s.io/sig-etcd-periodics#ci-etcd-e2e-amd64
TestNoErrorLogsDuringNormalOperations/three_node_cluster_with_auto_tls_(peers)
is failing with:Started at least before 16 Nov based on testgrid history
Example:
https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/ci-etcd-e2e-amd64/1857887040968855552
What did you expect to happen?
Etcd should not write errors during startup
How can we reproduce it (as minimally and precisely as possible)?
Return test
Anything else we need to know?
No response
Etcd version (please run commands below)
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: