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 argo workflow projects recently updated the following dependencies in commit argoproj/argo-workflows@33ad82f. Afterwards, we started seeing intermittent test failures where sometimes extra spaces would be present in the String() response.
This is sadly an intentionally breaking change by the upstream protobuf library. They intentionally inject random spaces into the string output in order to prevent people from doing string comparisons in tests.
dto.Metric.String() gets random whitespace inserted so it's not
used for testing. Use the existing testMetricFromMetric() helper.
prometheus/client_model#83
The argo workflow projects recently updated the following dependencies in commit argoproj/argo-workflows@33ad82f. Afterwards, we started seeing intermittent test failures where sometimes extra spaces would be present in the String() response.
The following versions were changed in the commit. I've also tested the v1.19.0 of client_golang and it fails as well.
Here is the relevant test code that is failing
I've opened argoproj/argo-workflows#12737 as a workaround for now.
The text was updated successfully, but these errors were encountered: