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 rspec-rails to v7 #850

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rspec-rails (changelog) '6.1.4' -> '7.1.0' age adoption passing confidence

Release Notes

rspec/rspec-rails (rspec-rails)

v7.1.0

Compare Source

Full Changelog

Enhancements:

  • Improve implicit description for ActionCable matchers have_broadcasted_to /
    have_broadcast. (Simon Fish, #​2795)
  • Comment out infer_spec_type_from_file_location! in newly generated
    rails_helper.rb files. (Jon Rowe, #​2804)
  • Allow turning off active job / mailer argument validation.
    (Oli Peate, #​2808)

v7.0.2

Compare Source

Full Changelog

Bug Fixes:

  • Fix issue with have_enqueued_mail when jobs were incorrectly matched due
    to refactoring in #​2780. (David Runger, #​2793)

v7.0.1

Compare Source

Full Changelog

Bug Fixes:

  • Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #​2789)
  • Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #​2790)
  • Remove deprecated scaffold that was unintentionally included in 7.0.0
    (Jon Rowe, #​2791)

v7.0.0

Compare Source

Full Changelog

Enhancements:

  • Change default driver for system specs on Rails 7.2 to match its default.
    (Steve Polito, #​2746)
  • Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #​2745)
  • Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco Custódio, #​2751)
  • Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur, #​2759)
  • Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de Heus, #​2781)

v6.1.5

Compare Source

Full Changelog

Bug Fixes:

  • Restore old order of requiring support files. (Franz Liedke, #​2785)
  • Prevent running rake spec:statsetup on Rails main / 8.0.0. (Petrik de Heus, #​2781)

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
Collaborator

yegor256 commented Sep 2, 2024

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

@rultor
Copy link
Collaborator

rultor commented Sep 2, 2024

@rultor please, try to merge, since 9 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 Sep 2, 2024

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

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

        + [[ absent =~ ^[0-9]+$ ]]
        + echo 'Node at TCP port 54095 stopped!'
        Node at TCP port 54095 stopped!
        + for p in "$@"
        ++ curl --silent 'http://127.0.0.1:43209/pid?halt=test'
        + pid=4537
        + [[ 4537 =~ ^[0-9]+$ ]]
        + i=0
        + kill -0 4537
        + (( i++ ))
        + sleep 0
        + (( i==30 ))
        + echo 'Still waiting for process 4537 to die, attempt no.1'
        Still waiting for process 4537 to die, attempt no.1
        + sleep 2
        + kill -0 4537
        + (( i++ ))
        + (( i==30 ))
        + echo 'Still waiting for process 4537 to die, attempt no.2'
        Still waiting for process 4537 to die, attempt no.2
        + sleep 2
        + kill -0 4537
        spread-wallets.sh: line 75: kill: (4537) - No such process
        + echo 'Process 4537 is dead!'
        Process 4537 is dead!
        + echo 'Node at TCP port 43209 stopped!'
        Node at TCP port 43209 stopped!
        .
        Expected: 0
          Actual: 1792
        /home/r/repo/test/test_zold.rb:57:in `block (5 levels) in <class:TestZold>'
        /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/open3.rb:228:in `popen_run'
        /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/open3.rb:210:in `popen2e'
        /home/r/repo/test/test_zold.rb:49:in `block (4 levels) in <class:TestZold>'
        /home/r/repo/test/test_zold.rb:48:in `chdir'
        /home/r/repo/test/test_zold.rb:48:in `block (3 levels) in <class:TestZold>'
        /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/tmpdir.rb:94:in `mktmpdir'
        /home/r/repo/test/test_zold.rb:41:in `block (2 levels) in <class:TestZold>'
        /home/r/repo/test/test__helper.rb:56:in `block in around'
        /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/timeout.rb:189:in `block in timeout'
        /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/timeout.rb:36:in `block in catch'
        /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/timeout.rb:36:in `catch'
        /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/timeout.rb:36:in `catch'
        /usr/local/rvm/rubies/ruby-3.2.2/lib/ruby/3.2.0/timeout.rb:198:in `timeout'
        /home/r/repo/test/test__helper.rb:54:in `around'


Interrupted. Exiting...

Finished in 315.34950s
173 tests, 2896 assertions, \u001b[31m1 failures, 0 errors, \u001b[0m\u001b[33m6 skips\u001b[0m
rake aborted!
Command failed with status (1): [ruby -I"lib:lib:test" /usr/local/rvm/gems/ruby-3.2.2/gems/rake-13.2.1/lib/rake/rake_test_loader.rb "test/commands/routines/test_audit.rb" "test/commands/routines/test_gc.rb" "test/commands/routines/test_reconcile.rb" "test/commands/routines/test_reconnect.rb" "test/commands/routines/test_retire.rb" "test/commands/test_alias.rb" "test/commands/test_calculate.rb" "test/commands/test_clean.rb" "test/commands/test_create.rb" "test/commands/test_diff.rb" "test/commands/test_fetch.rb" "test/commands/test_invoice.rb" "test/commands/test_list.rb" "test/commands/test_merge.rb" "test/commands/test_node.rb" "test/commands/test_pay.rb" "test/commands/test_propagate.rb" "test/commands/test_pull.rb" "test/commands/test_push.rb" "test/commands/test_remote.rb" "test/commands/test_remove.rb" "test/commands/test_show.rb" "test/commands/test_taxes.rb" "test/node/test_async_entrance.rb" "test/node/test_entrance.rb" "test/node/test_farm.rb" "test/node/test_farmers.rb" "test/node/test_front.rb" "test/node/test_nodup_entrance.rb" "test/node/test_nospam_entrance.rb" "test/node/test_safe_entrance.rb" "test/node/test_spread_entrance.rb" "test/node/test_sync_entrance.rb" "test/node/test_trace.rb" "test/test__helper.rb" "test/test_age.rb" "test/test_amount.rb" "test/test_cached_wallets.rb" "test/test_copies.rb" "test/test_dir_items.rb" "test/test_gem.rb" "test/test_hands.rb" "test/test_hexnum.rb" "test/test_http.rb" "test/test_hungry_wallets.rb" "test/test_id.rb" "test/test_json_page.rb" "test/test_key.rb" "test/test_log.rb" "test/test_metronome.rb" "test/test_patch.rb" "test/test_prefixes.rb" "test/test_remotes.rb" "test/test_signature.rb" "test/test_size.rb" "test/test_sync_wallets.rb" "test/test_tax.rb" "test/test_thread_pool.rb" "test/test_tree_wallets.rb" "test/test_txn.rb" "test/test_upgrades.rb" "test/test_verbose_thread.rb" "test/test_version.rb" "test/test_wallet.rb" "test/test_wallets.rb" "test/test_zold.rb" "test/upgrades/test_delete_banned_wallets.rb" "test/upgrades/test_protocol_up.rb" ]
/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 0528bf18b6f0996b066621e6b1916141549c007d8c8afaf5eb4e084638bc696b is dead
Mon Sep  2 18:21:26 UTC 2024

@renovate renovate bot force-pushed the renovate/rspec-rails-7.x branch from 2031077 to b6209da Compare September 3, 2024 12:45
@renovate renovate bot force-pushed the renovate/rspec-rails-7.x branch from b6209da to 9490881 Compare November 9, 2024 13:34
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