You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kv: deflake TestAdminDecommissionedOperations by setting server.shutdown.query_wait
Fixescockroachdb#107875.
This commit deflakes `TestAdminDecommissionedOperations` by setting the
`server.shutdown.query_wait` cluster setting to 0s. This ensures that
SQL queries are immediately cancelled during the drain, instead of being
let run for up to 10s (the previous test timeout) before cancellation.
The commit also increases the timeouts in the test to the default
`testutils` timeouts, to avoid flakes when CI is slow.
Release note: None
0 commit comments