Closed bhalevy closed 9 months ago
Cc @xemul
@mykaul / @dani-tweig can you please add a tablets
label like the one in the scylladb
repo?
With fresh enough scylla-ccm it passes
$ pytest --tablets -s --cassandra-dir=$SCYLLA_DIR 'bootstrap_test.py::TestBootstrap::test_shutdown_wiped_node_may_join'
============================================================================================================ test session starts =============================================================================================================
platform linux -- Python 3.11.6, pytest-7.4.0, pluggy-1.0.0
Using --randomly-seed=2982088198
rootdir: /home/xemul/src/scylla-dtest
configfile: pytest.ini
plugins: randomly-3.13.0, metadata-3.0.0, timeout-2.1.0, subtests-0.11.0, xdist-3.3.1, elk-reporter-0.2.1, repeat-0.9.1, html-4.1.1, asyncio-0.20.3
timeout: 7200s
timeout method: signal
timeout func_only: False
asyncio: mode=Mode.STRICT
collected 1 item
bootstrap_test.py::TestBootstrap::test_shutdown_wiped_node_may_join PASSED
============================================================================================================= 1 passed in 44.68s =============================================================================================================
"Fresh enough" should include scylladb/scylla-ccm@6209d9d4421f84aa8f1bfeb79e2e38566424d5cb commit
For some reason recent dtest re-run didn't include this test: https://jenkins.scylladb.com/job/scylla-master/job/byo/job/dtest-byo/119/consoleText it's not mentioned in logs at all
Only
[2024-01-26T15:11:05.717Z] bootstrap_test.py::TestBootstrap::test_start_stop_node
[2024-01-26T15:11:05.717Z] bootstrap_test.py::TestBootstrap::test_local_quorum_bootstrap
[2024-01-26T15:11:47.940Z] bootstrap_test.py::TestBootstrap::test_add_node
[2024-01-26T15:11:51.236Z] bootstrap_test.py::TestBootstrap::test_add_detached_node
[2024-01-26T15:13:41.812Z] bootstrap_test.py::TestBootstrap::test_start_stop
were run
With fresh enough scylla-ccm it passes
Cool, I'll verify locally and close
verified
When testing e.g.
bootstrap_test.py::TestBootstrap::test_shutdown_wiped_node_may_join
The cassandra-stress tool returns an error since it doesn't recognize theinitial_tablets
option.For example: