6983794: TEST_BUG: test/java/nio/channels/Selector/ConnectWrite.java failing

Chris Hegarty chris.hegarty at oracle.com
Fri Sep 10 03:30:32 PDT 2010


I have no problem with this.

-Chris.

On 10/09/2010 11:17, Alan Bateman wrote:
>
> This test connects to the daytime and discard service on the configured
> test host. It's the only test we have that connects to the discard port
> (to my knowledge anyway). I'd like to remove that dependency with the
> following patch. It will continue to test by connecting to the daytime
> service.
>
> Thanks,
> Alan.
>
>
> diff -r cecc431cd78a test/java/nio/channels/Selector/ConnectWrite.java
> --- a/test/java/nio/channels/Selector/ConnectWrite.java Tue Sep 07
> 08:36:10 2010 +0100
> +++ b/test/java/nio/channels/Selector/ConnectWrite.java Fri Sep 10
> 11:15:30 2010 +0100
> @@ -38,7 +38,6 @@ public class ConnectWrite {
>
> public static void main(String[] args) throws Exception {
> test1(13);
> - test1(9);
> }
>
> public static void test1(int port) throws Exception {
>
>


More information about the nio-dev mailing list