Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 2468 invoked from network); 14 Nov 2009 15:27:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 15:27:06 -0000 Received: (qmail 85599 invoked by uid 500); 14 Nov 2009 15:27:06 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 85582 invoked by uid 500); 14 Nov 2009 15:27:06 -0000 Mailing-List: contact cassandra-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-dev@incubator.apache.org Received: (qmail 85572 invoked by uid 99); 14 Nov 2009 15:27:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 15:27:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of michael.greene@gmail.com designates 74.125.78.149 as permitted sender) Received: from [74.125.78.149] (HELO ey-out-1920.google.com) (74.125.78.149) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 15:26:58 +0000 Received: by ey-out-1920.google.com with SMTP id 26so1147574eyw.8 for ; Sat, 14 Nov 2009 07:26:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=eHe7mfZUoxTXcKxW7WDqx07zyFAfYe/F3+4e4EseeHU=; b=BvTkgZPmiTB9zkpMIzreR8eed3cEbnjKliTxccKNMnXysIWL33ko67S8hJkCTx6gvU Pu7xe9qeHR6nMLvlyrjK6Bw7pJMIF7xVNmKqwpkW5o2eEqxd51AE2ALLFtGCkxZTUavi +fXUmhh5angJQxnB6qy8eIwVg4nIYXPIzdQnI= 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=ENp6TQOPiRSbnu29FwuuSut410V7FeTAugOXdx9NnbDwNaZPe8G6lxfwwLNww/Onun MpIiv7qpK3MMkTSiV35oGIBqduLvgp9v33LHY9oLBcvJ9QrXnp8Inu5dk1MRcXTdILvF c8AqqJnLottgTf7m8fIoufj+mC0f18/o14Rew= MIME-Version: 1.0 Received: by 10.216.88.10 with SMTP id z10mr1592163wee.108.1258212398318; Sat, 14 Nov 2009 07:26:38 -0800 (PST) In-Reply-To: <76e64850911140712l5dda7be5y4493c6b4d1ef8e99@mail.gmail.com> References: <76e64850911140401i555b5bf3h4997cf2c3cb119e1@mail.gmail.com> <76e64850911140610y3396e784ld856e1918df91806@mail.gmail.com> <76e64850911140712l5dda7be5y4493c6b4d1ef8e99@mail.gmail.com> Date: Sat, 14 Nov 2009 09:26:38 -0600 Message-ID: Subject: Re: 2 problems running Cassandra as a developper From: Michael Greene To: cassandra-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org > What can I do to run the tests? `ant test` will run the unit tests ant gen-thrift-py nosetests will run the system tests if you have python and nose available Michael