Fix builds with slasher-redb (#6077)

* Fix builds with slasher-redb feature

* Test redb on CI

* Delete unnecessary test

* Disable redb in slasher override tests
This commit is contained in:
Michael Sproul
2024-07-12 16:13:54 +10:00
committed by GitHub
parent 69d84e785b
commit 7697c127f1
3 changed files with 5 additions and 20 deletions

View File

@@ -91,7 +91,7 @@ impl Environment {
}
pub fn filenames(&self, config: &Config) -> Vec<PathBuf> {
vec![config.database_path.join(BASE_DB)]
vec![config.database_path.join(REDB_DATA_FILENAME)]
}
pub fn begin_rw_txn(&self) -> Result<RwTransaction, Error> {