Commit 86d6f0c
committed
server,tests: explicitly disable DRPC setting if option is TestDRPCDisabled
This change ensures a clear distinction between an unset DRPC option and an
explicitly disabled one. If the DRPC option is unset at both the test and
package levels, we will not modify the setting. This allows the system to
use the default value of `ExperimentalDRPCEnabled`, which can be overridden
for development via `COCKROACH_EXPERIMENTAL_DRPC_ENABLED`. When the option
is explicitly set to `TestDRPCDisabled`, we will now explicitly disable the
setting.
Release note: none
Epic: none1 parent 80ceb18 commit 86d6f0c
File tree
2 files changed
+6
-1
lines changed- pkg
- server
- testutils/serverutils
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
| 337 | + | |
337 | 338 | | |
| 339 | + | |
| 340 | + | |
338 | 341 | | |
339 | 342 | | |
340 | 343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| 558 | + | |
| 559 | + | |
558 | 560 | | |
559 | 561 | | |
560 | 562 | | |
| |||
0 commit comments