Skip to content

Commit 3164c2c

Browse files
authored
chore: add retry for incompatible operation in progress (#2469)
1 parent 6a9b284 commit 3164c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/testutils/utils.go

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

4343
// Internal errors can be retried
4444
".*Error code 13, message: an internal error has occurred": "Internal error.",
45+
46+
// Incompatible operation in progress
47+
".*Error 400: Cluster is running incompatible operation.*": "Incompatible operation.",
4548
}
4649

4750
ClusterAlwaysExemptPaths = []string{"nodePools"} // node pools are separately checked by name

0 commit comments

Comments
 (0)