Re: RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests

2023-09-05 Thread Aleksey Shipilev
On Thu, 31 Aug 2023 08:40:58 GMT, Aleksey Shipilev wrote: > Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, each > running exclusively. This drags the tier4 test times up. There seem to be no > reason to run these tests exclusively, though: they complete in reasonable

Re: RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests

2023-09-04 Thread Leonid Mesnik
On Thu, 31 Aug 2023 08:40:58 GMT, Aleksey Shipilev wrote: > Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, each > running exclusively. This drags the tier4 test times up. There seem to be no > reason to run these tests exclusively, though: they complete in reasonable

Re: RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests

2023-09-04 Thread Aleksey Shipilev
On Thu, 31 Aug 2023 14:03:15 GMT, Thomas Stuefe wrote: > I think this is fine, but it may inconvenience some test maintainers since we > may now run against /proc/sys/kernel/threads-max or whatever other limits > there are. Or do we do worse things already in other tests? Yeah, I think we do w

Re: RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests

2023-09-04 Thread Aleksey Shipilev
On Thu, 31 Aug 2023 15:21:52 GMT, Leonid Mesnik wrote: >> Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, >> each running exclusively. This drags the tier4 test times up. There seem to >> be no reason to run these tests exclusively, though: they complete in >> reasonab

Re: RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests

2023-08-31 Thread David Holmes
On Thu, 31 Aug 2023 08:40:58 GMT, Aleksey Shipilev wrote: > Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, each > running exclusively. This drags the tier4 test times up. There seem to be no > reason to run these tests exclusively, though: they complete in reasonable

Re: RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests

2023-08-31 Thread Leonid Mesnik
On Thu, 31 Aug 2023 08:40:58 GMT, Aleksey Shipilev wrote: > Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, each > running exclusively. This drags the tier4 test times up. There seem to be no > reason to run these tests exclusively, though: they complete in reasonable

Re: RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests

2023-08-31 Thread Thomas Stuefe
On Thu, 31 Aug 2023 08:40:58 GMT, Aleksey Shipilev wrote: > Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, each > running exclusively. This drags the tier4 test times up. There seem to be no > reason to run these tests exclusively, though: they complete in reasonable

RFR: 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests

2023-08-31 Thread Aleksey Shipilev
Current vmTestbase/nsk/monitoring/stress/thread tests contains 21 tests, each running exclusively. This drags the tier4 test times up. There seem to be no reason to run these tests exclusively, though: they complete in reasonable time, are lightly-threaded, and consume the usual amount of memory