eBay / HomeObject

Replicated BLOB Store built upon HomeStore
Apache License 2.0
6 stars 15 forks source link

add pg recovery test #180

Closed JacksonYao287 closed 5 months ago

JacksonYao287 commented 6 months ago

when need to implement the recovery test for all the persistent structures to achieve code complete. in this PR: 1 refined the existing shard test case 2 enabled the disabled test case before adopting homestore 6.4 3 add pg recover test, since other recovery cases are already covered by the existing test code. shard recovery is in shard test case, and blob/index recovery is in blob test case.