Brenna N Epp

Results 53 comments of Brenna N Epp

Closing this issue as the test has been removed in favour of other existing tests. This was likely a GCS flakiness issue that has been resolved since. If not resolved,...

Hi all, the PR is now merged and the changes should be available in the next release. @willie a service account is needed to sign a URL. When you log...

@willie Thank you for checking the functionality. That sounds like an issue with Berglas (possibly a simple case of lack of support for impersonation), I would suggest opening an issue...

@hongalex Is this blocking you? I can remove the lines for now if so, otherwise I'll wait to fix it properly (maybe in about a week).

``` === RUN TestIntegration_UpdateRetentionExpirationTime/http integration_test.go:3839: object delete: googleapi: Error 403: Object 'go-integration-test-1712015437129794831-61/some-obj' is subject to bucket's retention policy or object retention and cannot be deleted or overwritten until 2024-04-01T17:55:34.632831-07:00, retentionPolicyNotMet...

``` === RUN TestIntegration_UpdateEventBasedHold/http integration_test.go:3806: update: googleapi: Error 412: At least one of the pre-conditions you specified did not hold., conditionNotMet ```

``` === RUN TestIntegration_CustomTime/grpc integration_test.go:3853: close write: rpc error: code = DeadlineExceeded desc = Deadline expired before operation could complete. ```

This is failing due to a failed precondition that happens because of "missing" permissions.

``` RUN TestNotifications notifications_test.go:90: topic.CreateTopic: rpc error: code = Internal desc = A service error has occurred. Please retry your request. If the error persists, please report it. [code=e8c0] notifications_test.go:90:...

Create notification is not idempotent and we don't currently have a retry around it. Will look into adding logic for that.