That happens sometimes when tests fail unexpectedly, you can delete
/home/mildewey/Projects/cassandra/system_test.pid and start nosetests again.
On Sunday 15 April 2012 at 01:35, Mark Dewey wrote:
> With the =ve I got 92 copies of this (one for each test):
>
> ======================================================================
> ERROR: system.test_thrift_server.TestTruncate.test_truncate
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/pymodules/python2.7/nose/case.py", line 367, in setUp
> try_run(self.inst, ('setup', 'setUp'))
> File "/usr/lib/pymodules/python2.7/nose/util.py", line 491, in try_run
> return func()
> File "/home/mildewey/Projects/cassandra/test/system/__init__.py", line
> 68, in setUp
> sys.exit()
> SystemExit:
> -------------------- >> begin captured stdout << ---------------------
> Unclean shutdown detected,
> (/home/mildewey/Projects/cassandra/system_test.pid found)
>
> --------------------- >> end captured stdout << ----------------------
>
>
> On Sat, Apr 14, 2012 at 2:33 PM, Brandon Williams <[email protected]
> (mailto:[email protected])> wrote:
>
> > Try nosetests -ve to see which one is failing and exit on the first error.
> > On Apr 14, 2012 1:34 PM, "Mark Dewey" <[email protected]
> > (mailto:[email protected])> wrote:
> >
> > > I thought I followed the instructions to set up the nose tests, but when I
> > > run them all they do is (slowly) print out ".E" and then hang. Any clues?
> > >
> > > Mark