etcdserver: fix TestTriggerSnap

Before checking, it needs to wait for snapshot goroutine to finish its
work.
This commit is contained in:
Yicheng Qin
2015-06-24 16:19:32 -07:00
parent 44fda7985a
commit 5d131acfba

View File

@ -748,6 +748,8 @@ func TestTriggerSnap(t *testing.T) {
srv.Do(context.Background(), pb.Request{Method: "PUT"})
}
srv.Stop()
// wait for snapshot goroutine to finish
testutil.WaitSchedule()
gaction := p.Action()
// each operation is recorded as a Save