Skip to content

Commit bea3d53

Browse files
authored
Allow database tests to run in parallel again (#4405)
2 parents 292e143 + 265b01d commit bea3d53

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.config/nextest.toml

Lines changed: 0 additions & 12 deletions
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)