Name | Status | Type | Time(s) |
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_map_keys_indexing | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3785: test not applicable to env. | 0.000 |
test_count | Success | | 64.338 |
test_cas_simple | Success | | 57.264 |
test_exclusive_slice | Success | | 65.336 |
test_clustering_order_and_functions | Success | | 60.284 |
test_noncomposite_static_cf | Success | | 69.762 |
test_clustering_indexing | Success | | 62.491 |
test_select_list_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396 | 0.000 |
test_collection_function | Skipped | 5.0 > 4.1
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 4.1 | 0.183 |
test_key_index_with_reverse_clustering | Success | | 146.661 |
test_refuse_in_with_indexes | Success | | 126.207 |
test_list_item_conditional | Success | | 67.227 |
test_composite_row_key | Skipped | test 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_2i | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4046: test not applicable to env. | 0.000 |
test_no_range_ghost | Success | | 56.398 |
test_column_name_validation | Success | | 54.036 |
test_order_by_validation | Success | | 57.177 |
test_select_with_alias | Success | | 64.344 |
test_limit_multiget | Failure | TypeError: '<' 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_functions | Success | | 64.878 |
test_deleted_row_select | Success | | 63.852 |
test_multi_in_compact_non_composite | Success | | 55.566 |
test_SIM_assertion_error | Success | | 58.692 |
test_batch_and_list | Success | | 79.474 |
test_map_item_conditional | Success | | 73.899 |
test_no_clustering | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1715: test not applicable to env. | 0.001 |
test_tuple_notation | Skipped | test 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_size | Success | | 66.386 |
test_with_order_by_reversed | Success | | 54.388 |
test_paging_using_secondary_indexes_with_static_cols | Skipped | test 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_page | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:959: test not applicable to env. | 0.000 |
test_multiple_cell_deletions | Success | | 66.490 |
test_schema_agreement | Skipped | 5.0 > 3.0.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.0.99 | 0.300 |
test_sstableloader_with_mv | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 0.527 |
test_keys_index_3_0_created | Skipped | 5.0.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99 | 0.278 |
test_parallel_upgrade | Success | | 715.577 |
test_udtfix_in_sstable | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_udtfix_test.py:34: test not applicable to env. | 0.002 |