Commit Graph

7 Commits

Author SHA1 Message Date
Roman Titov
4c9b843db4 Mark *new* local replicas as locally-disabled, when recovering Raft snapshot (#7684)
* Remove faulty mark-as-dead condition when recovering Raft snapshot 😅

* Mark new local replicas as locally-disabled when recovering Raft snapshot

* Add test
2025-12-03 18:12:07 +01:00
Arnaud Gourlay
c0a6f86af7 Fix flaky test consensus compaction (#7513) 2025-11-11 12:48:45 +01:00
Andrey Vasnetsov
2c8c0a91fd wait-for instead of validate (#6899) 2025-07-24 08:37:23 +02:00
Tim Visée
defa3af944 Wait when putting collection metadata (#6559) 2025-05-20 13:45:08 +02:00
Tim Visée
0f07f45cf5 Unify function for creating shard key, we had it in two places (#6227) 2025-03-21 16:32:52 +01:00
Tim Visée
f50292e5eb Test shard key application in consensus snapshot (#6213)
* Test shard key application in consensus snapshot

* Review suggestions
2025-03-21 11:47:33 +01:00
Tim Visée
5dd4d1fb74 Add a basic consensus compaction test, also assert cluster metadata (#6017)
* Add a basic consensus compaction test, also asserting cluster metadata

* Use just one shard and replica in consensus compaction test
2025-02-18 17:37:17 +01:00