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

Issue with watching a deleted, then recreated directory #379

Closed
es128 opened this issue Oct 29, 2015 · 2 comments
Closed

Issue with watching a deleted, then recreated directory #379

es128 opened this issue Oct 29, 2015 · 2 comments

Comments

@es128
Copy link
Contributor

es128 commented Oct 29, 2015

Opening an issue to describe the scenario presented in #378

If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B,
mkdir A/B/C, no event comes from fs.watch on creation of A/B/C

Encountered on Ubuntu 14.04.3 LTS, Linux 3.16.0-50-generic x86_64

erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
… event

If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B,
mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
… event

If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B,
mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
… event

If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B,
mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
… event

If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B,
mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
… event

If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B,
mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
erezarnon added a commit to erezarnon/chokidar that referenced this issue Oct 29, 2015
… event

If we add a watch on directory A, mkdir A/B, rm -r A/B, mkdir A/B,
mkdir A/B/C, no event comes from fs.watch on creation of A/B/C
@es128
Copy link
Contributor Author

es128 commented Oct 30, 2015

Fixed by #380

@rottmann
Copy link

Problem exists again in chokidar 3.2.2.
Linux Mint 19.2, Kernel 4.15.0-65-generic

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

No branches or pull requests

2 participants