From commits-return-63553-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Sat Aug 14 07:11:40 2010 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 97928 invoked from network); 14 Aug 2010 07:11:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Aug 2010 07:11:40 -0000 Received: (qmail 26708 invoked by uid 500); 14 Aug 2010 07:11:40 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 26612 invoked by uid 500); 14 Aug 2010 07:11:38 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 26604 invoked by uid 99); 14 Aug 2010 07:11:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Aug 2010 07:11:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Aug 2010 07:11:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7E7BGqu021777 for ; Sat, 14 Aug 2010 07:11:16 GMT Message-ID: <26631679.347011281769876528.JavaMail.jira@thor> Date: Sat, 14 Aug 2010 03:11:16 -0400 (EDT) From: "Hudson (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6621) [classlib][nio] Minor testcase improvements to ServerSocketChannelTest and SocketChannelTest In-Reply-To: <31093534.311911281641357252.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898528#action_12898528 ] Hudson commented on HARMONY-6621: --------------------------------- Integrated in Harmony-1.5-head-linux-x86_64 #932 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/932/]) Commit partial patch for HARMONY-6621 ([classlib][nio] Minor testcase improvements to ServerSocketChannelTest and SocketChannelTest) > [classlib][nio] Minor testcase improvements to ServerSocketChannelTest and SocketChannelTest > -------------------------------------------------------------------------------------------- > > Key: HARMONY-6621 > URL: https://issues.apache.org/jira/browse/HARMONY-6621 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Catherine Hope > Assignee: Oliver Deakin > Priority: Minor > Attachments: nio.patch > > > ServerSocketChannelTest will hang in 4 tests when run on platforms that have small socket buffers, such as z/OS. The tests are trying to send large amounts of data, so if the read or write cannot complete before the corresponding write or read takes place then the I/O will block from returning. I think this can only be fixed by having using threads in the testcase. > Minor change to SocketChannelTest.testCFII_StatusAfterFinish to remove output to stderr and fail if the expected exception wasn't thrown. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.