Skip to content
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

Update dependency minitest to v5.25.4 #25

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
minitest (changelog) '5.24.1' -> '5.25.4' age adoption passing confidence

Release Notes

minitest/minitest (minitest)

v5.25.4

Compare Source

v5.25.3

Compare Source

v5.25.2

Compare Source

v5.25.1

Compare Source

v5.25.0

Compare Source


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.

@yegor256
Copy link
Owner

@rultor please, try to merge, since 11 checks have passed

@rultor
Copy link
Collaborator

rultor commented Aug 14, 2024

@rultor please, try to merge, since 11 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Aug 14, 2024

@rultor please, try to merge, since 11 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 7min)

Fetching rubocop 1.65.1
Installing rubocop 1.65.1
Fetching rubocop-rspec 3.0.4
Installing rubocop-rspec 3.0.4
Fetching simplecov-html 0.12.3
Installing simplecov-html 0.12.3
Fetching simplecov_json_formatter 0.1.4
Installing simplecov_json_formatter 0.1.4
Fetching simplecov 0.22.0
Installing simplecov 0.22.0
Fetching threads 0.4.0
Installing threads 0.4.0
Fetching yard 0.9.36
Installing yard 0.9.36
Bundle complete! 8 Gemfile dependencies, 27 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Run options: --seed 3189

# Running:

..........Errno::EADDRNOTAVAIL: Cannot assign requested address - bind(2) for "localhost" port 33955
	/home/r/repo/test/test_pool.rb:88:in `initialize'
	/home/r/repo/test/test_pool.rb:88:in `new'
	/home/r/repo/test/test_pool.rb:88:in `block (3 levels) in test_acquires_and_releases_in_threads'
	/home/r/repo/test/test_pool.rb:87:in `each'
	/home/r/repo/test/test_pool.rb:87:in `block (2 levels) in test_acquires_and_releases_in_threads'
	/home/r/repo/lib/random-port/pool.rb:117:in `block in acquire'
	/home/r/repo/lib/random-port/pool.rb:88:in `loop'
	/home/r/repo/lib/random-port/pool.rb:88:in `acquire'
	/home/r/repo/test/test_pool.rb:86:in `block in test_acquires_and_releases_in_threads'
	/usr/local/rvm/gems/ruby-3.2.2/gems/threads-0.4.0/lib/threads.rb:59:in `block (3 levels) in assert'
	/usr/local/rvm/gems/ruby-3.2.2/gems/threads-0.4.0/lib/threads.rb:54:in `loop'
	/usr/local/rvm/gems/ruby-3.2.2/gems/threads-0.4.0/lib/threads.rb:54:in `block (2 levels) in assert'
	/usr/local/rvm/gems/ruby-3.2.2/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:359:in `run_task'
	/usr/local/rvm/gems/ruby-3.2.2/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:350:in `block (3 levels) in create_worker'
	/usr/local/rvm/gems/ruby-3.2.2/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:341:in `loop'
	/usr/local/rvm/gems/ruby-3.2.2/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:341:in `block (2 levels) in create_worker'
	/usr/local/rvm/gems/ruby-3.2.2/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:340:in `catch'
	/usr/local/rvm/gems/ruby-3.2.2/gems/concurrent-ruby-1.3.4/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:340:in `block in create_worker'
E

Finished in 0.264345s, 41.6122 runs/s, 83.2245 assertions/s.

  1) Error:
RandomPort::TestPool#test_acquires_and_releases_in_threads:
RuntimeError: Only 99 out of 100 threads completed successfully
    /usr/local/rvm/gems/ruby-3.2.2/gems/threads-0.4.0/lib/threads.rb:73:in `assert'
    test/test_pool.rb:85:in `test_acquires_and_releases_in_threads'

11 runs, 22 assertions, 0 failures, 1 errors, 0 skips
Coverage report generated for Unit Tests to /home/r/repo/coverage. 133 / 135 LOC (98.52%) covered.
rake aborted!
Command failed with status (1)
/usr/local/rvm/gems/ruby-3.2.2/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
/usr/local/rvm/gems/ruby-3.2.2/bin/ruby_executable_hooks:22:in `eval'
/usr/local/rvm/gems/ruby-3.2.2/bin/ruby_executable_hooks:22:in `<main>'
Tasks: TOP => default => test
(See full trace by running task with --trace)
container a47a109c80af890b52992379b611f9856b42da247aeb582f62d75ad3e9063a47 is dead
Wed Aug 14 04:43:11 UTC 2024

@renovate renovate bot changed the title Update dependency minitest to v5.25.0 Update dependency minitest to v5.25.1 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/minitest-5.x branch from a7ad18f to 74b08bd Compare August 16, 2024 22:26
@renovate renovate bot force-pushed the renovate/minitest-5.x branch from 74b08bd to dfecefb Compare November 21, 2024 22:47
@renovate renovate bot changed the title Update dependency minitest to v5.25.1 Update dependency minitest to v5.25.2 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/minitest-5.x branch from dfecefb to 3951a8a Compare December 3, 2024 20:20
@renovate renovate bot changed the title Update dependency minitest to v5.25.2 Update dependency minitest to v5.25.3 Dec 3, 2024
@renovate renovate bot changed the title Update dependency minitest to v5.25.3 Update dependency minitest to v5.25.4 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/minitest-5.x branch from 3951a8a to d4da077 Compare December 4, 2024 08:17
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.

2 participants