Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ max-threads = 4
# These tests intentionally touch database-wide state (DDL, broad encryption
# scans, or ACCESS EXCLUSIVE locks), so they must not overlap any other test.
[[profile.default.overrides]]
filter = 'package(api) & binary(e2e_all) & (test(/^database_encryption::/) | test(/^reporting_usage::usage_export::usage_export_database_timeout_returns_504_and_stops_query$/) | test(/^reporting_usage::usage_summary::usage_summary_database_timeout_returns_504$/))'
filter = 'package(api) & binary(e2e_all) & (test(/^database_encryption::/) | test(/^prepared_statement_cache::/) | test(/^reporting_usage::usage_export::usage_export_database_timeout_returns_504_and_stops_query$/) | test(/^reporting_usage::usage_summary::usage_summary_database_timeout_returns_504$/))'
test-group = "e2e-db"
threads-required = "num-test-threads"

Expand Down
1 change: 1 addition & 0 deletions crates/api/tests/e2e_all/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ mod org_system_prompt;
mod organization_deletion;
mod pagination_validation;
mod patroni_failover;
mod prepared_statement_cache;
mod privacy_classify;
mod privacy_redact;
mod provider_errors;
Expand Down
Loading
Loading