You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classActiveSupport::TestCase# Run tests in parallel with specified workersparallelize(workers: :number_of_processors)parallelize_setupdo |n|
Model.index_name"model_test-#{n}"Model.create_indexif !Ioc.index_existsendend
Is it possible to use different indexes name for different testing executor when running rails 6 tests in parallel?
Thanks.
The text was updated successfully, but these errors were encountered: