-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Test sentry-resque without Rails, fix constantize
issue
#2248
Test sentry-resque without Rails, fix constantize
issue
#2248
Conversation
You probably don't want the tests to use the same Redis you use for any app development. Maybe you want to use Docker with custom port: docker run --rm -it -p 16379:6379 redis:6
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2248 +/- ##
===========================================
- Coverage 97.46% 66.44% -31.02%
===========================================
Files 102 101 -1
Lines 3825 3797 -28
===========================================
- Hits 3728 2523 -1205
- Misses 97 1274 +1177
|
Tests and fixes getsentry#2243
a059a93
to
81159ad
Compare
I think ruby/psych#655 was resolved long ago
# For https://github.com/ruby/psych/issues/655 | ||
gem "psych", "5.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes tests pass on Ruby 2.4 (fail log before this change)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix 👍
Would you mind updating the changelog too?
What do you want it to say? |
Something like: - Fix undefined method `constantize' issue in sentry-resque ([#2248](https://github.com/getsentry/sentry-ruby/pull/2248)) |
Added to the changelog ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
Fixes #2243