File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,10 @@ class IntegrationTest
54
54
55
55
module ActiveSupport
56
56
class TestCase
57
+ SQLite3 ::ForkSafety . suppress_warnings!
58
+
57
59
# Run tests in parallel with specified workers
58
- # parallelize(workers: :number_of_processors)
59
- # Setting to 1 manually to avoid sqlite fork warnings. Locally this seems to marginally
60
- # increase total test time, but not enough that it seemed like a bad idea at this time.
61
- # If our tests get slow, we can renable parallel tests and instead supress (or actually fix
62
- # but it's unclear exactly how) the sqlite error.
63
- # SQLite3::ForkSafety.suppress_warnings!
64
- parallelize ( workers : 1 )
60
+ parallelize ( workers : :number_of_processors )
65
61
66
62
parallelize_setup do |worker |
67
63
SimpleCov . command_name "#{ SimpleCov . command_name } -#{ worker } "
You can’t perform that action at this time.
0 commit comments