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 rubocop-rspec to v3.2.0 #29

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop-rspec (changelog) '3.1.0' -> '3.2.0' age adoption passing confidence

Release Notes

rubocop/rubocop-rspec (rubocop-rspec)

v3.2.0

Compare Source

  • Fix RSpec/VoidExpect to only operate inside an example block. ([@​corsonknowles])
  • Change RSpec/ContextWording cop to always report an offense when both Prefixes and AllowedPatterns are empty. ([@​ydah])
  • Add support for and and or compound matchers to RSpec/ChangeByZero cop. ([@​ydah])

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
Member

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

@rultor
Copy link
Contributor

rultor commented Oct 26, 2024

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

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

@rultor
Copy link
Contributor

rultor commented Oct 26, 2024

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

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

  test_simple_pop                                                \u001b[32m PASS\u001b[0m (0.00s)
  test_push_with_big_meta                                        \u001b[32m PASS\u001b[0m (0.01s)
  test_live_push_no_compression                                  \u001b[31mERROR\u001b[0m (0.00s)
Minitest::UnexpectedError:         SocketError: no such service echo/tcp
            /usr/local/rvm/gems/ruby-3.2.2/gems/net-ping-2.0.8/lib/net/ping/ping.rb:59:in `getservbyname'
            /usr/local/rvm/gems/ruby-3.2.2/gems/net-ping-2.0.8/lib/net/ping/ping.rb:59:in `initialize'
            test/test_baza-rb.rb:314:in `new'
            test/test_baza-rb.rb:314:in `we_are_online'
            test/test_baza-rb.rb:69:in `test_live_push_no_compression'

  test_simple_push                                               \u001b[32m PASS\u001b[0m (0.00s)
  test_simple_recent_check                                       \u001b[32m PASS\u001b[0m (0.00s)
  test_simple_pull                                               \u001b[32m PASS\u001b[0m (0.00s)
  test_real_http                                                 \u001b[32m PASS\u001b[0m (0.00s)
  test_live_push                                                 \u001b[31mERROR\u001b[0m (0.00s)
Minitest::UnexpectedError:         SocketError: no such service echo/tcp
            /usr/local/rvm/gems/ruby-3.2.2/gems/net-ping-2.0.8/lib/net/ping/ping.rb:59:in `getservbyname'
            /usr/local/rvm/gems/ruby-3.2.2/gems/net-ping-2.0.8/lib/net/ping/ping.rb:59:in `initialize'
            test/test_baza-rb.rb:314:in `new'
            test/test_baza-rb.rb:314:in `we_are_online'
            test/test_baza-rb.rb:48:in `test_live_push'

  test_live_enter_valve                                          \u001b[31mERROR\u001b[0m (0.00s)
Minitest::UnexpectedError:         SocketError: no such service echo/tcp
            /usr/local/rvm/gems/ruby-3.2.2/gems/net-ping-2.0.8/lib/net/ping/ping.rb:59:in `getservbyname'
            /usr/local/rvm/gems/ruby-3.2.2/gems/net-ping-2.0.8/lib/net/ping/ping.rb:59:in `initialize'
            test/test_baza-rb.rb:314:in `new'
            test/test_baza-rb.rb:314:in `we_are_online'
            test/test_baza-rb.rb:94:in `test_live_enter_valve'

  test_push_compressed_content                                   \u001b[32m PASS\u001b[0m (0.00s)
  test_simple_exists_check                                       \u001b[32m PASS\u001b[0m (0.00s)
  test_live_durable_lock_unlock                                  \u001b[31mERROR\u001b[0m (0.00s)
Minitest::UnexpectedError:         SocketError: no such service echo/tcp
            /usr/local/rvm/gems/ruby-3.2.2/gems/net-ping-2.0.8/lib/net/ping/ping.rb:59:in `getservbyname'
            /usr/local/rvm/gems/ruby-3.2.2/gems/net-ping-2.0.8/lib/net/ping/ping.rb:59:in `initialize'
            test/test_baza-rb.rb:314:in `new'
            test/test_baza-rb.rb:314:in `we_are_online'
            test/test_baza-rb.rb:79:in `test_live_durable_lock_unlock'

  test_exit_code_check                                           \u001b[32m PASS\u001b[0m (0.00s)
  test_push_with_server_failure                                  \u001b[32m PASS\u001b[0m (0.00s)
  test_push_with_meta                                            \u001b[32m PASS\u001b[0m (0.00s)
  test_with_very_short_timeout                                   \u001b[32m PASS\u001b[0m (1.50s)
  test_simple_finish                                             \u001b[32m PASS\u001b[0m (0.00s)
  test_push_compression_disabled                                 \u001b[32m PASS\u001b[0m (0.00s)
  test_stdout_read                                               \u001b[32m PASS\u001b[0m (0.00s)

Finished in 1.58617s
20 tests, 22 assertions, \u001b[31m0 failures, 4 errors, \u001b[0m\u001b[33m0 skips\u001b[0m
Coverage report generated for Unit Tests to /home/r/repo/coverage/coverage.xml. 178 / 260 LOC (68.46%) 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 271a0ca2a7ab76cba802c0ed8ad34030ac157f2f8d91f415a9f1292d5dd4adab is dead
Sat Oct 26 09:43:05 UTC 2024

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