garage_db: refactor open function

This commit is contained in:
Alex Auvolat
2025-08-27 23:03:09 +02:00
parent 469153233f
commit 54b9bf02a3
6 changed files with 107 additions and 85 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ fn test_fjall_db() {
use crate::fjall_adapter::{fjall, FjallDb};
let path = mktemp::Temp::new_dir().unwrap();
let config = fjall::Config::new(path);
let config = fjall::Config::new(path).temporary(true);
let keyspace = config.open_transactional().unwrap();
let db = FjallDb::init(keyspace);
test_suite(db);