Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade_jdk11_python3.8_cythonno_x86_64_28_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_28_643301121574.1542024-08-14T22:43:46.779468b499823cacfa

Tests

NameStatusTypeTime(s)
test__compatibility_flag_off_3014Success33.824
test_float_with_exponentSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2685: test not applicable to env.
0.000
test_negative_timestampSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5218: test not applicable to env.
0.001
test_returned_nullSuccess63.545
test_static_with_limitSuccess61.780
test_npe_composite_table_sliceSuccess72.545
test_in_order_by_without_selectingSuccess71.459
test_listSuccess177.031
test_nan_infinitySuccess68.450
test_batchSuccess164.259
test_internal_application_error_on_selectSuccess75.270
test_in_clause_wide_rowsSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:558: test not applicable to env.
0.000
test_conditional_updateSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3062: test not applicable to env.
0.000
test_dynamic_cfSuccess54.930
test_edge_2i_on_complex_pkSuccess54.669
test_select_map_key_multi_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5318: awaiting CASSANDRA-7396
0.000
test_composite_partition_key_validationSuccess53.127
test_invalid_custom_timestampSuccess53.112
test_reversed_compactSuccess53.933
test_expanded_list_item_conditionalSuccess57.793
test_cql3_insert_thriftSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.579
test_static_columns_with_distinctSuccess60.822
test_range_tombstonesSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1165: test not applicable to env.
0.000
test_user_typesSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3562: test not applicable to env.
0.000
test_with_equal_results_to_page_sizeSuccess60.432
test_with_limitSuccess57.506
test_paging_using_secondary_indexesSuccess56.958
test_query_isolationSuccess121.321
test_ttl_deletionsFailureAssertionError: Could not update git

self = <abc.TestPagingWithDeletionsNodes2RF1_Upgrade_indev_4_0_x_To_indev_5_0_x object at 0x7fc2ff737700>

def test_ttl_deletions(self):
"""Test ttl deletions. Paging over a query that has only tombstones """
> cursor = self.prepare()

upgrade_tests/paging_test.py:1468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/paging_test.py:37: in prepare
cursor = UpgradeTester.prepare(self, *args, row_factory=kwargs.pop('row_factory', dict_factory), **kwargs)
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'
version = 'github:apache/cassandra-4.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
98.603
test_sstableloader_compression_none_to_snappySkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.99
0.298
test_sstableloader_compression_snappy_to_deflateSkipped5.0 > 4.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 4.99
0.321
test_upgrade_super_columns_through_all_versionsSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0 > 3.99
0.269
test_udtfix_in_sstableSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_udtfix_test.py:34: test not applicable to env.
0.003
Properties »