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

Fix ruby 2.7 failures #471

Merged
merged 2 commits into from
Feb 10, 2021
Merged

Conversation

jrafanie
Copy link
Member

@jrafanie jrafanie commented Feb 8, 2021

This pull request was tested as part of a cross repo, here along with a core change to allow ruby 2.7.

Part of ManageIQ/manageiq#19678

@coveralls
Copy link

coveralls commented Feb 8, 2021

Pull Request Test Coverage Report for Build 5032

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.773%

Totals Coverage Status
Change from base Build 4955: 0.0%
Covered Lines: 5022
Relevant Lines: 5855

💛 - Coveralls

@jrafanie
Copy link
Member Author

jrafanie commented Feb 9, 2021

@miq-bot cross-repo-test #471 including ManageIQ/manageiq#21023

miq-bot pushed a commit to ManageIQ/manageiq-cross_repo-tests that referenced this pull request Feb 9, 2021
@jrafanie jrafanie mentioned this pull request Feb 9, 2021
18 tasks
I believe this commit causes the previous \t to be skipped in ruby 2.7:
ruby/ruby@c6fb7c1

Part of ManageIQ/manageiq#19678
Fixes an issue where 'unhandled exception' messages sent to STDERR are lost over drb with automate:

```
         expected: ("Method STDERR: /my/automate/method:2:in `my_method': unhandled exception")
              got: ("<AEMethod /my/automate/method> The following error occurred during method evaluation:") (1 time)
                   ("<AEMethod /my/automate/method>   RuntimeError: ") (1 time)
                   ("<AEMethod /my/automate/method>   /my/automate/method:2:in `my_method'") (1 time)
```

Part of ManageIQ/manageiq#19678
@jrafanie jrafanie changed the title [WIP] Fix ruby 2.7 failures Fix ruby 2.7 failures Feb 9, 2021
@jrafanie jrafanie added enhancement and removed wip labels Feb 9, 2021
@miq-bot
Copy link
Member

miq-bot commented Feb 9, 2021

Checked commits jrafanie/manageiq-automation_engine@05309d2~...c9495a6 with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint
2 files checked, 0 offenses detected
Everything looks fine. 🍰

@agrare agrare merged commit 839c144 into ManageIQ:master Feb 10, 2021
@agrare agrare self-assigned this Feb 10, 2021
@jrafanie jrafanie deleted the fix_ruby_2_7_failures branch February 10, 2021 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants