We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da60ab0 commit fe0cca4Copy full SHA for fe0cca4
test/integration/testutils/utils.go
@@ -42,6 +42,9 @@ var (
42
43
// Internal errors can be retried
44
".*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.",
48
}
49
50
ClusterAlwaysExemptPaths = []string{"nodePools"} // node pools are separately checked by name
0 commit comments