-
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.23% 75.19% -0.04%
==========================================
Files 126 126
Lines 17753 17753
==========================================
- Hits 13356 13349 -7
- Misses 3830 3836 +6
- Partials 567 568 +1
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.
3483af4
to
026bf9a
Compare
026bf9a
to
82c1e65
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