Skip to content

Commit 4317e09

Browse files
authored
Fix flaky postgres tests (#5340)
* Use file lock for serial tests * Add missing serial annotation
1 parent e3927eb commit 4317e09

File tree

3 files changed

+58
-46
lines changed

3 files changed

+58
-46
lines changed

quickwit/Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/quickwit-metastore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ futures = { workspace = true }
5252
md5 = { workspace = true }
5353
mockall = { workspace = true }
5454
rand = { workspace = true }
55-
serial_test = "3.1.0"
55+
serial_test = { version = "3.1.1", features = ["file_locks"] }
5656
tempfile = { workspace = true }
5757
tracing-subscriber = { workspace = true }
5858

0 commit comments

Comments
 (0)