Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 53606 invoked from network); 8 Nov 2008 00:44:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2008 00:44:16 -0000 Received: (qmail 75299 invoked by uid 500); 8 Nov 2008 00:44:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75275 invoked by uid 500); 8 Nov 2008 00:44:23 -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 75264 invoked by uid 99); 8 Nov 2008 00:44:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2008 16:44:23 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FS_REPLICA,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of m.v.lunteren@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 00:43:06 +0000 Received: by nf-out-0910.google.com with SMTP id g16so842100nfd.15 for ; Fri, 07 Nov 2008 16:43:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=7degq756F+xIof+qOyzu/lbsBWjRGKrX91/k8BOSeOk=; b=pnpMMdNCFy01Fw6h1Gb9GgB8YPeUicwAwJRxl3ccIa6cpi/91mbqGqg4Gvw2RyQ3TS ETN8bZEvxj+eR2CuB21Du4Sb6moqYS0WwzPza1WZ9XbB/B9Mit+XDOko3pyhrvenlK8d QFduS3F/zJuDHdrwV7k3Shiy181iaMypcZV1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=WbI3an0+vsDHpqhlOkvffBV5JA0iEBWi0qswap6YqrRX3k5qgDJeTHAHBsnwx6NocC x822QXBAdMv6EtsvPjgBckOD+tKv9xUESo4D7v+gnXvgrIcazGngyzh6Sd9VUHmiSg9S y7xpQGq69T3FGwK0lc3SdcmKPBYqb7Ij5tnzk= Received: by 10.210.67.4 with SMTP id p4mr4646805eba.7.1226105027636; Fri, 07 Nov 2008 16:43:47 -0800 (PST) Received: by 10.210.66.10 with HTTP; Fri, 7 Nov 2008 16:43:47 -0800 (PST) Message-ID: Date: Fri, 7 Nov 2008 16:43:47 -0800 From: "Myrna van Lunteren" To: derbydev Subject: fixture ReplicationRun_Local_3_p2.....StopMaster_DISABLED() MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org The contents of the fixture testReplication_Local_3_p2_StateTests_smallInsert_immediateStopMaster_DISABLED() in test ReplicationRun_Local_3_p2 are commented out, which results in an attempt to call teardown, i.e. org.apache.derby.drda.NetworkServerControl shutdown while there is no server started, and (because without a server there is no serverclasspath set) with -cp null. Then we attempt to view output of that call. I was wondering if it would be better to just comment out the entire fixture? Thx, Myrna