Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 44065 invoked from network); 13 May 2005 23:23:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 May 2005 23:23:54 -0000 Received: (qmail 80381 invoked by uid 500); 13 May 2005 23:28:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 80347 invoked by uid 500); 13 May 2005 23:28:18 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 80333 invoked by uid 99); 13 May 2005 23:28:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from brmea-mail-4.Sun.COM (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 13 May 2005 16:28:17 -0700 Received: from phys-mpk-1 ([129.146.11.81]) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id j4DNNo0R010820 for ; Fri, 13 May 2005 17:23:51 -0600 (MDT) Received: from conversion-daemon.mpk-mail1.sfbay.sun.com by mpk-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IGG00001BLFXS@mpk-mail1.sfbay.sun.com> (original mail from David.Vancouvering@Sun.COM) for derby-dev@db.apache.org; Fri, 13 May 2005 16:23:50 -0700 (PDT) Received: from sun.com (vpn-129-150-24-38.SFBay.Sun.COM [129.150.24.38]) by mpk-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTP id <0IGG00B6PBNQKJ@mpk-mail1.sfbay.sun.com> for derby-dev@db.apache.org; Fri, 13 May 2005 16:23:50 -0700 (PDT) Date: Fri, 13 May 2005 16:24:32 -0700 From: David Van Couvering Subject: Re: [PATCH] Derby 218 - Add relaxed durability option In-reply-to: <428532A8.6010500@debrunners.com> To: Derby Development Message-id: <42853730.5030106@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 References: <4272C00D.5050506@gmail.com> <4277EE01.3070709@gmail.com> <4277F8A8.6090908@sbcglobal.net> <427AACEA.5010505@gmail.com> <4280FEC4.2050300@sbcglobal.net> <4281107E.8050105@gmail.com> <4282346A.7080404@sbcglobal.net> <42824407.3000901@sun.com> <42824A2B.6080507@gmail.com> <42824D81.7080109@debrunners.com> <42852A02.5020506@sun.com> <428532A8.6010500@debrunners.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks, Dan. Yes, I would love to move to JUnit too, that has my vote. David Daniel John Debrunner wrote: > David Van Couvering wrote: > > >>FYI, your suggestion worked great on XP, but on Linux I got a strange >>error in tests that spawn another JVM: >> >>Exception in thread "main" java.lang.NoClassDefFoundError: >>"-Dderby/system/durability=test" > > > Getting the quoting to work when passing setting jvmflags seems a major > pain. Take a look at the j9 thread to see how I managed to get jvmflags > to work when it included multiple -D options, may help, but it was on XP > as well. You can use -Dverbose=true on the outer jvm to see the command > line for the spawned jvm, that might give clues. > > Now if we used JUnit this wouldn't be an issue ... > (I'll just keep repeating this ... :-) > > Dan. > > >