mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd-tester: continue after cleanup
This commit is contained in:
parent
c8994aab62
commit
16aa263d8c
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user