-
Notifications
You must be signed in to change notification settings - Fork 370
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: add createBucket file and updated relevant test #940
Conversation
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
@fhinkel - I'm not sure why the build test isn't passing. It seems to be an issue with the storage.ts test under system-test, but I didn't touch that test, and confirmed that it's up-to-date with the master branch. Not sure if I'm missing something or if it's a bug... |
@sofisl I don't see right away why the system test is failing. But there are hundreds of tests, I wonder if the new test is somehow messing with the system tests, because it is creating a bucket and not deleting it. Can you delete the existing |
Codecov Report
@@ Coverage Diff @@
## master #940 +/- ##
=======================================
Coverage 95.41% 95.41%
=======================================
Files 11 11
Lines 1242 1242
Branches 309 309
=======================================
Hits 1185 1185
Misses 29 29
Partials 28 28 Continue to review full report at Codecov.
|
Don't we need to delete the existing |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
@fhinkel - I think the system test is still flaky, this is the error - https://screenshot.googleplex.com/MZ27aYXMaeD Otherwise all the tests have passed |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
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.
This looks great to me, we should update existing samples in cloud.google.com referencing the old file, however, before we land.
Please feel free to loop me in on that review.
@fhinkel - waiting on CL to be approved to merge cl 284587412 |
@sofisl Sorry I didn't see this. Always better to ping me on chat rather than relying on GitHub notifications. LGTM! Thanks |
Fix: internal reference b/144088253