-
Notifications
You must be signed in to change notification settings - Fork 78
Add end to end test for package:watcher. #2227
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
Conversation
Package publishing
Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation. |
1412cf1 to
d704fb4
Compare
PR HealthBreaking changes ✔️
This check can be disabled by tagging the PR with Changelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. This check can be disabled by tagging the PR with Coverage ✔️
This check for test coverage is informational (issues shown here will not fail the PR). This check can be disabled by tagging the PR with API leaks ✔️The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
This check can be disabled by tagging the PR with License Headers ✔️
All source files should start with a license header. Unrelated files missing license headers
This check can be disabled by tagging the PR with |
38330a9 to
9a822f3
Compare
82f0238 to
9a822f3
Compare
ea47e6c to
742b8d8
Compare
742b8d8 to
c57c411
Compare
Add a new type of test coverage.
Watch a directory, then make lots of random changes in the directory, updating state based on events from the watcher.
Then see if the state matches what's actually on the filesystem.
This found the Linux directory move issue #2228, ignore the failure on Linux for that. It's reliable and always on the same file, example failure. So we can actually assert that it fails.
This also found the Windows directory race issue #2234, ignore the failure on Windows for that, example failure. It doesn't reliably fail, so we can't assert either way.