You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: None
0 commit comments