Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 27091 invoked from network); 15 Oct 2009 01:47:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 01:47:41 -0000 Received: (qmail 46776 invoked by uid 500); 15 Oct 2009 01:47:41 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 46741 invoked by uid 500); 15 Oct 2009 01:47:40 -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 46731 invoked by uid 99); 15 Oct 2009 01:47:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 01:47:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.191.124.149] (HELO web38206.mail.mud.yahoo.com) (209.191.124.149) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Oct 2009 01:47:32 +0000 Received: (qmail 26240 invoked by uid 60001); 15 Oct 2009 01:47:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1255571229; bh=OBX7v1V3tGMETn7r28ZMfdyPA4jU840jh2LXQ//eP6g=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=tGEZmsoc1FHc3RNQ8TL9Y1TL3HlmsS1nxRAYh99Xo9hhSfFzARC9mUQa3X7vwLbNOr1kxymZutYpELmFVznwLoYAi0nJFpIGA3tg5CvkXsOvua9hOEziGJQPcv/aaQ+keVzYfTJTHNVXCQKsA/Lx4XHtNQGLSvJy0HGwbNg4jiY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=sdzO5qvk8EPrwqw6n3vdGqrGlrLKD9quMCvFulmyHNMn60tZngPmHlxKf2qJHPQOOrKxtgdRXnKNnGlWuRv0qShPOcwwfP6u4j9hSwhUYC1rcPp/y98QjKqMzX4DN+A1nDhyXjERX2sLJUxYh52Q1ot6cXHCKkaDkjLt9TVJgSg=; Message-ID: <432591.25323.qm@web38206.mail.mud.yahoo.com> X-YMail-OSG: LppNMIEVM1nV9NicntHMzVftq3Xz7_ZgZg9Dnw2iMl.pEJ1ojPYPiUeTSRrqFAqwiLEt2tCIsr_hgZGOGFLSJGf.JoHYJpFjPa37SWWaSN1u8ZikdPSv0tsGMjAAVrEzNB4HS5RhOJyf5q_DR52nnyoP9SZglEgUE12ZphD4Oy0o6U_nvFi7hDNSM3ETEYyv2lrkUI4AhXpr3Nqe1_5KimdmAjS.AX8UZotEnCCR99LZ1SZy25UIQcnf3_206zeHk74e4LQvaSTUtCt1JW1q7y3i3iwT3KNkQLy1SIfTfJzOQsRrkFvMyrUbTKqSf2RqGbyGmOz4AZ.FntLhojKZz5MsG.SxV1Kw4YXgAejMWWDyNS9HLsOD_PjxKnJf10uPsLpZIqZr9ViiimUn3lG8yRClreEIaQeQSj41deQ.psOsMTf6gPzE7zrh7Apxrhe9P_B2 Received: from [173.79.231.175] by web38206.mail.mud.yahoo.com via HTTP; Wed, 14 Oct 2009 18:47:09 PDT X-Mailer: YahooMailClassic/7.0.14 YahooMailWebService/0.7.347.3 Date: Wed, 14 Oct 2009 18:47:09 -0700 (PDT) From: Walter Gillett Subject: trouble running Cassandra nosetests To: cassandra-dev@incubator.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1244721396-1255571229=:25323" X-Virus-Checked: Checked by ClamAV on apache.org --0-1244721396-1255571229=:25323 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi All, I'm a Cassandra newbie working on getting my sandbox up to speed. Following= the instructions on HowToContribute, I've gotten far enough along to be ab= le to run "ant test" without any errors. But "nosetests" is failing, see de= tails below. Looks like the test teardown routine is unhappy because the pi= d it's trying to kill has already died. Before I get into a detailed dive t= o figure out what's going wrong, thought I'd check with the community to se= e if I'm missing something obvious. (Is it easy to run nosetests in the deb= ugger and step through the code?). Thanks, Walter Gillett here's the test failure: $ nosetests -x E =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR: system.test_server.TestMutations.test_bad_calls ---------------------------------------------------------------------- Traceback (most recent call last): =A0 File "/usr/local/lib/python2.6/dist-packages/nose-0.11.1-py2.6.egg/nose= /case.py", line 364, in setUp =A0=A0=A0 try_run(self.inst, ('setup', 'setUp')) =A0 File "/usr/local/lib/python2.6/dist-packages/nose-0.11.1-py2.6.egg/nose= /util.py", line 487, in try_run =A0=A0=A0 return func() =A0 File "/home/wgillett/dev/cassandra-trunk/test/system/__init__.py", line= 59, in setUp =A0=A0=A0 sys.exit() SystemExit:=20 -------------------- >> begin captured stdout << --------------------- Unclean shutdown detected, (/home/wgillett/dev/cassandra-trunk/system_test.= pid found) --------------------- >> end captured stdout << ---------------------- ---------------------------------------------------------------------- Ran 1 test in 0.062s FAILED (errors=3D1) =0A=0A=0A --0-1244721396-1255571229=:25323--