Created
July 8, 2009 16:39
-
-
Save phatduckk/142953 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arin@arin cassandra-trunk$ ls | |
BUGS.txt bin junitvmwatcher2676273624541453260.properties | |
CHANGES.txt build lib | |
DISCLAIMER.txt build.xml src | |
LICENSE.txt conf test | |
NOTICE.txt interface | |
README.txt junit3247500251065907469.properties | |
Arin@arin cassandra-trunk$ nosetests | |
.FFEEEEFEEEFEFF.EEEEEE | |
====================================================================== | |
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-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 "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 637, in batch_insert_superColumn | |
self.recv_batch_insert_superColumn() | |
File "/Volumes/ndo/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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/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 "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 637, in batch_insert_superColumn | |
self.recv_batch_insert_superColumn() | |
File "/Volumes/ndo/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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 192, in test_cf_remove | |
assert client.get_slice('Table1', 'key1', 'Standard1', '', '', True, 0, 1000) == [] | |
File "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 243, in get_slice | |
return self.recv_get_slice() | |
File "/Volumes/ndo/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_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-trunk/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-trunk/test/system/test_server.py", line 94, in _expect_missing | |
_expect_exception(fn, NotFoundException) | |
File "/Volumes/ndo/cassandra-trunk/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_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-trunk/test/system/test_server.py", line 278, in test_empty_range | |
assert client.get_key_range('Table1', 'Standard1', '', '', 1000) == [] | |
File "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 674, in get_key_range | |
return self.recv_get_key_range() | |
File "/Volumes/ndo/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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 104, in test_empty_slice | |
assert client.get_slice('Table1', 'key1', 'Standard2', '', '', True, 0, 1000) == [] | |
File "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 243, in get_slice | |
return self.recv_get_slice() | |
File "/Volumes/ndo/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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/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 "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 521, in get_slice_super | |
return self.recv_get_slice_super() | |
File "/Volumes/ndo/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_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-trunk/test/system/test_server.py", line 315, in test_get_slice_range | |
_verify_range() | |
File "/Volumes/ndo/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 "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 243, in get_slice | |
return self.recv_get_slice() | |
File "/Volumes/ndo/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_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-trunk/test/system/test_server.py", line 293, in test_range_collation | |
L = client.get_key_range('Table1', 'Standard1', '', '', 1000) | |
File "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 674, in get_key_range | |
return self.recv_get_key_range() | |
File "/Volumes/ndo/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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 301, in test_range_partial | |
L = client.get_key_range('Table1', 'Standard1', 'a', '', 1000) | |
File "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 674, in get_key_range | |
return self.recv_get_key_range() | |
File "/Volumes/ndo/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_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-trunk/test/system/test_server.py", line 284, in test_range_with_remove | |
assert client.get_key_range('Table1', 'Standard1', 'key1', '', 1000) == ['key1'] | |
File "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 674, in get_key_range | |
return self.recv_get_key_range() | |
File "/Volumes/ndo/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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/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 "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 521, in get_slice_super | |
return self.recv_get_slice_super() | |
File "/Volumes/ndo/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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/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 "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 521, in get_slice_super | |
return self.recv_get_slice_super() | |
File "/Volumes/ndo/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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 121, in test_super_insert | |
_verify_super() | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 83, in _verify_super | |
slice = client.get_slice_super('Table1', 'key1', 'Super1', '', '', True, 0, 1000) | |
File "/Volumes/ndo/cassandra-trunk/interface/gen-py/cassandra/Cassandra.py", line 521, in get_slice_super | |
return self.recv_get_slice_super() | |
File "/Volumes/ndo/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') | |
====================================================================== | |
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-trunk/test/system/test_server.py", line 126, in test_batch_insert | |
_verify_batch() | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 45, in _verify_batch | |
_verify_simple() | |
File "/Volumes/ndo/cassandra-trunk/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-trunk/test/system/test_server.py", line 130, in test_batch_insert_blocking | |
_verify_batch() | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 45, in _verify_batch | |
_verify_simple() | |
File "/Volumes/ndo/cassandra-trunk/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_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-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-0.11.1-py2.5.egg/nose/case.py", line 183, in runTest | |
self.test(*self.arg) | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 320, 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-trunk/test/system/test_server.py", line 101, in test_insert | |
_verify_simple() | |
File "/Volumes/ndo/cassandra-trunk/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-trunk/test/system/test_server.py", line 117, in test_insert_blocking | |
_verify_simple() | |
File "/Volumes/ndo/cassandra-trunk/test/system/test_server.py", line 51, in _verify_simple | |
column_t(columnName='c1', value='value1', timestamp=0) | |
AssertionError | |
---------------------------------------------------------------------- | |
Ran 22 tests in 16.534s | |
FAILED (errors=14, failures=6) | |
Arin@arin cassandra-trunk$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment