Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 80848 invoked from network); 8 May 2006 21:25:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 21:25:45 -0000 Received: (qmail 52089 invoked by uid 500); 8 May 2006 21:25:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 51866 invoked by uid 500); 8 May 2006 21:25:43 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 51857 invoked by uid 99); 8 May 2006 21:25:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 14:25:43 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ksunithaghm@gmail.com designates 64.233.184.231 as permitted sender) Received: from [64.233.184.231] (HELO wr-out-0506.google.com) (64.233.184.231) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 14:25:42 -0700 Received: by wr-out-0506.google.com with SMTP id i32so1132994wra for ; Mon, 08 May 2006 14:25:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=dLlJad9h+Mz6x9RAsTCWPXhe4tRloJMme/aZ88sLdgMvIBwfrMs7Q33KsRlOBQi39/nwA2iZx1+UJNHqq46mfI3J/lDyqzfVZxw61F6RrRLYC5jiqpe/MvNZktTXs9srZu4qW/dB2nUKV0vxiG1DRlMV1RGMjwKsqL6bZ5GTDD4= Received: by 10.54.126.20 with SMTP id y20mr2764569wrc; Mon, 08 May 2006 14:25:19 -0700 (PDT) Received: from ?9.30.38.122? ( [129.42.184.35]) by mx.gmail.com with ESMTP id 40sm3245375wrl.2006.05.08.14.25.14; Mon, 08 May 2006 14:25:17 -0700 (PDT) Message-ID: <445FB718.6010805@gmail.com> Date: Mon, 08 May 2006 14:24:40 -0700 From: Sunitha Kambhampati User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-1303) The test of derbynet/SuicideOfStreaming.java is failed when programs are build as Insane. References: <28795414.1147106121610.JavaMail.jira@brutus> In-Reply-To: <28795414.1147106121610.JavaMail.jira@brutus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Tomohito Nakayama (JIRA) wrote: >>"derbynet/SuicideOfStreaming.java" have dependency on build as Sane. >>When programs are build as Insane, >>code to cause artificial Exception is not compiled and >>streaming does not failed in derbynet/SuicideOfStreaming.java as expected in this test program. >>The dependency results in fail of derbynet/SuicideOfStreaming.java when programs are comiled as insane. >> >> Hi Tomohito, Not sure if this will solve this test diff issue, but I think at one point, there used to be a way to have separate master files for sane and insane jars. Maybe someone more familiar with the test harness can confirm if that is still possible or not. Thanks, Sunitha.