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

test: fix race in e2e build test #10402

Merged
merged 1 commit into from
Mar 24, 2023
Merged

test: fix race in e2e build test #10402

merged 1 commit into from
Mar 24, 2023

Conversation

milas
Copy link
Contributor

@milas milas commented Mar 24, 2023

What I did
This was running two tests in parallel that would build/delete the same images. Run in serial instead since that's not safe.

Related issue

(not mandatory) A picture of a cute animal, if possible in relation to what you did
hamsters snuggling

This was running two tests in parallel that would build/delete the
same images. Run in serial instead since that's not safe.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
@milas milas requested a review from a team March 24, 2023 14:35
@milas milas self-assigned this Mar 24, 2023
@milas milas requested review from nicksieger, ndeloof, StefanScherer, ulyssessouza, glours and laurazard and removed request for a team March 24, 2023 14:35
@codecov
Copy link

codecov bot commented Mar 24, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.06 ⚠️

Comparison is base (72260d6) 60.16% compared to head (36625ed) 60.11%.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2   #10402      +/-   ##
==========================================
- Coverage   60.16%   60.11%   -0.06%     
==========================================
  Files         104      104              
  Lines        9005     9005              
==========================================
- Hits         5418     5413       -5     
- Misses       3021     3025       +4     
- Partials      566      567       +1     

see 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@milas milas merged commit f0bf4fc into docker:v2 Mar 24, 2023
@milas milas deleted the fix-e2e-race branch March 24, 2023 14:44
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.

None yet

3 participants