commit | 4e781d4724bfdc400b198e82b16989a5e6a87211 | [log] [tgz] |
---|---|---|
author | Nicolas Lacasse <nlacasse@google.com> | Wed Jul 22 13:52:32 2015 -0700 |
committer | Nicolas Lacasse <nlacasse@google.com> | Wed Jul 22 13:52:34 2015 -0700 |
tree | 7bbe2f8c026198c9203aba63119dea7cec0180a0 | |
parent | 3ee868c39ad8288149d9a792cb5996ca6f5fb4d4 [diff] |
Default to using leveldb as storage engine in tests. Switching to leveldb caused a few tests to start failing, because memstore has a different model of conflicts that leveldb. Those tests were fixed so they pass with both leveldb and memstore. You can still run the tests with memstore, by running: export STORAGE_ENGINE=memstore make test Change-Id: I6e080f2df6942d3239d8d383c861e263f778f9cc