Skip to content

Commit 7995aa7

Browse files
adds retry for create service networking connection error
1 parent c386a98 commit 7995aa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/testutils/retry.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ var (
4242

4343
// Error 400: Service account {} does not exist.
4444
".*Error 400.*Service account.*does not exist*": "Error setting IAM policy",
45+
46+
// Error waiting for creating service network connection. This happens randomly for development, production and non-production environments
47+
".*Error code 16.*Error waiting for Create Service Networking Connection*": "Request had invalid authentication credentials",
4548
}
4649
)

0 commit comments

Comments
 (0)