Name | Status | Type | Time(s) |
test_dynamic_cf | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:170: test not applicable to env. | 0.000 |
test_multi_in_compact | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2483: test not applicable to env. | 0.000 |
test_invalid_custom_timestamp | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5066: test not applicable to env. | 0.000 |
test_limit_bugs | Success | | 64.036 |
test_static_columns_with_distinct | Success | | 61.331 |
test_no_range_ghost | Success | | 67.062 |
test_empty_in | Success | | 58.812 |
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 0x7f1243013e20>
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 | 68.741 |
test_float_with_exponent | Success | | 57.753 |
test_blobAs_functions | Success | | 58.799 |
test_indexes_composite | Success | | 148.203 |
test_v2_protocol_IN_with_tuples | Skipped | 5.0 > 2.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 2.99 | 0.246 |
test_delete_row | Success | | 121.503 |
test_function_with_null | Success | | 61.976 |
test_indexed_with_eq | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:456: test not applicable to env. | 0.000 |
test_edge_2i_on_complex_pk | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2821: test not applicable to env. | 0.000 |
test_select_set_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5259: awaiting CASSANDRA-7396 | 0.000 |
test_collection_and_regular | Success | | 51.280 |
test_whole_list_conditional | Success | | 54.280 |
test_list | Success | | 52.346 |
test_add_deletion_info_in_unsorted_column | Success | | 53.207 |
test_order_by | Success | | 52.796 |
test_IN_clause_on_last_key | Skipped | 5.0 > 3.11.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.11.99 | 0.298 |
test_select_list_key_multi_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5378: awaiting CASSANDRA-7396 | 0.000 |
test_returned_null | Success | | 53.065 |
test_whole_map_conditional | Success | | 56.440 |
test_cql3_insert_thrift | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.297 |
test_intersection_logic_returns_empty_result | Success | | 66.214 |
test_reversed_comparator | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:784: test not applicable to env. | 0.000 |
test_rename | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3006: test not applicable to env. | 0.000 |
test_materialized_view_simple | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5506: test not applicable to env. | 0.000 |
test_undefined_page_size_default | Success | | 58.448 |
test_paging_across_multi_wide_rows | Success | | 72.120 |
test_paging_using_secondary_indexes | Success | | 57.541 |
test_query_isolation | Success | | 102.872 |
test_single_row_deletions | Success | | 63.797 |
test_upgrade_with_clustered_compact_table | Success | | 112.081 |
test_sstableloader_compression_none_to_deflate | Skipped | 5.0.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99 | 0.550 |
test_sparse_supercolumn | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.295 |
test_bootstrap_multidc | Success | | 483.114 |