I believe you are correct. When ENV['TEST_ENV_NUMBER'] is nil logic based on it assumes you are not running in parallel. The fix is simple, and would be important for anything that needs to know if the spec suite is running in parallel (like logging, or a VCR library cleaner).
When running specs in parallel combined with zeus, the
parallel_runtime_rspec.log
is incomplete, some lines are missing.So e. g.
bundle exec parallel_rspec spec/models
results in a complete file,zeus parallel_rspec spec/models
in an incomplete one.I'm using the most recent versions of the gems:
The text was updated successfully, but these errors were encountered: