push
github
relay: fix sending raft requests with GROUP_DEFAULT id Commit 7aac790ef3e28 ("relay: send raft requests with GROUP_DEFAULT id") tried to send all raft rows with GROUP_DEFAULT id. However, relay didn't know the version_id of the instance during initial JOIN, so raft state was sent with GROUP_LOCAL id. The test didn't properly work. This commit fixes relay by setting proper version_id during initial JOIN. The test is also fully rewritten. Follows up #10727 NO_DOC=bugfix NO_CHANGELOG=<already present> (cherry picked from commit a15c54c77)
68606 of 121844 branches covered (56.31%)
2 of 2 new or added lines in 1 file covered. (100.0%)
263 existing lines in 14 files now uncovered.101204 of 115958 relevant lines covered (87.28%)
2690835.47 hits per line