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

Disable even more FileWatching tests #46497

Merged
merged 6 commits into from
Aug 31, 2022

Conversation

gbaraldi
Copy link
Member

These tests are also unreliable so disable them too for now. See #46185

@KristofferC
Copy link
Sponsor Member

Seems to still fail in FileWatching on mac

@@ -32,7 +35,9 @@ for i in 1:n
if !fd_in_limits && Sys.islinux()
run(`ls -la /proc/$(getpid())/fd`)
end
@test fd_in_limits
if ismacos_arm
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

Should this be !ismacos_arm? Does this test really only work on macOS ARM?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, that was a typo. :-/

Comment on lines +37 to +39
if !ismacos_arm
@test fd_in_limits
end
Copy link
Contributor

Choose a reason for hiding this comment

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

Can also use

@test fd_in_limits skip=ismacos_arm

which marks the test as broken, which I guess is a useful reminder

Copy link
Member Author

Choose a reason for hiding this comment

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

Those tests are probably never going to be reliable on macos anyhow, I guess setting them as broken is cleaner. Not sure

@KristofferC KristofferC merged commit 682ae8a into JuliaLang:master Aug 31, 2022
@Keno
Copy link
Member

Keno commented Aug 31, 2022

I'm not particularly happy with the x86 vs aarch64 difference. These are mac kernel differences, not architecture specific issues. Either we expect the macos system to have these invariants or not. It shouldn't be platform specific.

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.

4 participants