Fix tests

This commit is contained in:
Vladimir Mihailenco 2018-02-13 16:23:49 +02:00
parent e456ee7148
commit 6b10d46cfb
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ var _ = Describe("ClusterClient", func() {
})
_ = client.ForEachSlave(func(slave *redis.Client) error {
defer GinkgoRecover()
Eventually(func() int64 {
return slave.DBSize().Val()
}, 30*time.Second).Should(Equal(int64(0)))