Commit dba914a
Merge #157192
157192: sql, drpc: enable DRPC randomly for sql tests r=yuzefovich,cthumuluru-crdb a=Nukitt
This change introduces a package-level setting that randomly enables drpc in the sql package.
Epic: CRDB-48935
Release note: None
Fixes: #153925
Fixes: #155573
Fixes: #155574
Fixes: #155575
Fixes: #155576
Fixes: #155579
Fixes: #155580
Fixes: #155581
Fixes: #155582
Fixes: #155583
Note:
1. `pkg/sql/exec/execbuilder/` is disabled for now since some tests in `tests/local` fail due to addition of the cluster setting of drpc(`rpc.experimental_drpc.enabled`) which is unexpected for the test.
2. `pkg/sql/logictest` is untouched for now due to many failing tests, created a separate [tracking ticket for it here](#157201)
Co-authored-by: Nukitt <[email protected]>File tree
77 files changed
+149
-5
lines changed- pkg/sql
- backfill
- catalog
- bootstrap
- descs
- externalcatalog
- internal/catkv
- lease
- redact
- resolver
- schematelemetry
- systemschema_test
- tabledesc
- typedesc
- colexecerror
- colexec/colbuilder
- colfetcher
- colflow
- contention/txnidcache
- copy
- descmetadata
- distsql
- execinfra
- execstats
- export
- flowinfra
- gcjob_test
- gcjob
- hints
- idxrecommendations
- importer
- inspect
- isession
- opt
- exec
- execbuilder
- explain
- pgrepl
- pgwire
- pgwirecancel
- physicalplan
- randgen
- rowenc
- rowexec
- row
- scheduledlogging
- schemachanger
- scbackup
- scbuild
- scdecomp
- scexec
- scplan
- schemachange
- sem
- builtins
- pgformat
- eval
- cast_test
- eval_test
- tree
- sessioninit
- sessionprotectedts
- spanutils
- span
- sqlinstance/instancestorage
- sqlliveness/slstorage
- sqlnoccltest
- sqlstats
- persistedsqlstats
- sslocal
- stats
- stmtdiagnostics
- tablemetadatacache
- ttl/ttljob
- vecindex
- vecstore
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+149
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
0 commit comments