-
Notifications
You must be signed in to change notification settings - Fork 808
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
Fix e2e-test-single-az failures #545
Comments
Need to dump csi driver logs to aid in debugging. |
Most failures are sc1 and st1 which are slow hdd with minimum 500GiB size. Not sure how long formatting should take, of course formatting 500GiB does not mean all 500GiB needs to be written, but let's say it does then in a best case scenario of 250MiB/s writing all 500GiB would take 34 mins. io1 tests also fail a bunch and it could be because we provision with bare minimum iops of 100. Doesn't really explain why the tests have been so flaky only over last couple months Anyway I do not see the value in testing every volume type fs type combination so I will remove all but gp2 and one of io2/io1 + xfs |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm closing this as I think it doesn't happen anymore. @wongma7 to confirm. /close |
@ayberk: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What happened? tests have been incredibly failureprone as of late https://testgrid.k8s.io/sig-aws-ebs-csi-driver#e2e-test-single-az&width=20
What you expected to happen? tests should pass consistently
How to reproduce it (as minimally and precisely as possible)? create a PR and let the CI run tests
Anything else we need to know?:
Environment
kubectl version
):The text was updated successfully, but these errors were encountered: