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
The --stateful check assumes the --schema arguments are ordered previous then current versions. If the order is flipped then the check will succeed when it should fail.
The
--stateful
check assumes the--schema
arguments are ordered previous then current versions. If the order is flipped then the check will succeed when it should fail.Reproduction
.definitions[].Tag.properties.Value.maxLength 255 -> 2
ENSURE_MAXLENGTH_NOT_CONTRACTED
)What happens: Passing the schema in modified/original order passes despite the breaking change
What should happen: Check output should be the same (failing) regardless of order of args
I think you may have to scrap the
--schema
flags and go with args that don't consider order e.g.--current-schema
,--original-schema
The text was updated successfully, but these errors were encountered: