mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 20:46:56 +00:00
https://github.com/scylladb/scylladb/pull/12035 and https://github.com/scylladb/scylladb/pull/14329 have introduced a few features to the raft address map that haven't been tested yet: - mappings without an actual IP address (the first PR) - marking entries with generation numbers (the second PR) This commit adds unit tests that verify these changes. Closes #14572