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

watch: add end-to-end test #10801

Merged
merged 1 commit into from
Jul 17, 2023
Merged

watch: add end-to-end test #10801

merged 1 commit into from
Jul 17, 2023

Conversation

milas
Copy link
Contributor

@milas milas commented Jul 11, 2023

What I did
Add an end-to-end test that covers the core watch functionality, i.e. CRUD on files & directories.

Related issue
This PR will need to be rebased after the following fix is merged or the test won't pass on macOS, as it relies on using a temporary directory:

(not mandatory) A picture of a cute animal, if possible in relation to what you did
a snow leopard peeking over a branch

Add an end-to-end test that covers the core watch functionality,
i.e. CRUD on files & directories.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
@milas milas requested a review from a team July 11, 2023 21:33
@milas milas self-assigned this Jul 11, 2023
@milas milas requested review from nicksieger, ndeloof, StefanScherer, ulyssessouza, glours and laurazard and removed request for a team July 11, 2023 21:33
@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e28b223) 59.24% compared to head (1b26d2d) 59.24%.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2   #10801   +/-   ##
=======================================
  Coverage   59.24%   59.24%           
=======================================
  Files         115      115           
  Lines        9869     9869           
=======================================
  Hits         5847     5847           
  Misses       3431     3431           
  Partials      591      591           

see 3 files with indirect coverage changes

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

Copy link
Contributor

@ndeloof ndeloof left a comment

Choose a reason for hiding this comment

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

🤟

@milas milas merged commit 3dc8734 into docker:v2 Jul 17, 2023
25 checks passed
@milas milas deleted the e2e-watch branch July 17, 2023 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants