Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[25.0 backport] fix flaky connhelper tests #5292

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

laurazard
Copy link
Member

backports #5290 and #5291

Looks like this test was failing due to bad syntax on the `while` loop,
which caused it to die after 1 second. If the test took a bit longer,
the process would be dead before the following assertions run, causing
the test to fail/be flaky.

Signed-off-by: Laura Brehm <[email protected]>
(cherry picked from commit cc68c66)
Signed-off-by: Laura Brehm <[email protected]>
Follow up to cc68c66 (there were more
tests with incorrect syntax).

Signed-off-by: Laura Brehm <[email protected]>
(cherry picked from commit 4a7388f)
Signed-off-by: Laura Brehm <[email protected]>
@laurazard laurazard self-assigned this Jul 24, 2024
@laurazard laurazard changed the title [25.0 backport] [25.0 backport] fix flaky connhelper tests Jul 24, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.36%. Comparing base (02b4820) to head (6fb9a5b).
Report is 1 commits behind head on 25.0.

Additional details and impacted files
@@           Coverage Diff           @@
##             25.0    #5292   +/-   ##
=======================================
  Coverage   61.35%   61.36%           
=======================================
  Files         290      290           
  Lines       20098    20098           
=======================================
+ Hits        12332    12334    +2     
+ Misses       6872     6871    -1     
+ Partials      894      893    -1     

@thaJeztah thaJeztah added this to the 25.0.6 milestone Jul 24, 2024
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@laurazard laurazard merged commit 32b99dd into docker:25.0 Jul 24, 2024
98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants