Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 84822 invoked from network); 9 Sep 2010 21:03:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Sep 2010 21:03:03 -0000 Received: (qmail 17672 invoked by uid 500); 9 Sep 2010 21:03:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17601 invoked by uid 500); 9 Sep 2010 21:03:02 -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 17594 invoked by uid 99); 9 Sep 2010 21:03:02 -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 21:03:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msatoor@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qw0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Sep 2010 21:02:56 +0000 Received: by qwc9 with SMTP id 9so881645qwc.31 for ; Thu, 09 Sep 2010 14:02:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=oGQbh80uLRnv4ZDNZOtkmxOkkOIS1+B+5ON898vuRT0=; b=P58+MoBtXSgT+plq0xLZpCjMpBlncamYuEh3Wh4ZGD5e7axxEeswGc/rKJGsT66CwH kZcWvHO1ZNOhCkT1YEzB4T3HXxzkwnwB8Q82kIqLahU8yOo5ZRyEj2xwsOgthYnIay1c v/Y6CVRJuLeITX9KWhCOPSNr7P6o6wua37jfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xU5fgUDpoja5jBQX19rc1gGpE/h3IV03ECZkgiLVyshZmzKX9k7W8bwekRqGtscklD Kjv6gaSpPDTyqU9AsTCNyIeS4E3GUWhX3Hov8CQKvpzT5KQheGjItJf2hed7UNHSYj4u YVoTF67Bi3bBDnEmWGUpiUSmiDTgdV06qIQbQ= MIME-Version: 1.0 Received: by 10.229.86.2 with SMTP id q2mr401267qcl.188.1284066154847; Thu, 09 Sep 2010 14:02:34 -0700 (PDT) Received: by 10.229.224.135 with HTTP; Thu, 9 Sep 2010 14:02:34 -0700 (PDT) Date: Thu, 9 Sep 2010 14:02:34 -0700 Message-ID: Subject: Compatibility test runs? From: Mamta Satoor To: Derby Development Content-Type: text/plain; charset=ISO-8859-1 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