Commit 88320e1
committed
Fix CodeRabbit review inline comments in raft_group_tests
- TearDown: Add cleanup for raft_group_2.state and raft_group_3.state
- AppendEntriesArgsStructure: Replace tautological EXPECT_TRUE(true) with
real assertions on term, leader_id, prev_log_index, prev_log_term,
leader_commit, and entries.empty()1 parent aa321c9 commit 88320e1
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
130 | | - | |
131 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
132 | 139 | | |
133 | 140 | | |
134 | 141 | | |
| |||
0 commit comments