-
Notifications
You must be signed in to change notification settings - Fork 6
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
add test to detect celery/pyramid-registry problematic resolution #590
Conversation
…ca/weaver into test-celery-registry-setup
…xplicitly provided
@perronld Just need a counter validation to make sure I didn't reintroduce the problem. |
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.
Tested in staging, works perfectly!
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #590 +/- ##
=======================================
Coverage 85.17% 85.17%
=======================================
Files 79 79
Lines 18023 18035 +12
Branches 2728 2731 +3
=======================================
+ Hits 15351 15362 +11
- Misses 1941 1942 +1
Partials 731 731 ☔ View full report in Codecov by Sentry. |
To Do
get_registry
and relevant methods such that test succeedsReferences
(once actually fixed)