Skip to content

Instantly share code, notes, and snippets.

@ieure
Created July 8, 2009 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ieure/142960 to your computer and use it in GitHub Desktop.
Save ieure/142960 to your computer and use it in GitHub Desktop.
.EEEEEEEEFEEEFEEEEEE.EEEEEEEEEEE
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 126, in test_batch_insert
_verify_batch()
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 45, in _verify_batch
_verify_simple()
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 50, in _verify_simple
assert client.get_column('Table1', 'key1', 'Standard1:c1') == \
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 286, in get_column
return self.recv_get_column()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 313, in recv_get_column
raise result.nfe
NotFoundException: NotFoundException()
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert_blocking
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 130, in test_batch_insert_blocking
_verify_batch()
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 45, in _verify_batch
_verify_simple()
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 50, in _verify_simple
assert client.get_column('Table1', 'key1', 'Standard1:c1') == \
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 286, in get_column
return self.recv_get_column()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 313, in recv_get_column
raise result.nfe
NotFoundException: NotFoundException()
======================================================================
ERROR: system.test_server.TestMutations.test_batch_insert_super
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/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 "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 637, in batch_insert_superColumn
self.recv_batch_insert_superColumn()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 659, 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/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/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 "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 637, in batch_insert_superColumn
self.recv_batch_insert_superColumn()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 659, in recv_batch_insert_superColumn
raise result.ire
InvalidRequestException: InvalidRequestException(why='Column Family Super2 is invalid.')
======================================================================
ERROR: system.test_server.TestMutations.test_cf_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 192, in test_cf_remove
assert client.get_slice('Table1', 'key1', 'Standard1', '', '', True, 0, 1000) == []
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 243, in get_slice
return self.recv_get_slice()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 273, in recv_get_slice
raise result.ire
InvalidRequestException: InvalidRequestException(why='get_slice_from requires a standard CF name and a starting column name')
======================================================================
ERROR: system.test_server.TestMutations.test_cf_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_cf_remove_column
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 161, in test_cf_remove_column
assert client.get_column('Table1', 'key1', 'Standard1:c2') == \
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 286, in get_column
return self.recv_get_column()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 313, in recv_get_column
raise result.nfe
NotFoundException: NotFoundException()
======================================================================
ERROR: system.test_server.TestMutations.test_empty_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 278, in test_empty_range
assert client.get_key_range('Table1', 'Standard1', '', '', 1000) == []
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 674, in get_key_range
return self.recv_get_key_range()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 701, 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_slice
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 104, in test_empty_slice
assert client.get_slice('Table1', 'key1', 'Standard2', '', '', True, 0, 1000) == []
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 243, in get_slice
return self.recv_get_slice()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 273, in recv_get_slice
raise result.ire
InvalidRequestException: InvalidRequestException(why='get_slice_from requires a standard CF name and a starting column name')
======================================================================
ERROR: system.test_server.TestMutations.test_empty_slice_super
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 107, in test_empty_slice_super
assert client.get_slice_super('Table1', 'key1', 'Super1', '', '', True, 0, 1000) == []
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 521, in get_slice_super
return self.recv_get_slice_super()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 551, in recv_get_slice_super
raise result.ire
InvalidRequestException: InvalidRequestException(why='get_slice_super requires a super CF name and a starting column name')
======================================================================
ERROR: system.test_server.TestMutations.test_get_slice_by_names
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_get_slice_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 315, in test_get_slice_range
_verify_range()
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 68, in _verify_range
result = client.get_slice('Table1','key1', 'Standard1', 'c1', 'c2', True, 0, 1000)
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 243, in get_slice
return self.recv_get_slice()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 273, in recv_get_slice
raise result.ire
InvalidRequestException: InvalidRequestException(why='get_slice_from requires a standard CF name and a starting column name')
======================================================================
ERROR: system.test_server.TestMutations.test_get_slice_range
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 101, in test_insert
_verify_simple()
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 50, in _verify_simple
assert client.get_column('Table1', 'key1', 'Standard1:c1') == \
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 286, in get_column
return self.recv_get_column()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 313, in recv_get_column
raise result.nfe
NotFoundException: NotFoundException()
======================================================================
ERROR: system.test_server.TestMutations.test_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_insert_blocking
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 117, in test_insert_blocking
_verify_simple()
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 50, in _verify_simple
assert client.get_column('Table1', 'key1', 'Standard1:c1') == \
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 286, in get_column
return self.recv_get_column()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 313, in recv_get_column
raise result.nfe
NotFoundException: NotFoundException()
======================================================================
ERROR: system.test_server.TestMutations.test_range_collation
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 293, in test_range_collation
L = client.get_key_range('Table1', 'Standard1', '', '', 1000)
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 674, in get_key_range
return self.recv_get_key_range()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 701, 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/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_range_partial
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 301, in test_range_partial
L = client.get_key_range('Table1', 'Standard1', 'a', '', 1000)
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 674, in get_key_range
return self.recv_get_key_range()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 701, 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/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_range_with_remove
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 284, in test_range_with_remove
assert client.get_key_range('Table1', 'Standard1', 'key1', '', 1000) == ['key1']
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 674, in get_key_range
return self.recv_get_key_range()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 701, 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_super_cf_remove_column
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 212, in test_super_cf_remove_column
assert client.get_slice_super('Table1', 'key1', 'Super1', '', '', True, 0, 1000) == \
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 521, in get_slice_super
return self.recv_get_slice_super()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 551, in recv_get_slice_super
raise result.ire
InvalidRequestException: InvalidRequestException(why='get_slice_super requires a super CF name and a starting column name')
======================================================================
ERROR: system.test_server.TestMutations.test_super_cf_remove_column
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_super_cf_remove_supercolumn
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 257, in test_super_cf_remove_supercolumn
actual = client.get_slice_super('Table1', 'key1', 'Super1', '', '', True, 0, 1000)
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 521, in get_slice_super
return self.recv_get_slice_super()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 551, in recv_get_slice_super
raise result.ire
InvalidRequestException: InvalidRequestException(why='get_slice_super requires a super CF name and a starting column name')
======================================================================
ERROR: system.test_server.TestMutations.test_super_cf_remove_supercolumn
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
ERROR: system.test_server.TestMutations.test_super_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 121, in test_super_insert
_verify_super()
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 83, in _verify_super
slice = client.get_slice_super('Table1', 'key1', 'Super1', '', '', True, 0, 1000)
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 521, in get_slice_super
return self.recv_get_slice_super()
File "/Users/ieure/Projects/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 551, in recv_get_slice_super
raise result.ire
InvalidRequestException: InvalidRequestException(why='get_slice_super requires a super CF name and a starting column name')
======================================================================
ERROR: system.test_server.TestMutations.test_super_insert
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 366, in tearDown
try_run(self.inst, ('teardown', 'tearDown'))
File "/opt/local/lib/python2.5/site-packages/nose/util.py", line 453, in try_run
return func()
File "/Users/ieure/Projects/cassandra-trunk/test/system/__init__.py", line 94, in tearDown
os.kill(pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
======================================================================
FAIL: system.test_server.TestMutations.test_count
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/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_get_slice_by_names
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/lib/python2.5/site-packages/nose/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/cassandra-trunk/test/system/test_server.py", line 320, in test_get_slice_by_names
assert len(result) == 2
AssertionError
----------------------------------------------------------------------
Ran 22 tests in 10.019s
FAILED (errors=28, failures=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment