Skip to content

Update dependency parallel_tests to v5 #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2025

This PR contains the following updates:

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

Release Notes

grosser/parallel_tests (parallel_tests)

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: 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 60f0046 to 1b7e2a4 Compare April 16, 2025 16:51
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.

0 participants