Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest_jdk11_python3.8_cythonno_x86_64_20_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_20_6417015992.0502024-10-05T06:04:21.742006a2df5367c139

Tests

NameStatusTypeTime(s)
test_drop_user_case_sensitiveSuccess34.030
test_builtin_functions_require_no_special_permissionsSuccess31.752
test_cleanupFailureassert not True + where True = <bound method Event.is_set of <threading.Event object at 0x7f44d2fa2ee0>>() + where <bound method Event.is_set of <threading.Event object at 0x7f44d2fa2ee0>> = <threading.Event object at 0x7f44d2fa2ee0>.is_set

self = <bootstrap_test.TestBootstrap object at 0x7f44e1e9ee80>

def test_cleanup(self):
"""
@jira_ticket CASSANDRA-11179
Make sure we remove processed files during cleanup
"""
cluster = self.cluster
cluster.set_environment_variable('CASSANDRA_TOKEN_PREGENERATION_DISABLED', 'True')
cluster.set_configuration_options(values={'concurrent_compactors': 4})
cluster.populate(1)
cluster.start()
node1, = cluster.nodelist()
for x in range(0, 5):
node1.stress(['write', 'n=100k', 'no-warmup', '-schema', 'compaction(strategy=SizeTieredCompactionStrategy,enabled=false)', 'replication(factor=1)', '-rate', 'threads=10'])
node1.flush()
node2 = new_node(cluster)
node2.start(wait_for_binary_proto=True)
event = threading.Event()
failed = threading.Event()
jobs = 1
thread = threading.Thread(target=self._monitor_datadir, args=(node1, event, len(node1.get_sstables("keyspace1", "standard1")), jobs, failed))
thread.setDaemon(True)
thread.start()
node1.nodetool("cleanup -j {} keyspace1 standard1".format(jobs))
event.set()
thread.join()
> assert not failed.is_set()
E assert not True
E + where True = <bound method Event.is_set of <threading.Event object at 0x7f44d2fa2ee0>>()
E + where <bound method Event.is_set of <threading.Event object at 0x7f44d2fa2ee0>> = <threading.Event object at 0x7f44d2fa2ee0>.is_set

bootstrap_test.py:960: AssertionError
124.423
test_create_lots_of_mv_concurrentlySkippedawaiting CASSANDRA-10699

/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:244: awaiting CASSANDRA-10699
0.001
test_remote_querySuccess201.450
test_simple_schemaSuccess30.269
test_use_custom_portSuccess148.772
test_data_change_impacting_earlier_pageSuccess39.192
test_update_on_collectionSuccess54.817
test_switch_data_center_startup_failsSuccess38.238
test_archive_commitlog_point_in_timeSuccess202.264
test_long_orderSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.619
test_insert_max_ttlSkipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.573
test_expiration_overflow_policy_capnowarn_default_ttlSuccess52.382
test_copy_toSuccess31.747
test_datetimeformat_round_tripSkipped5.1 > 3.X

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X
0.360
test_force_repair_range_async_2Skipped5.1 > 4

/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4
0.341
Properties »