RFR: CODETOOLS-7903748 - jcstress: Test list should honor concurrency settings [v2]
Jiří Vaněk
jvanek at openjdk.org
Tue Jul 2 07:38:57 UTC 2024
> This is extracting List<TestConfig> configs =prepareRunProgram(classes, tests);
> with all he HW/switches setup to separated method and reusing it in `-l` mode
>
> I'm aware of triplicated removal of -agentlib, and will clean it up as
> CODETOOLS-7903756 will progress.
>
> -l now honours also verbose mode, in which it prints not just matching
> tests but all really run tests, and thus enabling much more easy
> determining of all tests
>
> help adjusted.
>
> Maybe I'm missing plain quick initial all tests metod now, but with
> artificial -c MAX it seems doing exactly that
Jiří Vaněk has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
CODETOOLS-7903748 - jcstress: Test list should honor concurrency settings
This is extracting List<TestConfig> configs =prepareRunProgram(classes, tests);
with all he HW/switches setup to separated method and reusing it in `-l` mode
-l now honours also verbose mode, in which it prints not just matching
tests but all really run tests, and thus enabling much more easy
determining of all tests
help adjusted.
Maybe I'm missing plain quick initial all tests metod now, but with
artificial -c MAX it seems doing exactly that
-------------
Changes:
- all: https://git.openjdk.org/jcstress/pull/149/files
- new: https://git.openjdk.org/jcstress/pull/149/files/a52df414..58455e2d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jcstress&pr=149&range=01
- incr: https://webrevs.openjdk.org/?repo=jcstress&pr=149&range=00-01
Stats: 4 lines in 3 files changed: 0 ins; 2 del; 2 mod
Patch: https://git.openjdk.org/jcstress/pull/149.diff
Fetch: git fetch https://git.openjdk.org/jcstress.git pull/149/head:pull/149
PR: https://git.openjdk.org/jcstress/pull/149
More information about the jcstress-dev
mailing list