Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-latest_jdk11_python3.8_cythonno_x86_64_57_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_57_64170162751.8202024-11-22T02:20:49.7612766ba9eab0aca9

Tests

NameStatusTypeTime(s)
test_filter_granted_permissions_by_resource_typeSuccess57.387
test_logged_batch_compatibility_1Skippedported to in-JVM from 4.0 >= 5.0.3

/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0.3
1.192
test_dtcs_deletion[DateTieredCompactionStrategy]SkippedDateTieredCompactionStrategy is not supported in Cassandra 5.0 and later

/home/cassandra/cassandra-dtest/compaction_test.py:595: DateTieredCompactionStrategy is not supported in Cassandra 5.0 and later
1.441
test_upgradeSuccess443.782
test_hintedhandoff_dc_disabledSuccess150.702
test_mv_with_default_ttl_without_flushSuccess384.393
test_group_by_with_static_columns_pagingSuccess120.396
test_gcable_tombstone_resurrection_on_range_slice_querySkippedported to in-JVM from 4.0 >= 5.0.3

/home/cassandra/cassandra-dtest/conftest.py:526: ported to in-JVM from 4.0 >= 5.0.3
1.062
test_complementary_deletion_with_limit_and_rows_afterSuccess145.019
test_8280_validate_indexed_values_compactSkipped5.0.3 > 3.X

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.3 > 3.X
1.069
test_sstableloader_with_mvSkippedDon't need to run base class test, only derived classes

/home/cassandra/cassandra-dtest/sstable_generation_loading_test.py:47: Don't need to run base class test, only derived classes
1.023
test_get_range_slice_superSkipped5.0.3 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.3 > 4
1.022
test_do_not_join_ringSuccess74.861
test_batchSuccess167.934
test_cjk_outputSuccess41.146
test_bulk_round_trip_non_prepared_statementsSuccess6.890
test_bulk_round_trip_non_prepared_statementsFailurecassandra.OperationTimedOut: errors={'127.0.0.2:9042': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=127.0.0.2:9042

self = <cqlsh_tests.test_cqlsh_copy.TestCqlshCopy object at 0x7ff6cb9a7820>

def test_bulk_round_trip_non_prepared_statements(self):
"""
Test bulk import with default stress import (one row per operation) and without
prepared statements.

@jira_ticket CASSANDRA-11053
"""
> self._test_bulk_round_trip(nodes=3, partitioner="murmur3", num_operations=100000,
copy_from_options={'PREPAREDSTATEMENTS': False})

cqlsh_tests/test_cqlsh_copy.py:2475:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cqlsh_tests/test_cqlsh_copy.py:2436: in _test_bulk_round_trip
num_records = create_records()
cqlsh_tests/test_cqlsh_copy.py:2409: in create_records
ret = rows_to_list(self.session.execute(count_statement))[0][0]
../cassandra/build/venv/src/cassandra-driver/cassandra/cluster.py:2618: in execute
return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile, paging_state, host, execute_as).result()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <ResponseFuture: query='<SimpleStatement query="SELECT COUNT(*) FROM keyspace1.standard1", consistency=ALL>' request_i...9042': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=127.0.0.2:9042 coordinator_host=None>

def result(self):
"""
Return the final result or raise an Exception if errors were
encountered. If the final result or error has not been set
yet, this method will block until it is set, or the timeout
set for the request expires.

Timeout is specified in the Session request execution functions.
If the timeout is exceeded, an :exc:`cassandra.OperationTimedOut` will be raised.
This is a client-side timeout. For more information
about server-side coordinator timeouts, see :class:`.policies.RetryPolicy`.

Example usage::

>>> future = session.execute_async("SELECT * FROM mycf")
>>> # do other stuff...

>>> try:
... rows = future.result()
... for row in rows:
... ... # process results
... except Exception:
... log.exception("Operation failed:")

"""
self._event.wait()
if self._final_result is not _NOT_SET:
return ResultSet(self, self._final_result)
else:
> raise self._final_exception
E cassandra.OperationTimedOut: errors={'127.0.0.2:9042': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=127.0.0.2:9042

../cassandra/build/venv/src/cassandra-driver/cassandra/cluster.py:4894: OperationTimedOut
159.769
test_dc_repairSuccess830.007
Properties »