mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #4468 from gyuho/f0
etcd-tester: continue after cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user