ruby/test/fiber
Jun Aruga 3eaae72855
test/fiber/test_queue.rb: Make the stuck test fail. (#8791)
test/fiber/test_queue.rb: Make the stuck tests fail.

We observed the 2 tests in the `test/fiber/test_queue.rb` getting stuck
in some GCC compilers in Ubuntu ppc64le focal/jammy, even when the timeout
`queue.pop(timeout: 0.0001)` is set in the code.

This commit is to make the tests fail rather than getting stuck.
2023-10-28 11:10:30 +02:00
..
autoload.rb
http.rb
scheduler.rb
test_address_resolve.rb
test_backtrace.rb
test_enumerator.rb
test_io.rb [Bug #19624] Clean up backquote IO 2023-09-21 10:23:14 +09:00
test_io_buffer.rb
test_mutex.rb
test_process.rb
test_queue.rb test/fiber/test_queue.rb: Make the stuck test fail. (#8791) 2023-10-28 11:10:30 +02:00
test_ractor.rb
test_scheduler.rb Reduce number of iterations in `TestFiberScheduler#test_autoload`. (#8391) 2023-09-07 13:53:51 +12:00
test_sleep.rb
test_storage.rb
test_thread.rb
test_timeout.rb