mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-16 07:22:31 +00:00
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.
10 lines
252 B
TOML
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'
|