Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-novnode_jdk11_python3.8_cythonno_x86_64_59_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_59_64400153025.3252024-05-21T05:43:20.0152267bc4b2fb0319

Tests

NameStatusTypeTime(s)
test_token_rangeSuccess180.882
test_select_with_aliasSuccess65.241
test_sparse_cfSuccess69.321
test_large_clustering_inSuccess66.341
test_end_of_component_uses_oecBoundSuccess63.180
test_order_by_multikeySuccess69.844
test_cas_and_ttlSuccess69.327
test_range_tombstonesSuccess83.272
test_select_distinctSuccess70.510
test_limit_sparseSuccess132.215
test_query_compact_tables_during_upgradeSuccess73.588
test_negative_timestampSuccess66.042
test_reversed_compactSuccess140.101
test_in_order_by_without_selectingSuccess71.156
test_setSuccess69.971
test_internal_application_error_on_selectSuccess71.474
test_exclusive_sliceSuccess60.731
test_ticket_5230Success60.704
test_select_map_key_multi_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5318: awaiting CASSANDRA-7396
0.001
test_booleanSuccess61.780
test_expanded_list_item_conditionalSuccess66.223
test_range_querySuccess62.952
test_user_typesSuccess64.429
test_order_by_validationSuccess62.788
test_NPE_during_select_with_tokenSuccess61.867
test_secondary_index_querySkippedhttps://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_collectionsSuccess66.305
test_expanded_map_item_conditionalSuccess70.126
test_row_existenceSuccess66.241
test_collection_indexingFailureAssertionError: 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_sizeSuccess66.604
test_with_order_bySuccess68.753
test_paging_using_secondary_indexesSuccess72.676
test_data_change_impacting_earlier_pageSuccess68.381
test_single_row_deletionsSuccess76.649
test_single_cell_deletionsSuccess161.701
test_sstableloader_compression_none_to_noneSkipped5.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.99
0.730
test_sstableloader_compression_snappy_to_snappySkipped5.1 > 4.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4.99
0.684
test_upgrade_super_columns_through_limited_versionsSkipped5.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.99
0.947
test_rolling_upgrade_with_internode_sslSuccess431.429
Properties »