testsuite
testsuite copied to clipboard
[Bug] Spec test for 'rolling_downgrade' runs the test multiple times
https://github.com/cnti-testcatalog/testsuite/blob/83f08b67171cfeeac84e0e4d2af60ff521ef1393/spec/workload/configuration_spec.cr#L149-L154
'rolling_downgrade' should pass when valid version is given test has call of cnf_testsuite in a retry block, which could cause multiple calls of the same test. This seems like an incorrect behavior of spec test, maybe retries should be removed?
Same issue in compatibility_spec.cr