-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: test retry with long and short sync periods (#1475)
The e2e tests use a short sync period to speed up tests. So this change adds tests that confirm that the retry backoff still works as intended when its shorter and longer than the sync period. The SyncEvent only calls ParseAndUpdate if a source change was detected, so it's safe to still send SyncEvents when the retry backoff is longer than the SyncPeriod, because what we really want to delay is the ParseAndupdate calls, which cause a lot of API server requests.
- Loading branch information
Showing
1 changed file
with
105 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters