Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: future-proof TestChangefeedProtectedTimestamps
The low gc.ttlseconds in this test that applies to system.{descriptor,zones}, when run with span configs enabled (in a future commit), runs into errors introduced in cockroachdb#73086. The span configs infrastructure makes use of rangefeeds against these tables within the spanconfig.SQLWatcher process. These rangefeeds error out if the timestamp they're started with is already GC-ed, something that's very likely with low GC TTLs. To accommodate, we simply bump the TTL to a more reasonable 100s. Release note: None
- Loading branch information