Name | Status | Type | Time(s) |
test_drop_user_case_sensitive | Success | | 34.030 |
test_builtin_functions_require_no_special_permissions | Success | | 31.752 |
test_cleanup | Failure | assert 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_concurrently | Skipped | awaiting CASSANDRA-10699
/home/cassandra/cassandra-dtest/concurrent_schema_changes_test.py:244: awaiting CASSANDRA-10699 | 0.001 |
test_remote_query | Success | | 201.450 |
test_simple_schema | Success | | 30.269 |
test_use_custom_port | Success | | 148.772 |
test_data_change_impacting_earlier_page | Success | | 39.192 |
test_update_on_collection | Success | | 54.817 |
test_switch_data_center_startup_fails | Success | | 38.238 |
test_archive_commitlog_point_in_time | Success | | 202.264 |
test_long_order | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.619 |
test_insert_max_ttl | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.573 |
test_expiration_overflow_policy_capnowarn_default_ttl | Success | | 52.382 |
test_copy_to | Success | | 31.747 |
test_datetimeformat_round_trip | Skipped | 5.1 > 3.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 3.X | 0.360 |
test_force_repair_range_async_2 | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.341 |