Skip to content

Instantly share code, notes, and snippets.

@ieure
Created July 6, 2009 19:03
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/141615 to your computer and use it in GitHub Desktop.
Save ieure/141615 to your computer and use it in GitHub Desktop.
ieure!neutron:~/Projects/Cassandra$ nosetests
EEEEEEEEFEFEFEFEFEFEFEFEEFEFEFEFEFEFE
======================================================================
ERROR: system.test_server.TestMutations.test_bad_calls
----------------------------------------------------------------------
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65913\n'
======================================================================
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65919\n'
======================================================================
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 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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65925\n'
======================================================================
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 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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65931\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/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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65937\n'
======================================================================
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65943\n'
======================================================================
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/test/system/test_server.py", line 160, in test_cf_remove_column
_expect_missing(lambda: client.get_column('Table1', 'key1', 'Standard1:c1'))
File "/Users/ieure/Projects/Cassandra/test/system/test_server.py", line 94, in _expect_missing
_expect_exception(fn, NotFoundException)
File "/Users/ieure/Projects/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/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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65949\n'
======================================================================
ERROR: system.test_server.TestMutations.test_count
----------------------------------------------------------------------
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65955\n'
======================================================================
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 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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65961\n'
======================================================================
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 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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65967\n'
======================================================================
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 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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65973\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/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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65979\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/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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65985\n'
======================================================================
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65991\n'
======================================================================
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 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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 65997\n'
======================================================================
ERROR: system.test_server.TestMutations.test_missing_super
----------------------------------------------------------------------
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 66003\n'
======================================================================
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 66009\n'
======================================================================
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 66015\n'
======================================================================
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 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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 66021\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/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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 66027\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/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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 66033\n'
======================================================================
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/test/system/__init__.py", line 93, in tearDown
open('/tmp/kill', 'w').write('killing %s\n' % pid())
File "/Users/ieure/Projects/Cassandra/test/system/__init__.py", line 48, in pid
return int(open(pid_fname).read())
ValueError: invalid literal for int() with base 10: '-n 66039\n'
======================================================================
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/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_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/test/system/test_server.py", line 278, in test_empty_range
assert client.get_key_range('Table1', [], '', '', 1000) == []
AssertionError
======================================================================
FAIL: 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/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/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/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/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/Cassandra/test/system/test_server.py", line 316, in test_get_slice_by_name_range
_verify_range()
File "/Users/ieure/Projects/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/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/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/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/Cassandra/test/system/test_server.py", line 101, in test_insert
_verify_simple()
File "/Users/ieure/Projects/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/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/Cassandra/test/system/test_server.py", line 117, in test_insert_blocking
_verify_simple()
File "/Users/ieure/Projects/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_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/test/system/test_server.py", line 296, in test_range_collation
assert L == ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '2', '20', '21', '22', '23', '24', '25', '26', '27','28', '29', '3', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '4', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '5', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '6', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '7', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '8', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '9', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', 'a', '-a', 'b', '-b'], L
AssertionError: ['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '2', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '3', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '4', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '5', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '6', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '7', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '8', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '9', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', 'a', '-a', 'b', '-b', 'key1']
======================================================================
FAIL: 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/test/system/test_server.py", line 303, in test_range_partial
assert L == ['a', '-a', 'b', '-b'], L
AssertionError: ['a', '-a', 'b', '-b', 'key1']
======================================================================
FAIL: 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/test/system/test_server.py", line 289, in test_range_with_remove
assert client.get_key_range('Table1', [], '', '', 1000) == []
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/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/Cassandra/test/system/test_server.py", line 217, in test_super_cf_remove_column
_verify_simple()
File "/Users/ieure/Projects/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_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/test/system/test_server.py", line 259, in test_super_cf_remove_supercolumn
_verify_simple()
File "/Users/ieure/Projects/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/case.py", line 182, in runTest
self.test(*self.arg)
File "/Users/ieure/Projects/Cassandra/test/system/test_server.py", line 121, in test_super_insert
_verify_super()
File "/Users/ieure/Projects/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 7.170s
FAILED (errors=23, failures=14)
ieure!neutron:~/Projects/Cassandra$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment