Commit 685cd95
committed
changefeedccl: explicitly set per-table PTS cluster setting in tests
Previously, the per-table protected timestamp cluster setting was only
explicitly set to true in tests, which matched the default value. As a
result, when tests attempted to disable the setting, it remained enabled,
leading to unexpected behavior and assertion failures.
This change ensures the cluster setting is always explicitly set to the
value provided by the test, avoiding reliance on defaults and making test
behavior consistent and predictable.
Fixes: #153088
Epic: CRDB-1421
Release note: None1 parent 3cf81a8 commit 685cd95
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1819 | 1819 | | |
1820 | 1820 | | |
1821 | 1821 | | |
1822 | | - | |
1823 | | - | |
1824 | | - | |
1825 | | - | |
| 1822 | + | |
| 1823 | + | |
1826 | 1824 | | |
1827 | 1825 | | |
1828 | 1826 | | |
| |||
0 commit comments