Skip to content

Commit 82129f6

Browse files
committed
Workaround concurrent-ruby bug when forking
concurrent-ruby is failing to notice that our executor threads are dead after forking.
1 parent 172fb42 commit 82129f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_task.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Minitest::Test = MiniTest::Unit::TestCase unless defined?(Minitest::Test)
88

99
class TestTask < Minitest::Test
10+
include ActiveSupport::Testing::Isolation
11+
1012
FIXTURES_PATH = File.expand_path("../fixtures", __FILE__)
1113

1214
def setup

0 commit comments

Comments
 (0)