Bug #8997
closedTestSignal#test_hup_me hangs up the test suite
Description
The TestSignal#test_hup_me was introduced in r39819 and there were attempt to fix some deadlock issue in r39862. However, I can still observe deadlock on Fedora Rawhide's builders. Not sure what is the cause, since I cannot reproduce it locally on my computer. Any idea what might be the cause? There are only two differences I can think of between my environment and the builders (1) the builders are virtualized guest systems (2) there is no network connectivity available. Both of these looks to be improbable cause of the deadlock.
Going to disable the test case for now:
sed -i '/def test_hup_me/,/end if Process.respond_to/ s/^/#/' test/ruby/test_signal.rb
Updated by kosaki (Motohiro KOSAKI) about 11 years ago
- Status changed from Open to Third Party's Issue
Please contact us after you've investigated. Fedora Rawhide is not supported platform of us.
Updated by ggiesemann (Geoffrey Giesemann) almost 11 years ago
Also seeing a deadlock on our (CentOS) koji farm which are all on vmware.
Jumping on to the one of the build nodes, I don't seem to be able to reproduce the hang manually running the specific test, or running the entire test suite.
Something to do with mock? I don't have any ideas :S