argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
18k stars 5.48k forks source link

test: fix flaky test (#20847) #20866

Closed crenshaw-dev closed 1 day ago

crenshaw-dev commented 1 day ago

Fixes TestFormatConditionSummary, which assumed a particular output order.

Performance shouldn't be an issue. The only consumer of this function is a user-invoked CLI command.

Fixes #20847

bunnyshell[bot] commented 1 day ago

:x: Preview Environment deleted from Bunnyshell

Available commands (reply to this comment):

pasha-codefresh commented 1 day ago

Saw very similar PR, let me link it

pasha-codefresh commented 1 day ago

@crenshaw-dev take a look on this https://github.com/argoproj/argo-cd/pull/20759

crenshaw-dev commented 1 day ago

Nice, theirs is better too. Thanks!