Skip to content

Commit 265b01d

Browse files
committed
Allow database tests to run in parallel again
1 parent 8066b3a commit 265b01d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: .config/nextest.toml

-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
1-
[test-groups]
2-
database = { max-threads = 1 }
3-
41
[profile.default]
52
retries = 1
6-
7-
# sqlx has a problem with nextest, as it uses a process-local semaphore to have
8-
# tests use different databases. This doesn't work with nextest, as it has a
9-
# process-per-test model, which is why we need to make sure only one test uses
10-
# the database at a time.
11-
# See https://github.com/launchbadge/sqlx/pull/3334
12-
[[profile.default.overrides]]
13-
filter = 'package(mas-handlers) or package(mas-storage-pg)'
14-
test-group = 'database'

0 commit comments

Comments
 (0)