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
drpc: add DefaultTestDRPCEnableOption to TestServerArgs
This entire setup is similar to `DefaultTestTenantOptions`.
This option can be configured to run a server with DRPC enabled. The plan
is to enable as many test packages as possible at the global level using
`TestingGlobalDRPCEnableOption` in `TestMain` and, for a select few others,
just specify this option individually in their `TestServerArgs`.
One follow-up to this PR is to simulate a mixed-mode server where, in
`TestClusterArgs.ServerArgsPerNode`, we specify some nodes with DRPC
enabled and others not. This would require some testing knobs because
enabling a setting on one node will take effect for others as well, and we
would require some refactoring in other production code paths too.
Release note: none
Epic: CRDB-48935
0 commit comments