Verify consistent index is latest at the time of snapshot
Signed-off-by: Geeta Gharpure <geetagh@amazon.com>
This commit is contained in:
@ -1017,6 +1017,9 @@ func TestSyncTrigger(t *testing.T) {
|
||||
|
||||
// TestSnapshot should snapshot the store and cut the persistent
|
||||
func TestSnapshot(t *testing.T) {
|
||||
revertFunc := verify.DisableVerifications()
|
||||
defer revertFunc()
|
||||
|
||||
be, _ := betesting.NewDefaultTmpBackend(t)
|
||||
|
||||
s := raft.NewMemoryStorage()
|
||||
|
Reference in New Issue
Block a user