Name | Status | Type | Time(s) |
test_cant_create_existing_user | Success | | 34.845 |
test_udf_permissions_in_selection | Success | | 33.062 |
test_killed_wiped_node_cannot_join | Success | | 8.508 |
test_killed_wiped_node_cannot_join | Failure | ccmlib.node.TimeoutError: 19 Sep 2024 00:27:25 [node4] after 600.65/600 seconds Missing: ['A node with address /127.0.0.4:7000 already exists, cancelling join'] not found in system.log:
Head: INFO [main] 2024-09-19 00:17:26,346 YamlConfigura
Tail: ...va:143)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
self = <bootstrap_test.TestBootstrap object at 0x7fdff25c0700>
def test_killed_wiped_node_cannot_join(self):
> self._wiped_node_cannot_join_test(gently=False)
bootstrap_test.py:621:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
bootstrap_test.py:663: in _wiped_node_cannot_join_test
node4.watch_log_for("A node with address {} already exists, cancelling join".format(node4.address_for_current_version_slashy()), from_mark=mark)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:610: in watch_log_for
TimeoutError.raise_if_passed(start=start, timeout=timeout, node=self.name,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
start = 1726705044.9348392, timeout = 600
msg = "Missing: ['A node with address /127.0.0.4:7000 already exists, cancelling join'] not found in system.log:\n Head: INF...t.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thread.run(Thread.java:829)\n"
node = 'node4'
@staticmethod
def raise_if_passed(start, timeout, msg, node=None):
if start + timeout < time.time():
> raise TimeoutError.create(start, timeout, msg, node)
E ccmlib.node.TimeoutError: 19 Sep 2024 00:27:25 [node4] after 600.65/600 seconds Missing: ['A node with address /127.0.0.4:7000 already exists, cancelling join'] not found in system.log:
E Head: INFO [main] 2024-09-19 00:17:26,346 YamlConfigura
E Tail: ...va:143)
E at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
E at java.base/java.lang.Thread.run(Thread.java:829)
../cassandra/build/venv/lib/python3.8/site-packages/ccmlib/node.py:56: TimeoutError | 679.999 |
test_compression_cql_options | Success | | 27.020 |
test_prepared_statement_invalidation | Success | | 24.831 |
test_collection_update | Success | | 29.663 |
test_metadata_reset_while_compact | Skipped | hangs CI
/home/cassandra/cassandra-dtest/metadata_test.py:30: hangs CI | 0.000 |
test_paging_with_no_clustering_columns | Success | | 38.977 |
test_replace_with_insufficient_replicas | Success | | 175.936 |
test_rf_collapse_yaml_file_snitch | Skipped | 5.1 > 2.1.x
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 2.1.x | 0.658 |
test_basic_snapshot_and_restore | Success | | 53.253 |
test_count | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.409 |
test_column_validators | Skipped | 5.1 > 4
/home/cassandra/cassandra-dtest/conftest.py:468: 5.1 > 4 | 0.423 |
test_collection_set_ttl | Success | | 37.095 |
test_describe_describes_non_default_compaction_parameters | Success | | 24.854 |
test_null_as_null_indicator | Success | | 28.826 |
test_reading_empty_strings_for_different_types | Success | | 29.176 |