Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-novnode_jdk11_python3.8_cythonno_x86_64_36_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_36_644001133092.2592024-06-20T11:16:26.87922837e7be8bf1e0

Tests

NameStatusTypeTime(s)
test_noncomposite_static_cfSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:121: test not applicable to env.
0.001
test_multi_inSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2479: test not applicable to env.
0.000
test_key_index_with_reverse_clusteringSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5034: test not applicable to env.
0.000
test_composite_index_with_pkSuccess67.934
test_static_columns_with_2iSuccess58.088
test_timestamp_and_ttlSuccess69.128
test_nonpure_function_collectionSuccess61.132
test_limit_rangesFailureFailed: Timeout >900.0s

self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7f5e9e48db80>

@pytest.mark.no_vnodes
def test_limit_ranges(self):
""" Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)

upgrade_tests/cql_tests.py:309:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 = 2112, buffer = <memory at 0x7f5e9e679f40>

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.003
test_timeuuidSuccess82.210
test_SIM_assertion_errorSuccess63.734
test_remove_range_sliceSuccess158.103
test_tuple_notationSuccess61.244
test_range_tombstones_compactionSuccess163.436
test_select_distinct_with_deletionsSuccess62.800
test_countersSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:418: test not applicable to env.
0.000
test_clustering_indexingSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2775: test not applicable to env.
0.000
test_select_map_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5231: awaiting CASSANDRA-7396
0.000
test_reversed_compact_multikeySuccess52.110
test_cas_and_compactSuccess52.060
test_mapSuccess54.315
test_store_sets_with_if_not_existsSuccess55.293
test_in_clause_wide_rowsSuccess55.107
test_conversion_functionsSuccess56.145
test_select_set_key_multi_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5347: awaiting CASSANDRA-7396
0.000
test_multiorderingSuccess54.562
test_whole_set_conditionalSuccess58.354
test_composite_row_keySuccess55.580
test_more_user_typesSuccess58.328
test_order_by_with_inSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:750: test not applicable to env.
0.000
test_empty_blobSkippedtest 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_upgradingSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5484: test not applicable to env.
0.000
test_with_equal_results_to_page_sizeSuccess57.942
test_paging_a_single_wide_rowSuccess76.306
test_paging_across_multi_wide_rowsSuccess65.861
test_query_isolationSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1114: test not applicable to env.
0.000
test_multiple_partition_deletionsSuccess58.609
test_upgrade_with_clustered_CQL_tableSuccess114.689
test_sstableloader_compression_none_to_snappySkipped5.0 > 4.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4.99
0.333
test_sparse_supercolumn_with_renamesSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.314
test_bootstrapSuccess417.055
Properties »