Files
scylladb/test/cluster/mv
Tomasz Grabiec 9b40cf89fe test: Annotate server_stop() calls where conviction is harmful
Add explicit convict=False to server_stop() calls where convicting
the node would break or weaken the test.

In test_backoff_when_node_fails_task_rpc, the desired behavior is for
the node to not be marked as down immediately:

    # The purpose of this is to simulate a situation when the gossiper
    # doesn't mark a dead node as such immediately.

In raft tests, conviction could trigger voter reassignment while the
test wants to test the scenario with voters being still down.

In test_tablet_mv_replica_pairing_during_replace, conviction triggers
SCYLLADB-1996 (replace fails with "Failed to add server").
2026-05-21 21:33:19 +02:00
..
2026-04-12 19:46:33 +03:00