Skip to content

Commit e246aea

Browse files
authored
Merge pull request #20660 from silentred/fix-20271-change-e2e-log
update logs of the e2e test TestIssue20271
2 parents 748aa0d + 592ca8f commit e246aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/reproduce_20271_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func TestIssue20271(t *testing.T) {
7070
require.NoError(t, err)
7171
}
7272

73-
t.Log("Step 4: Restarting the first two members to change term and trigger new leader to send snapshot file to the third member.")
73+
t.Log("Step 4: Restarting the first two members to re-connect to the paused member, so the inflight messages will be dropped. This will trigger new leader to send snapshot file to the third member.")
7474
for _, proc := range epc.Procs[:2] {
7575
require.NoError(t, proc.Restart(ctx))
7676
}

0 commit comments

Comments
 (0)