-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
storage: TestIntegration_RequesterPaysNonOwner failed #7484
Labels
api: storage
Issues related to the Cloud Storage API.
flakybot: flaky
Tells the Flaky Bot not to close or comment on this issue.
flakybot: issue
An issue filed by the Flaky Bot. Should not be added manually.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
flaky-bot
bot
added
flakybot: issue
An issue filed by the Flaky Bot. Should not be added manually.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Feb 22, 2023
product-auto-label
bot
added
the
api: storage
Issues related to the Cloud Storage API.
label
Feb 22, 2023
commit: 0862303 Test outputintegration_test.go:2981: bucket acl set: got unexpected error:rpc error: code = InvalidArgument desc = Invalid update_mask. All client specified fields on the Bucket resource should be covered by the update_mask. integration_test.go:2981: bucket acl delete: got unexpected error:storage: entity domain-google.com was not found on bucket golang-grpc-test-go-integration-test-1677141302894384400-35, got [{project-owners-36639933145 OWNER 0xc001001780} {project-editors-36639933145 OWNER 0xc0010017a0} {project-viewers-36639933145 READER 0xc0010017c0} {user-kokoro@gcloud-golang-firestore-tests.iam.gserviceaccount.com OWNER [email protected] }]. The gRPC API currently does not support ACL entities using project ID, use project numbers instead integration_test.go:2981: default object acl set: got unexpected error:rpc error: code = InvalidArgument desc = Invalid update_mask. All client specified fields on the Bucket resource should be covered by the update_mask. integration_test.go:2981: default object acl delete: got unexpected error:storage: entity domain-google.com was not found on bucket golang-grpc-test-go-integration-test-1677141302894384400-35, got [{project-owners-36639933145 OWNER 0xc00171c6a0} {project-editors-36639933145 OWNER 0xc00171c6c0} {project-viewers-36639933145 READER 0xc00171c6e0}]. The gRPC API currently does not support ACL entities using project ID, use project numbers instead integration_test.go:5444: could not delete object: storage: object doesn't exist |
Test passed for commit aeb6fec (Build Status, Sponge)! Closing this issue. |
flaky-bot
bot
added
the
flakybot: flaky
Tells the Flaky Bot not to close or comment on this issue.
label
Feb 23, 2023
Looks like this issue is flaky. 😟 I'm going to leave this open and stop commenting. A human should fix and close this. commit: fa6bbe5 Test outputintegration_test.go:2981: bucket acl set: got unexpected error:rpc error: code = InvalidArgument desc = Invalid update_mask. All client specified fields on the Bucket resource should be covered by the update_mask. integration_test.go:2981: bucket acl delete: got unexpected error:storage: entity domain-google.com was not found on bucket golang-grpc-test-go-integration-test-1677183344297873535-35, got [{project-owners-36639933145 OWNER 0xc0016a3620} {project-editors-36639933145 OWNER 0xc0016a3640} {project-viewers-36639933145 READER 0xc0016a3660} {user-kokoro@gcloud-golang-firestore-tests.iam.gserviceaccount.com OWNER [email protected] }]. The gRPC API currently does not support ACL entities using project ID, use project numbers instead integration_test.go:2981: default object acl set: got unexpected error:rpc error: code = InvalidArgument desc = Invalid update_mask. All client specified fields on the Bucket resource should be covered by the update_mask. integration_test.go:2981: default object acl delete: got unexpected error:storage: entity domain-google.com was not found on bucket golang-grpc-test-go-integration-test-1677183344297873535-35, got [{project-owners-36639933145 OWNER 0xc000fe1400} {project-editors-36639933145 OWNER 0xc000fe1420} {project-viewers-36639933145 READER 0xc000fe1440}]. The gRPC API currently does not support ACL entities using project ID, use project numbers instead integration_test.go:5444: could not delete object: storage: object doesn't exist |
tritone
added a commit
to tritone/google-cloud-go
that referenced
this issue
Feb 24, 2023
These are also doing bucket updates and I missed them in googleapis#7476. Updates googleapis#7483 Updates googleapis#7484
tritone
added
priority: p2
Moderately-important priority. Fix may not be included in next release.
and removed
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
labels
Feb 27, 2023
These tests were re-enabled in #7528 after the fix. |
This was referenced Jun 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: storage
Issues related to the Cloud Storage API.
flakybot: flaky
Tells the Flaky Bot not to close or comment on this issue.
flakybot: issue
An issue filed by the Flaky Bot. Should not be added manually.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quiet
label andI will stop commenting.
commit: 7e252e7
buildURL: Build Status, Sponge
status: failed
Test output
The text was updated successfully, but these errors were encountered: