RFR: 8273315: Parallelize and increase timeouts for java/foreign/TestMatrix.java test
Arno Zeller
azeller at openjdk.java.net
Wed Sep 8 11:11:05 UTC 2021
On Wed, 8 Sep 2021 09:13:20 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> New commit: marked tests as `manual`, as per Maurizio's request. This forced me to drop the `timeout=` clauses, as those are incompatible with `manual` (jtreg plainly refuses to run these).
Ok, I am too late, but just for the record: I let your old patch (including timeout adjustments) run in our test infrastructure and it fixed the timeout issue from [JDK-8271613](https://bugs.openjdk.java.net/browse/JDK-8271613).
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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5358
More information about the core-libs-dev
mailing list