Update dependency test-unit to v3.7.8 (main)#445
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
The rpm/deb packages and the JAR file for openvox-server are available in a zip archive: |
324228c to
23d11c5
Compare
23d11c5 to
70b34ad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.7.3→3.7.8Release Notes
test-unit/test-unit (test-unit)
v3.7.8: test-unit 3.7.8 - 2026-06-05Compare Source
Improvements
parallel: process: Improved performance on Windows.
Improved compatibility with Ruby::Box on
$!.doc: Added a process option in parallel options.
Improved the
-Ioption. You can prepend load paths to prioritizeyour development library over the system library.
Thanks
v3.7.7: test-unit 3.7.7 - 2026-01-01Compare Source
Fixes
NoMemoryErroroccurred with RBS tests + MSVC Ruby.Thanks
v3.7.6: test-unit 3.7.6 - 2025-12-25Compare Source
Fixes
sub_test_casemay cause a runtime error. Thisalso covers a minor case.
v3.7.5: test-unit 3.7.5 - 2025-12-24Compare Source
Fixes
sub_test_casemay cause a runtime error.v3.7.4: test-unit 3.7.4 - 2025-12-23Compare Source
Improvements
Added support for process based parallel test running. You can use
it by the
--parallel=processoption. You need to specify loadpath options (e.g.
-Ilib). Tests that startup/shutdown (test caselevel setup/teardown) are defined run in the same process.
Added support for
worker_idfor the parallel runner. You canuse it in your test, setup/teardown and startup/shutdown (test case
level setup/teardown).
parallel: thread: Improved shutdown (test case level teardown)
timing. As a result, tests that startup (test case level setup) or
teardown are defined now run in the same thread.
Fixes
--verboseoption.Thanks
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.