<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/fiber/test_queue.rb, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) 3eaae72855b23158e2148566bb8a7667bfb395cb:</title>
<updated>2023-11-19T13:01:21+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2023-11-19T13:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5e9948336e95ea8e5ff7f0554ae57be8d498af70'/>
<id>5e9948336e95ea8e5ff7f0554ae57be8d498af70</id>
<content type='text'>
	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.
	---
	 test/fiber/test_queue.rb | 20 ++++++++++++++++----
	 1 file changed, 16 insertions(+), 4 deletions(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	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.
	---
	 test/fiber/test_queue.rb | 20 ++++++++++++++++----
	 1 file changed, 16 insertions(+), 4 deletions(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for `Queue#pop` with fiber scheduler. (#6953)</title>
<updated>2022-12-17T07:43:21+00:00</updated>
<author>
<name>Samuel Williams</name>
<email>samuel.williams@oriontransfer.co.nz</email>
</author>
<published>2022-12-17T07:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9da5a7e79dcaed9bf233f6a9a5df54c727f60c77'/>
<id>9da5a7e79dcaed9bf233f6a9a5df54c727f60c77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
