Browse Source

Merge pull request #4468 from gyuho/f0

etcd-tester: continue after cleanup
Gyu-Ho Lee 10 years ago
parent
commit
3b0f8d53e5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/functional-tester/etcd-tester/tester.go

+ 2 - 0
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)