mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
Extend the reconfiguration nemesis to send `modify_config` requests as well as `reconfigure` requests. It chooses one or the other with probability 1/2. Fix a bunch of problems that surfaced during testing. Closes #10544 * github.com:scylladb/scylla: test: raft: randomized_nemesis_test: send `modify_config` requests in reconfiguration nemsesis test: raft: randomized_nemesis_test: fix `rpc` reply ID generation test: raft: randomized_nemesis_test: during bouncing call, allow a leader to reroute to itself test: raft: randomized_nemesis_test: handle timed_out_error from modify_config service: raft: rpc: don't call `execute...` functions after `abort()` raft: server: fix bad_variant_access in `modify_config`