0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-16 07:22:31 +00:00
Files
libsql/.cargo/nextest.toml
Lucio Franco 29bb970559 sqld: add in process s3 for bottomless tests
This adds in process mock s3 backend via the `s3s` crate. This allows us
to run tests without requiring a user run `minio` or hook up their real
aws account.
2023-11-30 17:42:01 -05:00

10 lines
252 B
TOML

[profile.default]
slow-timeout = { period = "60s", terminate-after = 2, , grace-period = "30s" }
[test-groups]
serial-integration = { max-threads = 1 }
[[profile.default.overrides]]
filter = 'test(test::bottomless)'
test-group = 'serial-integration'