On Wed, 8 Sep 2021 11:06:50 GMT, Arno Zeller <azel...@openjdk.org> wrote:
> Probably it could be a better solution to add the stress keyword for slow > running or high load tests - like it is done in the hotspot part of the > tests. Then automated test run can exclude or select these test by keyword. Thought so too, but I think Maurizio wants this test to run only explicitly by those who want to run it. So there needs to be something that disallows automatic runs completely. "manual" seems to be good at this. Do you agree? If you do, I'll integrate. ------------- PR: https://git.openjdk.java.net/jdk/pull/5358