Re: RFR: 8201609 - Split test/jdk/:tier2 to enable better parallel execution

2018-04-17 Thread Christian Tornqvist
I’ll add a comment in TEST.groups referencing these bugs > On Apr 17, 2018, at 7:01 38AM, Alan Bateman wrote: > > On 17/04/2018 11:57, Seán Coffey wrote: >> The Cipher tests were re-grouped via >> https://bugs.openjdk.java.net/browse/JDK-8132855 >> >> NIO re-grouped

Re: RFR: 8201609 - Split test/jdk/:tier2 to enable better parallel execution

2018-04-17 Thread Alan Bateman
On 17/04/2018 11:57, Seán Coffey wrote: The Cipher tests were re-grouped via https://bugs.openjdk.java.net/browse/JDK-8132855 NIO re-grouped via https://bugs.openjdk.java.net/browse/JDK-8132854 All appears connected with exercising hotspot intrinsics in tier1 testing. Thanks for digging into

Re: RFR: 8201609 - Split test/jdk/:tier2 to enable better parallel execution

2018-04-17 Thread Seán Coffey
The Cipher tests were re-grouped via https://bugs.openjdk.java.net/browse/JDK-8132855 NIO re-grouped via https://bugs.openjdk.java.net/browse/JDK-8132854 All appears connected with exercising hotspot intrinsics in tier1 testing. regards, Sean. On 17/04/2018 08:10, Alan Bateman wrote: On

Re: RFR: 8201609 - Split test/jdk/:tier2 to enable better parallel execution

2018-04-17 Thread Alan Bateman
On 16/04/2018 21:20, Christian Tornqvist wrote: Do you know what sun/nio/cs/ISO8859x.java and com/sun/crypto/provider/Cipher are special cased? Just wondering if there is a historical or current reason to not run those. No idea. It would be useful to find out why is was setup like this, if

Re: RFR: 8201609 - Split test/jdk/:tier2 to enable better parallel execution

2018-04-17 Thread joe darcy
Hi Christian, Regrouping of tests looks fine; cheers, -Joe PS Complementary changes for another day would be an effort to speed up long-running tests. On 4/16/2018 1:20 PM, Christian Tornqvist wrote: Hi Alan On Apr 16, 2018, at 4:14 05PM, Alan Bateman wrote:

Re: RFR: 8201609 - Split test/jdk/:tier2 to enable better parallel execution

2018-04-16 Thread Christian Tornqvist
Hi Alan > On Apr 16, 2018, at 4:14 05PM, Alan Bateman wrote: > > On 16/04/2018 19:15, Christian Tornqvist wrote: >> Please review this small change that splits the tier2 test group into three >> smaller test groups that can be executed in parallel. >> >> Webrev:

Re: RFR: 8201609 - Split test/jdk/:tier2 to enable better parallel execution

2018-04-16 Thread Alan Bateman
On 16/04/2018 19:15, Christian Tornqvist wrote: Please review this small change that splits the tier2 test group into three smaller test groups that can be executed in parallel. Webrev: http://cr.openjdk.java.net/~ctornqvi/webrev/8201609/webrev.00/

RFR: 8201609 - Split test/jdk/:tier2 to enable better parallel execution

2018-04-16 Thread Christian Tornqvist
Please review this small change that splits the tier2 test group into three smaller test groups that can be executed in parallel. Webrev: http://cr.openjdk.java.net/~ctornqvi/webrev/8201609/webrev.00/ Bug: