1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/testing/parallelization
Lee Quarella 493470acff Stop creating too many test databases
Issue #39291

In https://github.com/rails/rails/pull/38893 parallel test worker ids
were changed to `SecureRandom.uuid` to keep track of inflight work
across distributed instances, but negelected to change the worker
callbacks to match.  This caused a new set of unique test databases are
created with every test run.

This commit makes the appropriate change to worker callbacks so only one
set of of parallel test databases are created.
2020-05-15 12:31:45 -04:00
..
server.rb
worker.rb Stop creating too many test databases 2020-05-15 12:31:45 -04:00