Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade_jdk11_python3.8_cythonno_x86_64_61_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_61_643801142305.6752024-07-20T16:54:48.9610763991f3d0ce6e

Tests

NameStatusTypeTime(s)
test_mapSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3785: test not applicable to env.
0.000
test_countSuccess64.338
test_cas_simpleSuccess57.264
test_exclusive_sliceSuccess65.336
test_clustering_order_and_functionsSuccess60.284
test_noncomposite_static_cfSuccess69.762
test_clustering_indexingSuccess62.491
test_select_list_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396
0.000
test_collection_functionSkipped5.0 > 4.1

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 4.1
0.183
test_key_index_with_reverse_clusteringSuccess146.661
test_refuse_in_with_indexesSuccess126.207
test_list_item_conditionalSuccess67.227
test_composite_row_keySkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4046: test not applicable to env.
0.000
test_no_range_ghostSuccess56.398
test_column_name_validationSuccess54.036
test_order_by_validationSuccess57.177
test_select_with_aliasSuccess64.344
test_limit_multigetFailureTypeError: '<' not supported between instances of 'str' and 'int'

self = <abc.TestCQLNodes2RF1_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7f4679b9eb80>

def test_limit_multiget(self):
""" Validate LIMIT option for 'multiget' in SELECT statements """
cursor = self.prepare()

cursor.execute("""
CREATE TABLE clicks (
userid int,
url text,
time bigint,
PRIMARY KEY (userid, url)
) WITH COMPACT STORAGE;
""")

for is_upgraded, cursor in self.do_upgrade(cursor):
logger.debug("Querying {} node".format("upgraded" if is_upgraded else "old"))
cursor.execute("TRUNCATE clicks")

# Inserts
for id in range(0, 100):
for tld in ['com', 'org', 'net']:
cursor.execute("INSERT INTO clicks (userid, url, time) VALUES ({}, 'http://foo.{}', 42)".format(id, tld))

# Check that we do limit the output to 1 *and* that we respect query
# order of keys (even though 48 is after 2) prior to 2.1.17

> if self.get_node_version(is_upgraded) >= '2.1.17':

upgrade_tests/cql_tests.py:359:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_base.py:227: in get_node_version
return max(node_versions) if is_upgraded else min(node_versions)
/usr/lib/python3.8/distutils/version.py:64: in __gt__
c = self._cmp(other)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = LooseVersion ('5.0-rc1'), other = LooseVersion ('5.0.1')

def _cmp (self, other):
if isinstance(other, str):
other = LooseVersion(other)

if self.version == other.version:
return 0
> if self.version < other.version:
E TypeError: '<' not supported between instances of 'str' and 'int'

/usr/lib/python3.8/distutils/version.py:337: TypeError
52.384
test_conversion_functionsSuccess64.878
test_deleted_row_selectSuccess63.852
test_multi_in_compact_non_compositeSuccess55.566
test_SIM_assertion_errorSuccess58.692
test_batch_and_listSuccess79.474
test_map_item_conditionalSuccess73.899
test_no_clusteringSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4217: test not applicable to env.
0.000
test_with_less_results_than_page_sizeSuccess66.386
test_with_order_by_reversedSuccess54.388
test_paging_using_secondary_indexes_with_static_colsSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:876: test not applicable to env.
0.000
test_data_change_impacting_later_pageSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:959: test not applicable to env.
0.000
test_multiple_cell_deletionsSuccess66.490
test_schema_agreementSkipped5.0 > 3.0.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.0.99
0.300
test_sstableloader_with_mvSkipped5.0.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99
0.527
test_keys_index_3_0_createdSkipped5.0.1 > 4.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99
0.278
test_parallel_upgradeSuccess715.577
test_udtfix_in_sstableSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_udtfix_test.py:34: test not applicable to env.
0.002
Properties »