Name | Status | Type | Time(s) |
test_crc_check_chance_upgrade | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 0.767 |
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.001 |
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.001 |
test_no_range_ghost | Success | | 63.916 |
test_column_name_validation | Success | | 64.432 |
test_order_by_validation | Success | | 70.156 |
test_select_with_alias | Success | | 65.567 |
test_limit_multiget | Failure | TypeError: '<' not supported between instances of 'str' and 'int'
self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7f875937c670>
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 | 64.775 |
test_conversion_functions | Success | | 66.318 |
test_deleted_row_select | Success | | 76.005 |
test_multi_in_compact_non_composite | Success | | 171.067 |
test_SIM_assertion_error | Success | | 64.428 |
test_batch_and_list | Success | | 146.938 |
test_map_item_conditional | Success | | 68.110 |
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_range_query_2ndary | Success | | 55.645 |
test_large_count | Success | | 70.764 |
test_nameless_index | Success | | 60.699 |
test_select_distinct_with_deletions | Success | | 58.768 |
test_indexed_with_eq | Success | | 60.539 |
test_empty_blob | Success | | 59.051 |
test_static_cf | Success | | 58.410 |
test_compact_metadata | Success | | 59.522 |
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_multi_list_set | Success | | 62.770 |
test_static_with_empty_clustering | Success | | 60.505 |
test_remove_range_slice | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1958: test not applicable to env. | 0.000 |
test_cas_and_compact | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4336: test not applicable to env. | 0.000 |
test_with_no_results | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:47: test not applicable to env. | 0.000 |
test_with_order_by_reversed | Success | | 62.972 |
test_paging_across_multi_wide_rows | Success | | 62.920 |
test_data_change_impacting_later_page | Success | | 55.543 |
test_multiple_partition_deletions | Success | | 70.310 |
test_10822 | Success | | 62.773 |
test_sstableloader_compression_snappy_to_none | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 0.403 |
test_sparse_supercolumn_with_renames | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/thrift_upgrade_test.py:645: test not applicable to env. | 0.000 |
test_parallel_upgrade | Success | | 753.691 |
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.004 |