Re: RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-25 Thread Ian Myers
On Mon, 18 Sep 2023 05:55:20 GMT, Aleksey Shipilev wrote: >> Thanks for bringing this to my attention. If you believe the test change >> will make it run smoother, just do it. > >> Thanks for bringing this to my attention. If you believe the test change >> will make it run smoother, just do it.

Re: RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-18 Thread Weijun Wang
On Thu, 7 Sep 2023 13:23:01 GMT, Ian Myers wrote: > sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about > 600 seconds to run. Thus, it drags the execution time of tier2 on large > machines. We can split the run configurations a bit so that test is more > parallel. >

Re: RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-17 Thread Aleksey Shipilev
On Fri, 15 Sep 2023 21:13:01 GMT, Weijun Wang wrote: > Thanks for bringing this to my attention. If you believe the test change will > make it run smoother, just do it. Would you like to formally approve this PR? Thanks! - PR Comment: https://git.openjdk.org/jdk/pull/15618#issueco

Re: RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-15 Thread Weijun Wang
On Thu, 7 Sep 2023 13:23:01 GMT, Ian Myers wrote: > sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about > 600 seconds to run. Thus, it drags the execution time of tier2 on large > machines. We can split the run configurations a bit so that test is more > parallel. >

Re: RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-15 Thread Ian Myers
On Thu, 7 Sep 2023 13:23:01 GMT, Ian Myers wrote: > sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about > 600 seconds to run. Thus, it drags the execution time of tier2 on large > machines. We can split the run configurations a bit so that test is more > parallel. >

Re: RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-13 Thread Aleksey Shipilev
On Thu, 7 Sep 2023 13:23:01 GMT, Ian Myers wrote: > sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about > 600 seconds to run. Thus, it drags the execution time of tier2 on large > machines. We can split the run configurations a bit so that test is more > parallel. >

Re: RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-13 Thread Ian Myers
On Thu, 7 Sep 2023 13:28:15 GMT, Aleksey Shipilev wrote: >> sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about >> 600 seconds to run. Thus, it drags the execution time of tier2 on large >> machines. We can split the run configurations a bit so that test is more >> par

RFR: 8315684: Parallelize sun/security/util/math/TestIntegerModuloP.java

2023-09-13 Thread Ian Myers
sun/security/util/math/TestIntegerModuloP.java runs in tier2 and takes about 600 seconds to run. Thus, it drags the execution time of tier2 on large machines. We can split the run configurations a bit so that test is more parallel. TestIntegerModuloP.java current run time: **235.02s user 6.60s