-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
[3.4] panic: runtime error: index out of range [0] with length 0 [recovered] #14259
Comments
Can I try my hand at this? |
Any help is appreciated! |
@zhangzerui20 any update on this issue? |
The test should fail early on an insufficient cluster instead of panicking during the test. Fixes issue etcd-io#14259. Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
Sorry to jump this one, maybe @zhangzerui20 actually has a real fix in store. I couldn't really reproduce this on my box and I figured the members are not changed anywhere on the execution path (or any other races for that matter). My assumption is that the integration cluster didn't create enough members to begin with, so I added an assertion before running the test. #14285 |
Not yet, I'm trying to reproduce this issue. |
Can I try this issue too? Is this error happend on release-3.4 branch? |
Fixes issue: etcd-io#14259 Signed-off-by: Wang Xiaoxiao 1141195807@qq.com
Not reproduce this error on my local dev env either. While I guess for now we can check the watch response error not nil to avoid test runtime panic , #14591 |
Fixes issue: etcd-io#14259 Signed-off-by: 王霄霄 <1141195807@qq.com>
Resolved in #14594 |
The issue was found in 3.4 pipeline.
Refer to https://github.com/etcd-io/etcd/runs/7462977558?check_suite_focus=true
The text was updated successfully, but these errors were encountered: