зеркало из https://github.com/github/ruby.git
disable to show the maximum number of threads.
On Deiban 9 environment, the thread tests failed and this maximum threads information can finish up the machine resources. To check it, I turned-off showing this information.
This commit is contained in:
Родитель
1d996fe72f
Коммит
21d8e69248
|
@ -8,7 +8,8 @@ show_limit %q{
|
|||
puts "Thread count: #{threads.count} (#{error})"
|
||||
break
|
||||
end while true
|
||||
}
|
||||
} if false # disable to pass CI
|
||||
|
||||
assert_equal %q{ok}, %q{
|
||||
Thread.new{
|
||||
}.join
|
||||
|
|
Загрузка…
Ссылка в новой задаче