-
Notifications
You must be signed in to change notification settings - Fork 439
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
Enable currently passing e2e testing to zonal buckets #2994
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typos
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2994 +/- ##
==========================================
+ Coverage 75.41% 75.46% +0.04%
==========================================
Files 126 126
Lines 17742 17742
==========================================
+ Hits 13381 13389 +8
+ Misses 3803 3797 -6
+ Partials 558 556 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f2afe68
to
acb3092
Compare
The e2e tests, enabled here, passed with only zonal-bucket tests enabled: build . The run with both zonal and non-zonal buckets in a single run is running in the latest presubmit run. |
tools/integration_tests/negative_stat_cache/infinite_negative_stat_cache_test.go
Outdated
Show resolved
Hide resolved
tools/integration_tests/negative_stat_cache/infinite_negative_stat_cache_test.go
Outdated
Show resolved
Hide resolved
tools/integration_tests/negative_stat_cache/infinite_negative_stat_cache_test.go
Outdated
Show resolved
Hide resolved
The presubmit e2e runs in the this PR are failing because of the test machine running out of disk. I have opened cl/726380077 to double the disk size requirement for the machine from 150GB to 300 GB. |
19300da
to
9a0ad0c
Compare
This reverts commit 6d286a5.
ed6a8a6
to
31c25d1
Compare
Description
Final PR for b/393049076 - Automate gcsfuse e2e tests for zonal buckets
Link to the issue in case of a bug fix.
b/393049076
Testing details