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
First hypothesis: the Fleet agent's garbage collection, acting on Helm releases missing a bundle deployment, might interfere with drift correction which installs releases, upgrades them and rolls them back.
This has been tested through #2861, by:
Deploying Fleet with a longer garbage collection interval, which was then expected to reduce the likelihood of forced drift correction failing
Disabling garbage collection altogether
In both cases, drift correction would still fail on the 1st or 2nd run (unlike locally, where it always passes), suggesting that garbage collection is not the culprit here.
Drift correction end-to-end tests are notoriously flaky. They currently get in the way of smoothly running CI workflows.
Here is an example of such failures, which mostly involve this test case.
The text was updated successfully, but these errors were encountered: