You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/crossplane/validate/validate_integration_test.go
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,40 @@ func TestRun(t *testing.T) {
232
232
}
233
233
},
234
234
},
235
+
"OldResourcesTransitionViolationExitsNonZero": {
236
+
reason: "With --old-resources supplying the previous state, a CEL transition rule (immutable field changed) fires: the resource is Invalid with a CEL error and the command exits non-zero.",
0 commit comments