mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
493470acff
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. |
||
---|---|---|
.. | ||
server.rb | ||
worker.rb |