-
Notifications
You must be signed in to change notification settings - Fork 13.4k
inotify-0.1.12 beta regression #43670
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
Comments
fyi the newest version of inotify is 0.4.1, so this might just be a really old bug that was fixed |
@jonas-schievink it worked on the previous run. Maybe a spurious failure idk, but still filing a bug so that we dont miss it if it is a bug. Otherwise running tests would be pointless :) |
I'm a bit hazy on the details, but I know there were spurious test failures in old versions that have been fixed since. I haven't looked into it, but I think it's unlikely that this is a regression in Rust. I'm going to look into it. |
I've tested inotify 0.1.12 with the lastest versions of stable, beta, and nightly, and I'm getting the same spurious failures in all of them. I think this can be closed. @est31 Is there any way to blacklist the old inotify versions to prevent this from coming up again in the future? I'm not 100% sure, but I believe the spurious failure should be fixed from 0.2.0 onward. |
@hannobraun thanks for looking into this! I don't know whether blacklisting is supported. @tomprince do you know? |
#42541: the format of This is apparently fixed in newer versions of inotify. |
Oh that's it... It won't break then in the future I guess. Thanks all! |
What does the format of |
inotify version 0.1.12 regressed from stable to beta (full log):
cc @hannobraun
The text was updated successfully, but these errors were encountered: