Closed tooptoop4 closed 2 weeks ago
docs test seems unrelated
/retest
/retest
Oh right, that only runs for ci-build.yaml
. Manually retrigerred the Docs CI. Never seen that flake before though 🤔
There are some libraries that consider errors as part of the API boundary, but we currently don't. This also isn't the first time we've changed an error.
with exact matching
Some libraries, like protobuf
, even intentionally insert randomness to prevent you from doing exact matching like with https://github.com/argoproj/argo-workflows/pull/12737#issuecomment-1977948270 / https://github.com/prometheus/client_model/issues/83
I think this a breaking change, we better have a documentation for this. I can imagine there exist users using conditional retry with exact matching on message
added a note
Fixes https://github.com/argoproj/argo-workflows/issues/10007