To reproduce an intermittent failure with a test, it is often necessary to execute that test multiple times. Currently, people are using helper scripts to accomplish this with jtreg. A feature (similar to Mach5's --test-repeat) should be added that runs a test multiple times and exits on the first failure.
- relates to
-
JDK-8244602 Add JTREG_REPEAT_COUNT to repeat execution of a test
- Resolved