snapshot: fix "TestSnapshotV3RestoreMultiMemberAdd"
Membership reconfiguration may not be applied when the new member joins. Also pass all endpoints to check restore data in case of leader election or network faults. Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
@ -17,5 +17,6 @@ package testutil
|
||||
import "time"
|
||||
|
||||
var (
|
||||
ApplyTimeout = time.Second
|
||||
RequestTimeout = 3 * time.Second
|
||||
)
|
||||
|
Reference in New Issue
Block a user