Package: golang-github-creack-goselect / 0.1.2-3

Metadata

Package Version Patches format
golang-github-creack-goselect 0.1.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 Patch TestReadWriteSync goroutine race.patch | (download)

select_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 patch testreadwritesync goroutine race

A goroutine thread in TestReadWriteSync can encounter a race condition
(pipes are populated before they are ready to be read).

This patch negligibly slows down the tests, from ~1 second to ~1.5
seconds.

Closes: #1001863 and upstream
https://github.com/creack/goselect/issues/17 .