зеркало из https://github.com/github/ruby.git
test/rake: avoid leaking threads
* test/rake/test_rake_task.rb (teardown): clean up thread pool to avoid leaking threads. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
15da4792de
Коммит
ca2c5ded93
|
@ -13,6 +13,7 @@ class TestRakeTask < Rake::TestCase
|
|||
|
||||
def teardown
|
||||
Rake::TaskManager.record_task_metadata = false
|
||||
Rake.application.thread_pool.join
|
||||
|
||||
super
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче