Matthias Pohl created FLINK-29198: ------------------------------------- Summary: RetryExtension doesn't make the test fail if the retries are exhausted Key: FLINK-29198 URL: https://issues.apache.org/jira/browse/FLINK-29198 Project: Flink Issue Type: Improvement Components: Tests Affects Versions: 1.15.0, 1.16.0, 1.17.0 Reporter: Matthias Pohl
FLINK-24627 introduced retry functionality for JUnit5-based tests. It appears that the retry mechanism doesn't have the desired behavior: If the retries are exhausted without the test ever succeeding will result in the test being ignored. I would expect the test to fail in that case. Otherwise, a CI run would succeed without anyone noticing the malfunctioning of the test. -- This message was sent by Atlassian Jira (v8.20.10#820010)