Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/integration/testutils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading