From 16aa263d8c7e59a21a3bc8afdfeb75bf3af0a78c Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 9 Feb 2016 13:32:39 -0800 Subject: [PATCH] etcd-tester: continue after cleanup --- tools/functional-tester/etcd-tester/tester.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/functional-tester/etcd-tester/tester.go b/tools/functional-tester/etcd-tester/tester.go index ffa50218c..bfa1fec68 100644 --- a/tools/functional-tester/etcd-tester/tester.go +++ b/tools/functional-tester/etcd-tester/tester.go @@ -128,6 +128,7 @@ func (tt *tester) runLoop() { log.Printf("etcd-tester: [round#%d case#%d] cleanup error: %v", i, j, err) return } + continue } if _, ok = getSameValue(hashes); !ok { log.Printf("etcd-tester: [round#%d case#%d] checking current storage hashes failed (%v)", i, j, hashes) @@ -155,6 +156,7 @@ func (tt *tester) runLoop() { log.Printf("etcd-tester: [round#%d] cleanup error: %v", i, err) return } + continue } log.Printf("etcd-tester: [round#%d] compacted storage", i)