Skip to content

Commit

Permalink
[π˜€π—½π—Ώ] initial version
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Jan 8, 2024
1 parent cde9b15 commit 1bab802
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# The required version should be bumped up if we need new features, performance
# improvements or bugfixes that are present in newer versions of nextest.
nextest-version = { required = "0.9.59", recommended = "0.9.64" }
nextest-version = { required = "0.9.64", recommended = "0.9.64" }

experimental = ["setup-scripts"]

Expand All @@ -30,5 +30,11 @@ command = 'cargo run -p crdb-seed --profile test'
clickhouse-cluster = { max-threads = 1 }

[[profile.default.overrides]]
filter = 'package(oximeter-db) and test(replicated)'
filter = 'binary_id(oximeter-db::replicated)'
test-group = 'clickhouse-cluster'

[[profile.default.overrides]]
filter = 'binary_id(omicron-nexus::test_all)'
# As of 2023-01-08, the slowest test in test_all takes 196s on a Ryzen 7950X.
# 900s is a good upper limit that adds a comfortable buffer.
slow-timeout = { period = '60s', terminate-after = 15 }

0 comments on commit 1bab802

Please sign in to comment.