Re: RFR: 8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java [v4]

2023-09-14 Thread Soumadipta Roy
On Thu, 14 Sep 2023 14:05:36 GMT, Martin Buchholz wrote: >> Soumadipta Roy has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Changing test id name from security-manager-allow to security-manager >> - Creating a separate parallelized tes

Re: RFR: 8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java [v4]

2023-09-14 Thread Aleksey Shipilev
On Thu, 14 Sep 2023 08:08:18 GMT, Soumadipta Roy wrote: >> This test is running in tier1, and takes about 400 seconds to complete. >> Thus, it drags the execution time of tier1 on large machines. The commit >> includes changing the sequential run of test cases in >> java/util/concurrent/tck/JS

Re: RFR: 8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java [v4]

2023-09-14 Thread Martin Buchholz
On Thu, 14 Sep 2023 08:08:18 GMT, Soumadipta Roy wrote: >> This test is running in tier1, and takes about 400 seconds to complete. >> Thus, it drags the execution time of tier1 on large machines. The commit >> includes changing the sequential run of test cases in >> java/util/concurrent/tck/JS

Re: RFR: 8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java [v4]

2023-09-14 Thread Soumadipta Roy
> This test is running in tier1, and takes about 400 seconds to complete. Thus, > it drags the execution time of tier1 on large machines. The commit includes > changing the sequential run of test cases in > java/util/concurrent/tck/JSR166TestCase.java to the best possible combination > of paral