Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 91660 invoked from network); 17 Apr 2007 10:02:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2007 10:02:13 -0000 Received: (qmail 69345 invoked by uid 500); 17 Apr 2007 10:02:18 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 69025 invoked by uid 500); 17 Apr 2007 10:02:17 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 69016 invoked by uid 99); 17 Apr 2007 10:02:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 03:02:17 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 03:02:09 -0700 Received: by ug-out-1314.google.com with SMTP id z36so101562uge for ; Tue, 17 Apr 2007 03:01:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=itDNCHwy2zztpCUxF9QJQ60ErHbdfqRXABKuo9oFl3GZP0KgHLfZ/uZzkYvZAroJQqpjecBhQIhU7zKo9D8EONw1Fbeo+0+f35is1grD0hkwgGRPGlfJGql5+B3TPkUYyW3zoiwiaxPLXPP/YGgEfE+0UByqk+J+dUtap7Ol3cQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iEB8+n48bB/Qk9xODcpgSk8/cVxjCuyhDUXRDRpiI9uLuvz4ykJPn4Np4hNEeu6MeA8ffEByL0ID25YSnEKc4/3bvIYsc7qWycy7ifEd3dGFCStPK4CVuFJMeHJ/efaFf4IdLnsOROtHUbbCeSZk7EQrJ9nqoyYVMb0g1lCpEUQ= Received: by 10.78.130.6 with SMTP id c6mr1246248hud.1176804108204; Tue, 17 Apr 2007 03:01:48 -0700 (PDT) Received: by 10.78.145.7 with HTTP; Tue, 17 Apr 2007 03:01:48 -0700 (PDT) Message-ID: <7273946b0704170301x5a7fe899mbfce5ac7342049e8@mail.gmail.com> Date: Tue, 17 Apr 2007 17:01:48 +0700 From: "Vladimir Ivanov" To: dev@harmony.apache.org Subject: Re: [classlib][luni] new test in tests.api.java.net.SocketTest failed on my Windows XP sp2 In-Reply-To: <462498F7.6050300@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7273946b0704170150u10fe9f13vd430f0a3aa0399e2@mail.gmail.com> <46248CBA.7010702@gmail.com> <7273946b0704170216k43e3165cx30a19eb0ce27ea92@mail.gmail.com> <462498F7.6050300@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Yes, on my box this port occupied by CC/CI. Thanks, Vladimir On 4/17/07, Ruth Cao wrote: > You are right, Vladimir. > > It is just because the 'port' variable is set to 8080 and on some > machines this port has already been occupied. The test case will pass > if we use Support_PortManager.getNextPort() on my side. > > May some committer pls revert this? And I'll provide a new patch for > this JIRA. Sorry for any inconvenience caused. > > Vladimir Ivanov wrote: > > I think it depends on environment. On my box this test failed on IBMVM > > too. > > Thanks, Vladimir > > > > On 4/17/07, Ruth Cao wrote: > >> Vladimir, > >> > >> I provide this patch and it passes on my side (IBMVME/Windows & Linux). > >> I'll try the test on DRLVM soon, thanks. > >> > >> Vladimir Ivanov wrote: > >> > New test added to the tests.api.java.net.SocketTest failed on my > >> > Windows XP sp2 with execution log: > >> > > >> > [junit] Running tests.api.java.net.SocketTest > >> > [junit] java.net.SocketTimeoutException: The operation timed out > >> > [junit] at > >> > > >> org.apache.harmony.luni.net.PlainSocketImpl.accept(PlainSocketImpl.java:121) > >> > >> > > >> > [junit] at > >> java.net.ServerSocket.implAccept(ServerSocket.java:262) > >> > [junit] at java.net.ServerSocket.accept(ServerSocket.java:147) > >> > [junit] at > >> > tests.api.java.net.SocketTest$ServerThread.run(SocketTest.java:118) > >> > [junit] at java.lang.Thread.run(Thread.java:661) > >> > [junit] Tests run: 57, Failures: 1, Errors: 0, Time elapsed: > >> 41.11 sec > >> > [junit] Test tests.api.java.net.SocketTest FAILED > >> > > >> > Test was added by commit: > >> > Author: ndbeyer > >> > Date: Mon Apr 16 19:30:11 2007 > >> > New Revision: 529472 > >> > > >> > Should we fix this test or revert this commit? > >> > > >> > thanks, Vladimir > >> > > >> > >> > >> -- > >> Regards, > >> > >> Ruth Cao > >> China Software Development Lab, IBM > >> > >> > >> > > > > > -- > Regards, > > Ruth Cao > China Software Development Lab, IBM > > >