Name | Status | Type | Time(s) |
test_materialized_views_auth | Success | | 21.135 |
test_authorization_from_cache_while_unavailable | Success | | 36.890 |
test_cfid | Success | | 16.826 |
test_decommission_node | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:449: awaiting CASSANDRA-10699 | 0.000 |
test_tracing_simple | Success | | 6.192 |
test_tracing_simple | Failure | ccmlib.node.ToolError: Subprocess ['cqlsh', 'CONSISTENCY ALL; TRACING ON; SELECT firstname, lastname FROM ks.users WHERE userid = 550e8400-e29b-41d4-a716-446655440000', ['--request-timeout', '30']] exited with non-zero status; exit status: 2;
stdout: Consistency level set to ALL.
TRACING set to ON
;
stderr: <stdin>:4:ReadTimeout: Error from server: code=1200 [Coordinator node timed out waiting for replica nodes' responses] message="Operation timed out - received only 2 responses." info={'consistency': 'ALL', 'required_responses': 3, 'received_responses': 2}
self = <cql_tracing_test.TestCqlTracing object at 0x7fde0fd41100>
@since('2.2')
def test_tracing_simple(self):
"""
Test tracing using the default tracing class. See trace().
@jira_ticket CASSANDRA-10392
@jira_ticket CASSANDRA-11598
# Restricted to 2.2+ due to flakiness on 2.1. See CASSANDRA-11598 and CASSANDRA-12407 for details.
"""
session = self.prepare()
> self.trace(session)
cql_tracing_test.py:121:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cql_tracing_test.py:98: in trace
out, err, _ = node1.run_cqlsh('CONSISTENCY ALL; TRACING ON; '
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:1122: in run_cqlsh
return handle_external_tool_process(p, ['cqlsh', cmds, cqlsh_options])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
process = <subprocess.Popen object at 0x7fde0dfbc5e0>
cmd_args = ['cqlsh', 'CONSISTENCY ALL; TRACING ON; SELECT firstname, lastname FROM ks.users WHERE userid = 550e8400-e29b-41d4-a716-446655440000', ['--request-timeout', '30']]
def handle_external_tool_process(process, cmd_args):
out, err = process.communicate()
if (out is not None) and isinstance(out, bytes):
out = out.decode()
if (err is not None) and isinstance(err, bytes):
err = err.decode()
rc = process.returncode
if rc != 0:
> raise ToolError(cmd_args, rc, out, err)
E ccmlib.node.ToolError: Subprocess ['cqlsh', 'CONSISTENCY ALL; TRACING ON; SELECT firstname, lastname FROM ks.users WHERE userid = 550e8400-e29b-41d4-a716-446655440000', ['--request-timeout', '30']] exited with non-zero status; exit status: 2;
E stdout: Consistency level set to ALL.
E TRACING set to ON
E ;
E stderr: <stdin>:4:ReadTimeout: Error from server: code=1200 [Coordinator node timed out waiting for replica nodes' responses] message="Operation timed out - received only 2 responses." info={'consistency': 'ALL', 'required_responses': 3, 'received_responses': 2}
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:2333: ToolError | 44.341 |
test_14766 | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.191 |
test_cleanup_when_no_replica_without_index | Success | | 29.740 |
test_single_partition_deletions | Success | | 32.893 |
test_update_on_static_column_with_not_empty_partition | Success | | 43.776 |
test_failed_snitch_update_property_file_snitch | Success | | 48.107 |
test_dont_archive_commitlog | Success | | 118.504 |
test_super_subcolumn_limit | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.205 |
test_insert_ttl | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.180 |
test_speculative_write | Success | | 39.885 |
test_wide_rows | Success | | 33.395 |
test_create_keyspace | Success | | 10.332 |
test_round_trip_with_rate_file | Success | | 50.130 |
test_no_anticompaction_of_already_repaired | Skipped | 5.0 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4 | 0.579 |