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

com/sun/nio/sctp/SctpMultiChannel/Branch.java fails to create expected associations

XMLWordPrintable

    • x86_64
    • linux_ubuntu

      JDK22 b27 ATR Ubuntu 22 04

      ----------System.out:(9/265)----------
      Server started and listening on /172.17.0.1:51186
      sending to /172.17.0.1:51186 on stream number: 0
      sending small message: java.nio.HeapByteBuffer[pos=0 lim=71 cap=32768]
      AssociationChangeNotification
        Association: null
        Event: CANT_START

      Passed = 2, failed = 3

      ----------System.err:(64/3640)----------
      COMM_UP no received
      java.lang.Exception: Stack trace
      at java.base/java.lang.Thread.dumpStack(Thread.java:2176)
      at Branch.fail(Branch.java:273)
      at Branch.fail(Branch.java:274)
      at Branch.check(Branch.java:277)
      at Branch.doTest(Branch.java:119)
      at Branch.test(Branch.java:88)
      at Branch.instanceMain(Branch.java:285)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at Branch.main(Branch.java:282)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1570)
      There should be some associations
      java.lang.Exception: Stack trace
      at java.base/java.lang.Thread.dumpStack(Thread.java:2176)
      at Branch.fail(Branch.java:273)
      at Branch.fail(Branch.java:274)
      at Branch.check(Branch.java:277)
      at Branch.doTest(Branch.java:121)
      at Branch.test(Branch.java:88)
      at Branch.instanceMain(Branch.java:285)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at Branch.main(Branch.java:282)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1570)
      java.util.NoSuchElementException
      at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1607)
      at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1628)
      at java.base/java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1079)
      at Branch.doTest(Branch.java:122)
      at Branch.test(Branch.java:88)
      at Branch.instanceMain(Branch.java:285)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at Branch.main(Branch.java:282)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1570)
      java.lang.AssertionError: Some tests failed
      at Branch.instanceMain(Branch.java:287)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at Branch.main(Branch.java:282)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:580)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
      at java.base/java.lang.Thread.run(Thread.java:1570)

      JavaTest Message: Test threw exception: java.lang.AssertionError
      JavaTest Message: shutting down test

      java.nio.channels.ClosedByInterruptException
      at java.base/java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:200)
      at jdk.sctp/sun.nio.ch.sctp.SctpMultiChannelImpl.receive(SctpMultiChannelImpl.java:499)
      at Branch$Server.run(Branch.java:189)
      at java.base/java.lang.Thread.run(Thread.java:1570)
      result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed


      test result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed

            msheppar Mark Sheppard
            msheppar Mark Sheppard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: