JDK 9 RFR of JDK-8129624: Move jdk_rmi test group from tier 2 to tier 3
Hello, As a follow-up to recent discussions on jdk9-dev, http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-June/002325.html please view the patch below to move the rmi test group from tier 2 to tier 3. Thanks, -Joe diff -r 65f38133842d test/TEST.groups --- a/test/TEST.groups Thu Jun 25 08:30:34 2015 -0700 +++ b/test/TEST.groups Thu Jun 25 09:49:27 2015 -0700 @@ -34,7 +34,6 @@ :jdk_io \ :jdk_nio \ :jdk_net \ - :jdk_rmi \ :jdk_time \ :jdk_security \ :jdk_text \ @@ -42,8 +41,8 @@ :jdk_other \ :jdk_svc -# Tier 3 is initially empty. -tier3 = +tier3 = \ + :jdk_rmi ############################################################################### #
On 25/06/2015 17:52, joe darcy wrote:
Hello,
As a follow-up to recent discussions on jdk9-dev,
http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-June/002325.html
please view the patch below to move the rmi test group from tier 2 to tier 3. This looks okay to me. Hopefully some day it will be possible to re-work these tests to avoid the intermittent failures.
-Alan
On 6/25/15 9:56 AM, Alan Bateman wrote:
On 25/06/2015 17:52, joe darcy wrote:
As a follow-up to recent discussions on jdk9-dev,
http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-June/002325.html
please view the patch below to move the rmi test group from tier 2 to tier 3. This looks okay to me. Hopefully some day it will be possible to re-work these tests to avoid the intermittent failures.
Joe, the change looks fine. Alan, yes, the RMI tests were improving for a while, and then we decided to upgrade all our test environments to run the tests concurrently. This increased the incidence of intermittent RMI test failures markedly. Some additional fixes to the RMI test library are warranted; but now is not the time. s'marks
participants (3)
-
Alan Bateman
-
joe darcy
-
Stuart Marks