Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java

XMLWordPrintable

    • b161

        The test initiates a chain of writes to an AsynchronousSocketChannel and then attempts a single write outside of this chain which is expected to fail with a WritePendingException. It is possible however that the single write could be initiated between one of the chained writes causing the chain of writes to fail and resulting in a spurious error in the test.

              Assignee:
              Brian Burkhalter
              Reporter:
              Brian Burkhalter
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: