Name | Status | Type | Time(s) |
test_order_by_with_in | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:750: test not applicable to env. | 0.000 |
test_empty_blob | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2994: test not applicable to env. | 0.000 |
test_tracing_prevents_startup_after_upgrading | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5484: test not applicable to env. | 0.000 |
test_truncate_clean_cache | Skipped | https://issues.apache.org/jira/browse/CASSANDRA-14961
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2379: https://issues.apache.org/jira/browse/CASSANDRA-14961 | 0.000 |
test_cas_and_list_index | Success | | 64.085 |
test_only_pk | Success | | 67.336 |
test_map_keys_indexing | Success | | 59.022 |
test_deletion | Failure | Failed: Timeout >900.0s
self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7eff087509a0>
def test_deletion(self):
"""
Test simple deletion and in particular check for #4193 bug
@jira_ticket CASSANDRA-4193
"""
> cursor = self.prepare()
upgrade_tests/cql_tests.py:896:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_base.py:88: in prepare
cluster.set_install_dir(version=self.UPGRADE_PATH.starting_version)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/cluster.py:111: in set_install_dir
dir, v = repository.setup(version, verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:99: in setup
download_version(version, verbose=verbose, binary=binary)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:349: in download_version
__download(archive_url, target, show_progress=verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:546: in __download
buffer = u.read(block_sz)
/usr/lib/python3.8/http/client.py:459: in read
n = self.readinto(b)
/usr/lib/python3.8/http/client.py:503: in readinto
n = self.fp.readinto(b)
/usr/lib/python3.8/socket.py:669: in readinto
return self._sock.recv_into(b)
/usr/lib/python3.8/ssl.py:1270: in recv_into
return self.read(nbytes, buffer)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <ssl.SSLSocket [closed] fd=10, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
len = 4864, buffer = <memory at 0x7eff089aaf40>
def read(self, len=1024, buffer=None):
"""Read up to LEN bytes and return them.
Return zero-length string on EOF."""
self._checkClosed()
if self._sslobj is None:
raise ValueError("Read on closed or unwrapped SSL socket.")
try:
if buffer is not None:
> return self._sslobj.read(len, buffer)
E Failed: Timeout >900.0s
/usr/lib/python3.8/ssl.py:1128: Failed | 900.002 |
test_non_eq_conditional_update | Success | | 69.392 |
test_noncomposite_static_cf | Success | | 149.667 |
test_multi_in | Success | | 59.530 |
test_key_index_with_reverse_clustering | Success | | 59.917 |
test_composite_index_with_pk | Success | | 122.579 |
test_static_columns_with_2i | Success | | 63.743 |
test_timestamp_and_ttl | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1036: test not applicable to env. | 0.000 |
test_nonpure_function_collection | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3292: test not applicable to env. | 0.000 |
test_limit_ranges | Success | | 53.322 |
test_timeuuid | Success | | 59.807 |
test_SIM_assertion_error | Success | | 53.029 |
test_remove_range_slice | Success | | 53.299 |
test_tuple_notation | Success | | 53.808 |
test_range_tombstones_compaction | Success | | 70.320 |
test_select_distinct_with_deletions | Success | | 54.069 |
test_counters | Success | | 53.007 |
test_clustering_indexing | Success | | 54.000 |
test_select_map_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5231: awaiting CASSANDRA-7396 | 0.000 |
test_reversed_compact_multikey | Success | | 54.499 |
test_cas_and_compact | Success | | 56.135 |
test_map | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1339: test not applicable to env. | 0.000 |
test_store_sets_with_if_not_exists | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3501: test not applicable to env. | 0.000 |
test_with_no_results | Success | | 58.991 |
test_with_order_by_reversed | Success | | 60.903 |
test_paging_using_secondary_indexes | Success | | 63.213 |
test_data_change_impacting_later_page | Success | | 61.559 |
test_single_row_deletions | Success | | 67.355 |
test_single_cell_deletions | Success | | 63.031 |
test_sstableloader_compression_snappy_to_none | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.99 | 0.547 |
test_sstableloader_compression_deflate_to_snappy | Skipped | 5.0 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4.99 | 0.309 |
test_sparse_supercolumn_with_renames | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.532 |
test_parallel_upgrade_with_internode_ssl | Success | | 262.433 |