Skip to content

Instantly share code, notes, and snippets.

@mambocab
Created April 4, 2016 14:44
Show Gist options
  • Save mambocab/38795ebbcb436ada5aa12891284e9c0b to your computer and use it in GitHub Desktop.
Save mambocab/38795ebbcb436ada5aa12891284e9c0b to your computer and use it in GitHub Desktop.
======================================================================
FAIL: consistency_test.py:TestAccuracy.test_network_topology_strategy_users
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mambocab/cstar_src/cassandra-dtest/consistency_test.py", line 622, in test_network_topology_strategy_users
self._run_test_function_in_parallel(TestAccuracy.Validation.validate_users, self.nodes, self.rf.values(), combinations),
File "/home/mambocab/cstar_src/cassandra-dtest/consistency_test.py", line 539, in _run_test_function_in_parallel
assert False, err.message
AssertionError: Got [] from ['127.0.0.1'], expected [[14, 38]] at ALL
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /tmp/dtest-8dP6tb
dtest: DEBUG: Custom init_config not found. Setting defaults.
dtest: DEBUG: Done setting configuration options:
{ 'num_tokens': None,
'phi_convict_threshold': 5,
'range_request_timeout_in_ms': 10000,
'read_request_timeout_in_ms': 10000,
'request_timeout_in_ms': 10000,
'truncate_request_timeout_in_ms': 10000,
'write_request_timeout_in_ms': 10000}
dtest: DEBUG: Testing multiple dcs, users
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to ALL/ALL/- (keys : 0 to 49)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to QUORUM/QUORUM/- (keys : 50 to 99)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to EACH_QUORUM/LOCAL_QUORUM/- (keys : 100 to 149)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to LOCAL_QUORUM/LOCAL_QUORUM/- (keys : 150 to 199)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to ALL/ONE/- (keys : 200 to 249)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to ONE/ALL/- (keys : 250 to 299)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to QUORUM/ONE/- (keys : 300 to 349)
dtest: DEBUG: Waiting for workers to complete
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to ONE/QUORUM/- (keys : 350 to 399)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to LOCAL_QUORUM/ONE/- (keys : 400 to 449)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to ONE/LOCAL_QUORUM/- (keys : 450 to 499)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to EACH_QUORUM/ONE/- (keys : 500 to 549)
dtest: DEBUG: Failed with exception <type 'exceptions.AssertionError'>: Got [] from ['127.0.0.1'], expected [[14, 38]] at ALL
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to TWO/TWO/- (keys : 550 to 599)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to ONE/THREE/- (keys : 600 to 649)
dtest: DEBUG: Testing accuracy with WRITE/READ/SERIAL consistency set to THREE/ONE/- (keys : 650 to 699)
--------------------- >> end captured logging << ---------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment