Commit 26f37dd
committed
spanconfigreconcilerccl: deflake spanconfigreconcilerccl_test
Previously, the span config reconciller tests when running under a
tenant did not use the transactional descriptor ID generator, which
could lead to flake. Additionally, the transactional ID generator also was
not being used for creating internal objects, when the testing knob is
enabled. This patch fixes the multi-tenant tests to use the
transactional ID generator and enables it for internal queries as well.
Fixes: #154585
Release note: None1 parent 588e5f6 commit 26f37dd
File tree
2 files changed
+7
-0
lines changed- pkg
- spanconfig/spanconfigtestutils/spanconfigtestcluster
- sql
2 files changed
+7
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
462 | 463 | | |
463 | 464 | | |
464 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
465 | 469 | | |
466 | 470 | | |
467 | 471 | | |
| |||
0 commit comments