Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v3]

2023-04-20 Thread Leonid Mesnik
On Fri, 21 Apr 2023 01:50:48 GMT, Jaikiran Pai wrote: >> Leonid Mesnik has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fixed doc > > doc/testing.md line 385: > >> 383: Sets the `-testThreadFactory` for JTReg. Is should be the name of cl

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v3]

2023-04-20 Thread Jaikiran Pai
On Tue, 18 Apr 2023 15:19:29 GMT, Leonid Mesnik wrote: >> The plugin which support execution of test's main method in separate virtual >> thread is added. >> The plugin is built as a part of test image and might be used in testing by >> adding JTREG_TEST_THREAD_FACTORY=Virtual option. > > Leoni

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v3]

2023-04-18 Thread Leonid Mesnik
On Tue, 18 Apr 2023 15:19:29 GMT, Leonid Mesnik wrote: >> The plugin which support execution of test's main method in separate virtual >> thread is added. >> The plugin is built as a part of test image and might be used in testing by >> adding JTREG_TEST_THREAD_FACTORY=Virtual option. > > Leoni

Re: RFR: 8303703: Add support of execution tests using virtual thread factory jtreg plugin [v3]

2023-04-18 Thread Leonid Mesnik
> The plugin which support execution of test's main method in separate virtual > thread is added. > The plugin is built as a part of test image and might be used in testing by > adding JTREG_TEST_THREAD_FACTORY=Virtual option. Leonid Mesnik has updated the pull request incrementally with one add