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

CI failure in FileWatching #55240

Open
giordano opened this issue Jul 25, 2024 · 1 comment
Open

CI failure in FileWatching #55240

giordano opened this issue Jul 25, 2024 · 1 comment
Labels
ci Continuous integration rr trace included stdlib Julia's standard library

Comments

@giordano
Copy link
Contributor

giordano commented Jul 25, 2024

https://buildkite.com/julialang/julia-master/builds/38447#0190e659-69b9-40b5-b192-d164a3294323/838-1665

Error in testset FileWatching:
Test Failed at /cache/build/tester-amdci4-12/julialang/julia-master/julia-5582205718/share/julia/stdlib/v1.12/FileWatching/test/pidfile.jl:239
  Expression: 8 < t < 20
   Evaluated: 8 < 46.329898155 < 20

Offending test is

t = @elapsed f = open_exclusive("pidfile", poll_interval=3, stale_age=10)::File
close(f)
@test 8 < t < 20

@Keno
Copy link
Member

Keno commented Jul 26, 2024

Any test that tries to do timing on CI is just bad. If the system is loaded, it can block for arbitrary amounts of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous integration rr trace included stdlib Julia's standard library
Projects
None yet
Development

No branches or pull requests

3 participants