diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-09 13:23:08 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-09 13:23:08 +0200 |
commit | 1e466b11eb9a3d5de2b8247fc6b635f9278bc3ac (patch) | |
tree | 7233f2a22d1f6724e2082158df0ccc8e1e34ecee /src/garage/tests | |
parent | 865f0c7d0c1889b06025bcc299925236405400ca (diff) | |
download | garage-1e466b11eb9a3d5de2b8247fc6b635f9278bc3ac.tar.gz garage-1e466b11eb9a3d5de2b8247fc6b635f9278bc3ac.zip |
Revert integration tests to using Sled as LMDB causes failures
Diffstat (limited to 'src/garage/tests')
-rw-r--r-- | src/garage/tests/common/garage.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/garage/tests/common/garage.rs b/src/garage/tests/common/garage.rs index 3beed7c4..cb1b7ea5 100644 --- a/src/garage/tests/common/garage.rs +++ b/src/garage/tests/common/garage.rs @@ -52,6 +52,7 @@ impl Instance { r#" metadata_dir = "{path}/meta" data_dir = "{path}/data" +db_engine = "sled" replication_mode = "1" |