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
testutils: allow overriding DefaultTestDRPCOption with env variable
This allows enabling or disabling DRPC for unit tests without changing code
or recompiling. Note that the environment variable will take precedence
over server args, which take precedence over the package-level option.
Example usage: `dev test pkg/server:server_test -- --test_env=COCKROACH_TEST_DRPC=false`
Epic: none
Release note: none
0 commit comments