-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Add a check for file size if the reading content returns empty #33976
Conversation
In order to debug the flaky tests for writing/reading files via contains, this PR adds a check for file size if reading returns empty content.
Jenkins unit/integration failed for commit 871a15a. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GCE e2e failed for commit 871a15a. Full PR test history. The magic incantation to run this job again is |
@k8s-bot unit test this |
Is this PR still needed or can we close it? |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
…ck-of-#33976-kubernetes#35560-upstream-release-1.4 Automatic merge from submit-queue Automated cherry pick of kubernetes#33976 kubernetes#35560 upstream release 1.4 Cherry pick PRs kubernetes#33976 and kubernetes#35560 on behalf of @jingxu97 to 1.4 branch to fix `Pod disks...` flakes.
In order to debug the flaky tests for writing/reading files via
contains, this PR adds a check for file size if reading returns empty
content.
This change is