Name | Status | Type | Time(s) |
test_token_range | Success | | 180.882 |
test_select_with_alias | Success | | 65.241 |
test_sparse_cf | Success | | 69.321 |
test_large_clustering_in | Success | | 66.341 |
test_end_of_component_uses_oecBound | Success | | 63.180 |
test_order_by_multikey | Success | | 69.844 |
test_cas_and_ttl | Success | | 69.327 |
test_range_tombstones | Success | | 83.272 |
test_select_distinct | Success | | 70.510 |
test_limit_sparse | Success | | 132.215 |
test_query_compact_tables_during_upgrade | Success | | 73.588 |
test_negative_timestamp | Success | | 66.042 |
test_reversed_compact | Success | | 140.101 |
test_in_order_by_without_selecting | Success | | 71.156 |
test_set | Success | | 69.971 |
test_internal_application_error_on_select | Success | | 71.474 |
test_exclusive_slice | Success | | 60.731 |
test_ticket_5230 | Success | | 60.704 |
test_select_map_key_multi_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5318: awaiting CASSANDRA-7396 | 0.001 |
test_boolean | Success | | 61.780 |
test_expanded_list_item_conditional | Success | | 66.223 |
test_range_query | Success | | 62.952 |
test_user_types | Success | | 64.429 |
test_order_by_validation | Success | | 62.788 |
test_NPE_during_select_with_token | Success | | 61.867 |
test_secondary_index_query | Skipped | https://issues.apache.org/jira/browse/CASSANDRA-14961
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5427: https://issues.apache.org/jira/browse/CASSANDRA-14961 | 0.001 |
test_composite_index_collections | Success | | 66.305 |
test_expanded_map_item_conditional | Success | | 70.126 |
test_row_existence | Success | | 66.241 |
test_collection_indexing | Failure | AssertionError: Could not update git
self = <abc.TestCQLNodes2RF1_Upgrade_indev_5_0_x_To_indev_trunk object at 0x7fc1a8712970>
@since('2.1')
def test_collection_indexing(self):
"""
@jira_ticket CASSANDRA-4511
"""
> cursor = self.prepare()
upgrade_tests/cql_tests.py:3738:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_base.py:88: in prepare
cluster.set_install_dir(version=self.UPGRADE_PATH.starting_version)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/cluster.py:111: in set_install_dir
dir, v = repository.setup(version, verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:70: in setup
clone_development(GITHUB_REPO, version, verbose=verbose)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:270: in clone_development
raise e
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
git_repo = 'https://github.com/apache/cassandra.git'
version = 'github:apache/cassandra-5.0', verbose = False, alias = False
def clone_development(git_repo, version, verbose=False, alias=False):
print_(git_repo, version)
target_dir = directory_name(version)
assert target_dir
if 'github' in version:
git_repo_name, git_branch = github_username_and_branch_name(version)
elif 'local:' in version:
git_repo_name = 'local_{}'.format(git_repo) # add git repo location to distinguish cache location for differing repos
git_branch = version.split(':')[-1] # last token on 'local:...' slugs should always be branch name
elif alias:
git_repo_name = 'alias_{}'.format(version.split('/')[0].split(':')[-1])
git_branch = version.split('/')[-1]
else:
git_repo_name = 'apache'
git_branch = version.split(':', 1)[1]
local_git_cache = os.path.join(__get_dir(), '_git_cache_' + git_repo_name)
logfile = lastlogfilename()
logger = get_logger(logfile)
try:
# Checkout/fetch a local repository cache to reduce the number of
# remote fetches we need to perform:
if not os.path.exists(local_git_cache):
common.info("Cloning Cassandra...")
process = subprocess.Popen(
['git', 'clone', '--mirror', git_repo, local_git_cache],
cwd=__get_dir(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
out, _, _ = log_info(process, logger)
assert out == 0, "Could not do a git clone"
else:
common.info("Fetching Cassandra updates...")
process = subprocess.Popen(
['git', 'fetch', '-fup', 'origin', '+refs/*:refs/*'],
cwd=local_git_cache, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
out, _, _ = log_info(process, logger)
> assert out == 0, "Could not update git"
E AssertionError: Could not update git
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/repository.py:177: AssertionError | 8.395 |
test_with_more_results_than_page_size | Success | | 66.604 |
test_with_order_by | Success | | 68.753 |
test_paging_using_secondary_indexes | Success | | 72.676 |
test_data_change_impacting_earlier_page | Success | | 68.381 |
test_single_row_deletions | Success | | 76.649 |
test_single_cell_deletions | Success | | 161.701 |
test_sstableloader_compression_none_to_none | Skipped | 5.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.99 | 0.730 |
test_sstableloader_compression_snappy_to_snappy | Skipped | 5.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4.99 | 0.684 |
test_upgrade_super_columns_through_limited_versions | Skipped | 5.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.99 | 0.947 |
test_rolling_upgrade_with_internode_ssl | Success | | 431.429 |