Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8019538

TEST_BUG: java/rmi/activation/rmidViaInheritedChannel tests may fail

XMLWordPrintable

    • b148

      A couple rmidViaInheritedChannel tests can fail. See attached JTR files. They failed during an ordinary run on my desktop. This might be because they use "reserved" ports, and because those ports might have been in use by something else on my system at the time. The "reserved" ports aren't really reserved; what's "reserved" about them is that the RMI test library avoids them when creating unique ports, but there is nothing to prevent something else in the system from using them. This suggests that these tests may need to be adapted to use the unique port assignment scheme.

      The tests in question are:

          java/rmi/activation/rmidViaInheritedChannel/RmidViaInheritedChannel.java
          java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java

            mli Hamlin Li
            smarks Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved: