Commit Graph

2 Commits

Author SHA1 Message Date
Siying Dong
834f25ed32 Change RocksDB License 2017-07-20 21:09:43 -07:00
Sage Weil
2074ddd625 env: add EnvMirror
This is an Env implementation that mirrors all storage-related methods on
two different backend Env's and verifies that they return the same
results (return status and read results).  This is useful for implementing
a new Env and verifying its correctness.

Signed-off-by: Sage Weil <sage@redhat.com>
2015-12-10 21:32:45 -05:00