record load average at fail
On a high load machine, the following test can fail. This patch simply records the load average with uptime.
uptime
1) Failure: TestThreadQueue#test_thr_kill [/tmp/ruby/src/trunk_gcc10/test/ruby/test_thread_queue.rb:239]: only 165/250 done in 60 seconds.
record load average at fail
On a high load machine, the following test can fail.
This patch simply records the load average with
uptime
.