mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Otherwise, the validation new_fence_version <= token_metadata::version inside update_fence_version will use an uninitialized token_metadata::version == 0 and we will get an error. The test_topology_ops was improved to catch this problem. Fixes: #14303