add test_discard_blobs_on_blob_tx_eviction unit test (#6445)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Thomas Coratger
2024-02-08 14:15:09 +01:00
committed by GitHub
parent 48bd37e7a6
commit 672246d400
10 changed files with 138 additions and 10 deletions

View File

@ -64,6 +64,7 @@ proptest.workspace = true
criterion.workspace = true
assert_matches.workspace = true
tempfile.workspace = true
serde_json.workspace = true
[features]
default = ["serde"]