Name | Status | Type | Time(s) |
test_cleanup | Success | | 163.716 |
test_returned_null | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2300: test not applicable to env. | 0.001 |
test_whole_map_conditional | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4693: test not applicable to env. | 0.000 |
test_cql3_insert_thrift | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.448 |
test_intersection_logic_returns_empty_result | Success | | 72.984 |
test_reversed_comparator | Success | | 62.262 |
test_rename | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.426 |
test_materialized_view_simple | Success | | 59.349 |
test_range_with_deletes | Success | | 61.538 |
test_static_with_limit | Success | | 58.549 |
test_no_clustering | Success | | 140.470 |
test_nan_infinity | Success | | 57.443 |
test_count | Success | | 125.051 |
test_conditional_delete | Success | | 63.996 |
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.001 |
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 | | 50.330 |
test_static_columns_with_distinct | Success | | 54.708 |
test_no_range_ghost | Success | | 53.085 |
test_empty_in | Success | | 52.927 |
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 0x7f98705eeca0>
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 | 47.722 |
test_float_with_exponent | Success | | 52.458 |
test_blobAs_functions | Success | | 52.679 |
test_indexes_composite | Success | | 53.410 |
test_v2_protocol_IN_with_tuples | Skipped | 5.0 > 2.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 2.99 | 0.614 |
test_delete_row | Success | | 54.583 |
test_function_with_null | Success | | 53.803 |
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.001 |
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_with_less_results_than_page_size | Success | | 51.554 |
test_paging_a_single_wide_row | Success | | 68.664 |
test_paging_across_multi_wide_rows | Success | | 59.687 |
test_row_TTL_expiry_during_paging | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:996: test not applicable to env. | 0.001 |
test_multiple_partition_deletions | Success | | 54.247 |
test_upgrade_with_wide_partition_reversed | Success | | 36.479 |
test_sstableloader_compression_snappy_to_snappy | Skipped | 5.0.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99 | 0.596 |
test_sparse_supercolumn | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.359 |
test_rolling_upgrade_with_internode_ssl | Success | | 408.304 |