Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: disable strict gc ttl enforcement in schema changer test
Before this change, the TestRaceWithBackfill test would add a zone config to force garbage collection to happen frequently, however this could cause a race between batch timestamps and garbage collection thresholds. This change adds a call to `DisableGCTTLStrictEnforcement`, which is supposed to be called before updating the zone config with `AddImmediateGCZoneConfig` for testing purposes. Epic: None Fixes: #104655 Release note: None
- Loading branch information