-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
test/file: remove fragile test case: test_22566 #24037
Conversation
Are we sure this is actually the test that is not running? It's still a good test, maybe we should just disable it with a test for |
e.g: the following build reports do not contain
And I had attached gdb to the process on my worker, found it is stop at The original goal of this test case is to ensure |
Do we want to merge this? |
I can do |
dump? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean "bump?" :)
ha |
recent CI freeze is this frame #56: 0x0000000800a600b5 libjulia.so.0.7`start_task + 437 at task.c:268 [opt]
(lldb) p jl_lineno
(int) $0 = 1027
(lldb) p jl_filename
(const char *) $1 = 0x000000080d86b0d8 "/home/julia/ci/worker/11rel-amd64/build/test/file.jl"
(lldb) thread list
Process 85568 stopped
* thread #1: tid = 101577, 0x0000000802189498 libc.so.7`__sys_openat + 8
thread #2: tid = 101161, 0x00000008021892ba libc.so.7`_sigwait + 10 that test case has similar structure with the test case disabled in this PR. (the lldb info is from this build https://julia.iblis.cnmc.tw/#/builders/1/builds/5426 |
It was disabled in #24037 but reportedly seems to work okay when isolated into this separate, node 1 only test group.
It was disabled in #24037 but reportedly seems to work okay when isolated into this separate, node 1 only test group.
I'm sorry that i wrote a fragile test case and it make bsd ci unstable :(
Still no idea why there is a race condition in this code, and slow machine (like bsd ci workers) is suffering from freezing.