Skip to content

Update dependency parallel_tests to v5 - #248

Merged
djjudas21 merged 1 commit into
mainfrom
renovate/parallel_tests-5.x
Jun 15, 2026
Merged

Update dependency parallel_tests to v5#248
djjudas21 merged 1 commit into
mainfrom
renovate/parallel_tests-5.x

Conversation

@renovate

@renovate renovate Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
parallel_tests (changelog) '= 3.13.0''= 5.7.0' age adoption passing confidence

Release Notes

grosser/parallel_tests (parallel_tests)

v5.7.0

Compare Source

Changed
  • no longer dump schema during parallel:prepare to mirror what rails does

v5.6.0

Compare Source

Fixed
  • Fixed grammar in duration message to use singular "second" when appropriate (e.g., "Took 1 second" instead of "Took 1 seconds")
  • Return correct exit status when process was terminated

v5.5.0

Compare Source

v5.4.0

Compare Source

Added
  • Rake tasks will prioritize the PARALLEL_RAILS_ENV value over the default test environment

v5.3.1

Compare Source

Fixed
  • The --multiply-processes option was being parsed into options[:multiply-processes] but was being referenced as options[:multiply] in the code

v5.3.0

Compare Source

Added
  • The --exec-args option, which allows users to run shell commands in parallel with test files as arguments

v5.2.0

Compare Source

Added
  • The specify-groups option supports reading from STDIN when set to -

v5.1.0

Compare Source

Fixed
  • Restored jruby support by restoring ruby 3.1 support

v5.0.1

Compare Source

Fixed
  • Fix Cucumber failures logger when a runner doesn't have any failed examples

v5.0.0

Compare Source

Breaking Changes
  • dropped ruby 3.0 and 3.1, added ruby 3.4

v4.10.1

Compare Source

Fixed
  • reverted determine_number_of_processes rename since that broke dependencies

v4.9.1

Compare Source

Fixed
  • Fix output of Cucumber failures logger. Previously, an event handler inherited from Cucumber::Formatter::Rerun would improperly join failures (e.g. feature/one.feature:1feature/two.feature:1). Now failures are separated with a single space.

v4.9.0

Compare Source

Fixed
  • check ActiveRecord version instead of Rails

v4.8.0

Compare Source

Added
  • add --test-file-limit option for huge windows setups that breaks command length limit

v4.7.2

Compare Source

Fixed
  • Restore support for passing custom command lines as PARALLEL_TESTS_EXECUTABLE.
  • dropped ruby 2.7 support

v4.7.1

Compare Source

Added
  • Restored the --verbose-process-command and --verbose-rerun-command options, removed in version 4.0.0.
    See #​952.
    --verbose-command continues to be supported and is equivalent to set the 2 options above.

v4.7.0

Compare Source

Added
  • Added --failure-exit-code [INT] flag to specify a custom exit code when tests fail. This option allows users to define a specific exit code that the test suite should return if any tests fail.

v4.6.1

Compare Source

Fixed
  • The --allow-duplicates flag now runs duplicate tests in different groups

v4.6.0

Compare Source

v4.5.2

Compare Source

Fixed
  • do not crash when a pid file was already deleted when trying to delete it

v4.5.1

Compare Source

Fixed

Rails 5.2 and gherkin fixes

v4.5.0

Compare Source

Added
  • Support for running tasks against individual databases in a multi-database setup with Rails >= 6.1 (#​930)

v4.4.0

Compare Source

Added
  • Sort the output of runtime_logger for RSpec to show slowest tests first
  • Add new ParallelTests::RSpec::VerboseLogger to output detailed
    information about each example and it's process as it starts and finishes.

v4.3.0

Compare Source

Added
  • Support for RSpec turnip feature files.

v4.2.2

Compare Source

Breaking Changes
  • Drop support for RSpec 2.
Added
  • Document unexpected behavior where the --only-group flag will also set a
    grouping strategy.

v4.2.1

Compare Source

Fixed
  • Fix $TEST_ENV_NUMBER replacing code to not affect all processes (#​905)
  • Remove duplicate raise codes. (#​897)

v4.2.0

Compare Source

Fixed
  • Avoid double sending int while also not breaking debugging #​891

v4.1.0

Compare Source

Fixed
  • Avoid double sending of SIGINT to subprocesses #​889

v4.0.0

Breaking Changes
  • The --verbose-process-command and --verbose-rerun-command are combined into --verbose-command. See #​884.
  • Drop ruby 2.6 support

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/parallel_tests-5.x branch from 4dc1b7f to 18ea9de Compare June 15, 2026 20:04
@djjudas21
djjudas21 merged commit e11be09 into main Jun 15, 2026
0 of 4 checks passed
@djjudas21
djjudas21 deleted the renovate/parallel_tests-5.x branch June 15, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant