-
Notifications
You must be signed in to change notification settings - Fork 430
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
Convert gcloud operations in storage client - 1 #1959
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1959 +/- ##
==========================================
+ Coverage 73.65% 73.89% +0.24%
==========================================
Files 97 97
Lines 10381 10486 +105
==========================================
+ Hits 7646 7749 +103
+ Misses 2398 2397 -1
- Partials 337 340 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
241c09b
to
8095f76
Compare
b33f0a5
to
07762e8
Compare
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.
Did we run the tests with mountedDirectory flag too?
tools/integration_tests/util/mounting/dynamic_mounting/dynamic_mounting.go
Outdated
Show resolved
Hide resolved
Ran all the things are working fine. |
tools/integration_tests/util/mounting/dynamic_mounting/dynamic_mounting.go
Show resolved
Hide resolved
tools/integration_tests/util/mounting/dynamic_mounting/dynamic_mounting.go
Outdated
Show resolved
Hide resolved
c5bb3d8
to
4a92970
Compare
Description
Remove the gcloud commands for creating buckets and cleaning up directories, and replace them with storage client functions. This is because running gcloud commands in parallel sometimes leads to failures.
Link to the issue in case of a bug fix.
NA
Testing details