Skip to content

Commit fe0cca4

Browse files
committed
chore: add retry for incompatible operation in progress
1 parent da60ab0 commit fe0cca4

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)