Name | Status | Type | Time(s) |
test_dense_cf | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:208: test not applicable to env. | 0.001 |
test_end_of_component_as_end_key | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2860: test not applicable to env. | 0.000 |
test_select_set_key_multi_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5347: awaiting CASSANDRA-7396 | 0.000 |
test_multi_in | Success | | 63.027 |
test_clustering_order_in | Success | | 57.795 |
test_reversed_compact_multikey | Success | | 65.880 |
test_whole_set_conditional | Success | | 64.842 |
test_cql3_non_compound_range_tombstones | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.330 |
test_select_count_paging | 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 0x7fe956b11e20>
def test_select_count_paging(self):
"""
Test for the #6579 'select count' paging bug
@jira_ticket CASSANDRA-6579
"""
cursor = self.prepare()
cursor.execute("create table test(field1 text, field2 timeuuid, field3 boolean, primary key(field1, field2));")
cursor.execute("create index test_index on test(field3);")
for is_upgraded, cursor in self.do_upgrade(cursor):
logger.debug("Querying {} node".format("upgraded" if is_upgraded else "old"))
cursor.execute("TRUNCATE test")
cursor.execute("insert into test(field1, field2, field3) values ('hola', now(), false);")
cursor.execute("insert into test(field1, field2, field3) values ('hola', now(), false);")
# the result depends on which node we're connected to, see CASSANDRA-8216
> if self.get_node_version(is_upgraded) >= '2.2':
upgrade_tests/cql_tests.py:4197:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 | 63.392 |
test_range_tombstones_compaction | Success | | 183.828 |
test_more_user_types | Success | | 64.440 |
test_reversed_comparator | Success | | 137.445 |
test_empty_in | Success | | 65.148 |
test_limit_sparse | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:389: test not applicable to env. | 0.000 |
test_function_and_reverse_type | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2962: test not applicable to env. | 0.000 |
test_tracing_prevents_startup_after_upgrading | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5484: test not applicable to env. | 0.000 |
test_timeuuid | Success | | 64.147 |
test_invalid_string_literals | Skipped | https://issues.apache.org/jira/browse/CASSANDRA-14960
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5198: https://issues.apache.org/jira/browse/CASSANDRA-14960 | 0.001 |
test_multiordering | Success | | 56.530 |
test_cas_and_list_index | Success | | 57.867 |
test_range_slice | Success | | 57.595 |
test_in_with_desc_order | Success | | 57.597 |
test_map | Success | | 56.745 |
test_map_keys_indexing | Success | | 61.401 |
test_count | Success | | 61.583 |
test_cas_simple | Success | | 61.057 |
test_exclusive_slice | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:521: test not applicable to env. | 0.000 |
test_clustering_order_and_functions | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3038: test not applicable to env. | 0.000 |
test_single_partition_deletions | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1259: test not applicable to env. | 0.000 |
test_with_more_results_than_page_size | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:94: test not applicable to env. | 0.000 |
test_paging_using_secondary_indexes_with_static_cols | Success | | 68.694 |
test_basic_paging | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:447: test not applicable to env. | 0.000 |
test_query_isolation | Success | | 117.386 |
test_ttl_deletions | Success | | 71.416 |
test_upgrade_with_statics | Success | | 122.785 |
test_sstableloader_compression_snappy_to_deflate | Skipped | 5.0.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99 | 0.613 |
test_sparse_supercolumn_with_renames | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.568 |
test_parallel_upgrade_with_internode_ssl | Success | | 295.182 |