Skip to content

Instantly share code, notes, and snippets.

@phatduckk
Created July 8, 2009 16:34
Show Gist options
  • Save phatduckk/142947 to your computer and use it in GitHub Desktop.
Save phatduckk/142947 to your computer and use it in GitHub Desktop.
Arin@arin Cassandra{arin}$ nosetests
EFEFEEEEEFEEEFEEEFEFEFEFEFEFEEEEEEEEFEFEFE
======================================================================
ERROR: system.test_server.TestMutations.test_bad_calls
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8540\n'
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8546\n'
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert_blocking
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8552\n'
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert_super
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 145, in test_batch_insert_super
client.batch_insert_superColumn(batch_mutation_t(table='Table1', key='key1', cfmap=cfmap), False)
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 675, in batch_insert_superColumn
self.recv_batch_insert_superColumn()
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 697, in recv_batch_insert_superColumn
raise result.ire
InvalidRequestException: InvalidRequestException(why='Column Family Super2 is invalid.')
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert_super
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8558\n'
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert_super_blocking
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 153, in test_batch_insert_super_blocking
client.batch_insert_superColumn(batch_mutation_t(table='Table1', key='key1', cfmap=cfmap), True)
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 675, in batch_insert_superColumn
self.recv_batch_insert_superColumn()
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 697, in recv_batch_insert_superColumn
raise result.ire
InvalidRequestException: InvalidRequestException(why='Column Family Super2 is invalid.')
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert_super_blocking
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8564\n'
======================================================================
ERROR: system.test_server.TestMutations.test_cf_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8570\n'
======================================================================
ERROR: system.test_server.TestMutations.test_cf_remove_column
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 160, in test_cf_remove_column
_expect_missing(lambda: client.get_column('Table1', 'key1', 'Standard1:c1'))
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 94, in _expect_missing
_expect_exception(fn, NotFoundException)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 92, in _expect_exception
raise Exception('expected %s; got %s' % (type_.__name__, r))
Exception: expected NotFoundException; got column_t(columnName='c1', value='value1', timestamp=4)
======================================================================
ERROR: system.test_server.TestMutations.test_cf_remove_column
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8576\n'
======================================================================
ERROR: system.test_server.TestMutations.test_count
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8582\n'
======================================================================
ERROR: system.test_server.TestMutations.test_empty_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 278, in test_empty_range
assert client.get_key_range('Table1', [], '', '', 1000) == []
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 712, in get_key_range
return self.recv_get_key_range()
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 739, in recv_get_key_range
raise result.ire
InvalidRequestException: InvalidRequestException(why='range queries may only be performed against an order-preserving partitioner')
======================================================================
ERROR: system.test_server.TestMutations.test_empty_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8588\n'
======================================================================
ERROR: system.test_server.TestMutations.test_empty_slice
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8594\n'
======================================================================
ERROR: system.test_server.TestMutations.test_empty_slice_super
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8600\n'
======================================================================
ERROR: system.test_server.TestMutations.test_get_slice_by_name_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8606\n'
======================================================================
ERROR: system.test_server.TestMutations.test_get_slice_by_names
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8612\n'
======================================================================
ERROR: system.test_server.TestMutations.test_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8618\n'
======================================================================
ERROR: system.test_server.TestMutations.test_insert_blocking
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8624\n'
======================================================================
ERROR: system.test_server.TestMutations.test_missing_super
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8630\n'
======================================================================
ERROR: system.test_server.TestMutations.test_range_collation
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 294, in test_range_collation
L = client.get_key_range('Table1', ['Standard1'], '', '', 1000)
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 712, in get_key_range
return self.recv_get_key_range()
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 739, in recv_get_key_range
raise result.ire
InvalidRequestException: InvalidRequestException(why='range queries may only be performed against an order-preserving partitioner')
======================================================================
ERROR: system.test_server.TestMutations.test_range_collation
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8636\n'
======================================================================
ERROR: system.test_server.TestMutations.test_range_partial
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 302, in test_range_partial
L = client.get_key_range('Table1', [], 'a', '', 1000)
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 712, in get_key_range
return self.recv_get_key_range()
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 739, in recv_get_key_range
raise result.ire
InvalidRequestException: InvalidRequestException(why='range queries may only be performed against an order-preserving partitioner')
======================================================================
ERROR: system.test_server.TestMutations.test_range_partial
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8642\n'
======================================================================
ERROR: system.test_server.TestMutations.test_range_with_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 285, in test_range_with_remove
assert client.get_key_range('Table1', [], 'key1', '', 1000) == ['key1']
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 712, in get_key_range
return self.recv_get_key_range()
File "/Volumes/ndo/Cassandra/interface/gen-py/cassandra/Cassandra.py", line 739, in recv_get_key_range
raise result.ire
InvalidRequestException: InvalidRequestException(why='range queries may only be performed against an order-preserving partitioner')
======================================================================
ERROR: system.test_server.TestMutations.test_range_with_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8648\n'
======================================================================
ERROR: system.test_server.TestMutations.test_super_cf_remove_column
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8654\n'
======================================================================
ERROR: system.test_server.TestMutations.test_super_cf_remove_supercolumn
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8660\n'
======================================================================
ERROR: system.test_server.TestMutations.test_super_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 367, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/util.py", line 487, in try_run
return func()
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Volumes/ndo/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 8666\n'
======================================================================
FAIL: system.test_server.TestMutations.test_batch_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 126, in test_batch_insert
_verify_batch()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 45, in _verify_batch
_verify_simple()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 51, in _verify_simple
column_t(columnName='c1', value='value1', timestamp=0)
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_batch_insert_blocking
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 130, in test_batch_insert_blocking
_verify_batch()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 45, in _verify_batch
_verify_simple()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 51, in _verify_simple
column_t(columnName='c1', value='value1', timestamp=0)
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_cf_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 192, in test_cf_remove
assert client.get_slice('Table1', 'key1', 'Standard1:', True, 1000) == []
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_count
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 113, in test_count
assert client.get_column_count('Table1', 'key1', 'Standard2') == 0
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_empty_slice
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 104, in test_empty_slice
assert client.get_slice('Table1', 'key1', 'Standard2:', True, 1000) == []
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_empty_slice_super
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 107, in test_empty_slice_super
assert client.get_slice_super('Table1', 'key1', 'Super1:', True, 1000) == []
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_get_slice_by_name_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 316, in test_get_slice_by_name_range
_verify_range()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 69, in _verify_range
assert len(result) == 2
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_get_slice_by_names
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 326, in test_get_slice_by_names
assert len(result) == 2
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 101, in test_insert
_verify_simple()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 51, in _verify_simple
column_t(columnName='c1', value='value1', timestamp=0)
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_insert_blocking
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 117, in test_insert_blocking
_verify_simple()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 51, in _verify_simple
column_t(columnName='c1', value='value1', timestamp=0)
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_super_cf_remove_column
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 216, in test_super_cf_remove_column
columns=[column_t(columnName='c6', value='value6', timestamp=0)])]
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_super_cf_remove_supercolumn
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 259, in test_super_cf_remove_supercolumn
_verify_simple()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 51, in _verify_simple
column_t(columnName='c1', value='value1', timestamp=0)
AssertionError
======================================================================
FAIL: system.test_server.TestMutations.test_super_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 121, in test_super_insert
_verify_super()
File "/Volumes/ndo/Cassandra/test/system/test_server.py", line 84, in _verify_super
assert slice == _SUPER_COLUMNS, slice
AssertionError: [superColumn_t(name='sc1', columns=[column_t(columnName='c4', value='value4', timestamp=0)])]
----------------------------------------------------------------------
Ran 22 tests in 4.170s
FAILED (errors=29, failures=13)
Arin@arin Cassandra{arin}$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment