0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-11 12:19:25 +00:00
libsql/.config/nextest.toml
Sivukhin Nikita a566230b8f
Fix sqld test (#1579)
* 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
2024-07-19 17:17:11 +00:00

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