From fe0cca4466fe056008811c2259c6a8c650f37f4f Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Tue, 14 Oct 2025 04:17:55 +0000 Subject: [PATCH] chore: add retry for incompatible operation in progress --- test/integration/testutils/utils.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/testutils/utils.go b/test/integration/testutils/utils.go index 52c078e896..7c6ccba62b 100644 --- a/test/integration/testutils/utils.go +++ b/test/integration/testutils/utils.go @@ -42,6 +42,9 @@ var ( // Internal errors can be retried ".*Error code 13, message: an internal error has occurred": "Internal error.", + + // Incompatible operation in progress + ".*Error 400: Cluster is running incompatible operation.*": "Incompatible operation.", } ClusterAlwaysExemptPaths = []string{"nodePools"} // node pools are separately checked by name