Skip to content

Commit

Permalink
Fix flaky postgres tests (#5340)
Browse files Browse the repository at this point in the history
* Use file lock for serial tests

* Add missing serial annotation
  • Loading branch information
rdettai authored Aug 26, 2024
1 parent e3927eb commit 4317e09
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 46 deletions.
11 changes: 11 additions & 0 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickwit/quickwit-metastore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ futures = { workspace = true }
md5 = { workspace = true }
mockall = { workspace = true }
rand = { workspace = true }
serial_test = "3.1.0"
serial_test = { version = "3.1.1", features = ["file_locks"] }
tempfile = { workspace = true }
tracing-subscriber = { workspace = true }

Expand Down
Loading

0 comments on commit 4317e09

Please sign in to comment.