mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #3057 from yichengq/fix-snap-test
etcdserver: fix TestTriggerSnap
This commit is contained in:
commit
35d0839909
@ -748,6 +748,8 @@ func TestTriggerSnap(t *testing.T) {
|
|||||||
srv.Do(context.Background(), pb.Request{Method: "PUT"})
|
srv.Do(context.Background(), pb.Request{Method: "PUT"})
|
||||||
}
|
}
|
||||||
srv.Stop()
|
srv.Stop()
|
||||||
|
// wait for snapshot goroutine to finish
|
||||||
|
testutil.WaitSchedule()
|
||||||
|
|
||||||
gaction := p.Action()
|
gaction := p.Action()
|
||||||
// each operation is recorded as a Save
|
// each operation is recorded as a Save
|
||||||
|
Loading…
x
Reference in New Issue
Block a user