Commit 35973fd
158612: kvserver: deflake TestTenantCtx r=iskettaneh a=iskettaneh
The test waits for a scan request and fails if the tenantID of the request (for a perticular key) didn't equal the tenantID created in the test.
However, upon inspecting the scan request. It was a Meta2 scan, which doesn't seem to carry the tenantID in its context. This commit skips this check for meta2 requests.
Fixes: #158493
Release note: none
158633: sst: fix warnings in .proto files r=spilchen a=spilchen
This fixes the following warnings for fields recently added for the distributed merge work:
```
WARNING: field SSTFileInfo.StartKey is a non-nullable bytes type, nullable=false has no effect
WARNING: field SSTFileInfo.EndKey is a non-nullable bytes type, nullable=false has no effect
WARNING: field SSTFiles.RowSamples is a repeated non-nullable native type, nullable=false has no effect
```
Epic: CRDB-48845
Release notes: none
Co-authored-by: Ibrahim Kettaneh <[email protected]>
Co-authored-by: Matt Spilchen <[email protected]>
File tree
2 files changed
+13
-4
lines changed- pkg
- kv/kvserver
- sql/bulksst
2 files changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
| 421 | + | |
421 | 422 | | |
422 | 423 | | |
423 | 424 | | |
424 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
425 | 431 | | |
426 | 432 | | |
427 | 433 | | |
| |||
431 | 437 | | |
432 | 438 | | |
433 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
434 | 443 | | |
435 | 444 | | |
436 | 445 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
0 commit comments