-
-
Notifications
You must be signed in to change notification settings - Fork 36
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 fails when using kombu 4.2.1 and celery 4.2.1 #20
Comments
Thanks, will look into this. |
This is an issue that arises from retrying tasks with eager celery. I will fix it soon, but it otherwise shouldn't affect your code. You could test it with async tasks and real queue. |
@maciej-gol let me know if I can help with getting this fixed. Happy to do a PR for you if you can give me some direction as I am not familiar with your code. Thanks |
I am rewriting test to use real celery. The are nów discouraging usage of
eager celery in tests. Otherwise, the tests pass when run using real worker
.
wt., 11 wrz 2018, 00:37 użytkownik Salar Rahmanian <[email protected]>
napisał:
… @maciej-gol <https://github.com/maciej-gol> let me know if I can help
with getting this fixed. Happy to do a PR for you if you can give me some
direction as I am not familiar with your code. Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABxoTbvh9QyekWnnXLZvgILtSBtcFZM_ks5uZumQgaJpZM4WUPu->
.
|
Fixed on trunk. The tests were passing previously. Just newest celery discouraged using eager mode for tests so I had to rewrite the whole test machinery. |
Just to verify this is compatible with latest version of Celery I cloned this repo, created a virtualenv running python
3.6.6
and ran your tests and got this error:Any thoughts?
The text was updated successfully, but these errors were encountered: