-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
while applying policies, wait for all expected policy revisions.
Previously, we always waited for the r+1 revision, which in the case of multiple policies being applied may result in a race condition where some, but not all, of the policies are in place prior to proceeding with tests. As well, policy revision deltas are now counted per cluster, thus we can wait for the correct revision for each cluster. Signed-off-by: Tom Hadlaw <[email protected]>
- Loading branch information
1 parent
5a687cf
commit 0d5a34d
Showing
1 changed file
with
22 additions
and
9 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