Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 13306 invoked from network); 9 Sep 2010 22:19:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Sep 2010 22:19:25 -0000 Received: (qmail 96540 invoked by uid 500); 9 Sep 2010 22:19:25 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 96467 invoked by uid 500); 9 Sep 2010 22:19:24 -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 96460 invoked by uid 99); 9 Sep 2010 22:19:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 22:19:24 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of m.v.lunteren@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 22:19:18 +0000 Received: by wyi11 with SMTP id 11so2152650wyi.31 for ; Thu, 09 Sep 2010 15:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=obnYV7UFOyNzU3uWH8iOEvvSOi1VOkeAiSROYGHvgtU=; b=gF7KZ8Wi+vvK7uOqGffd0tif6YIZ27e1X+Lw7bkRewmd9rgA/on93iZXyY5Ayuy083 qVxDTqm8Difhjz5rA/1CXOpMUQzaYh8+VCO3dWKPseIT8JWPj6NuUhgGPP2phuB1Z1dg +njSX3xo4FDluIcRLAXx1NhdBEYlCfOCWPug4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=rm6HP6Lvtx2svYfzJT1mTvsP+Thzzn1zkLhp1AZqhxviB5QF4tF871Gijt22nT5dt1 J3CMNXJJLOnIa4AbbFAMXpdd3aCqZU2wZetYpeZqWVkaQRYKwJkA0BInHLEgyescOEzt 53cuuOCFNqqikc15o7Eraw0KDy278+//8kfwg= MIME-Version: 1.0 Received: by 10.216.21.204 with SMTP id r54mr1671292wer.95.1284070736642; Thu, 09 Sep 2010 15:18:56 -0700 (PDT) Received: by 10.216.221.230 with HTTP; Thu, 9 Sep 2010 15:18:56 -0700 (PDT) In-Reply-To: References: Date: Thu, 9 Sep 2010 15:18:56 -0700 Message-ID: Subject: Re: Compatibility test runs? From: Myrna van Lunteren To: derby-dev@db.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Thu, Sep 9, 2010 at 2:02 PM, Mamta Satoor wrote: > Hi, > > I am working on a jira DERBY-4786 which requires testing of different > versions of client and server. It appears that there is something > called CompatibilitySuite.java. Is that what I would be running to > test the compatibility between different versions? How do I run that > test? Will I be able to test different revisions of the same major > release, for instance, say client at revision 10.3.3.1 against server > at 10.3.1.4? Then, I need to add a test of my own to the compatibility > test suite to try shutdown between different versions of clients and > servers. > > thanks, > Mamta > Hi Mamta, There's a CompatibilitySuite.java in java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility. It has a README.html. Hope this helps. Myrna