aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-06-09 13:23:08 +0200
committerAlex Auvolat <alex@adnab.me>2023-06-09 13:23:08 +0200
commit1e466b11eb9a3d5de2b8247fc6b635f9278bc3ac (patch)
tree7233f2a22d1f6724e2082158df0ccc8e1e34ecee /src
parent865f0c7d0c1889b06025bcc299925236405400ca (diff)
downloadgarage-1e466b11eb9a3d5de2b8247fc6b635f9278bc3ac.tar.gz
garage-1e466b11eb9a3d5de2b8247fc6b635f9278bc3ac.zip
Revert integration tests to using Sled as LMDB causes failures
Diffstat (limited to 'src')
-rw-r--r--src/garage/tests/common/garage.rs1
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"