Repo Added
|
Files
145
|
Badge
README BADGES
|
gitlab-ci
fix: retry polling on all errors When implementing the backoff for errors when polling for deployment or submitting inventory, we added an exception for unauthorized errors. After looking at how it was done in Mender Client 3, we discovered that such an exception was not present there, and that the backoff should be triggered for all types of errors. Changelog: All errors on attempts to communicate with the server are retried with an exponential backoff. This aligns the behavior of the state machine with Mender Client 3. Ticket: MEN-7938 Signed-off-by: Daniel Skinstad Drabitzius <daniel.drabitzius@northern.tech> (cherry picked from commit 45f88a13e)
0 of 2 new or added lines in 1 file covered. (0.0%)
7384 of 9721 relevant lines covered (75.96%)
11125.56 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1639744911 | pr_1733 | fix: retry polling on all errors When implementing the backoff for errors when polling for deployment or submitting inventory, we added an exception for unauthorized errors. After looking at how it was done in Mender Client 3, we discovered that ... | Pull #1733 | Mender | gitlab-ci |
75.96 |