golang-samples
golang-samples copied to clipboard
storage/notifications: TestNotifications failed
Note: #3164 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 28d24e441ba22ea9dfcb2fd5ad40ffd8881fa0dd buildURL: Build Status, Sponge status: failed
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: Policy: rpc error: code = NotFound desc = Resource not found (resource=test-gcs-go-notifications-topic-2).
Looks like this issue is flaky. :worried:
I'm going to leave this open and stop commenting.
A human should fix and close this.
When run at the same commit (28d24e441ba22ea9dfcb2fd5ad40ffd8881fa0dd), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).
Create notification is not idempotent and we don't currently have a retry around it. Will look into adding logic for that.