mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-11 12:19:25 +00:00
a566230b8f
* consume stream completely in order to avoid test deadlock - reproduced pretty stabily with rr record --chaos - slack thread: https://turso.slack.com/archives/C044XT6KK46/p1721393397388469 * moved nextest config to the default location and fix toml
12 lines
274 B
TOML
12 lines
274 B
TOML
[profile.default]
|
|
slow-timeout = { period = "60s", terminate-after = 2, grace-period = "30s" }
|
|
retries = 3
|
|
|
|
[test-groups]
|
|
serial-integration = { max-threads = 1 }
|
|
|
|
[[profile.default.overrides]]
|
|
filter = 'test(test::bottomless)'
|
|
test-group = 'serial-integration'
|
|
retries = 3
|