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 AttributeError when sig is not a Signature. #5297

Merged
merged 2 commits into from Jan 29, 2019

Conversation

mvaled
Copy link
Contributor

@mvaled mvaled commented Jan 21, 2019

Fixes #5265.

Test is pending since I've been unable to produce a test.

Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possible to add test?

@mvaled
Copy link
Contributor Author

mvaled commented Jan 28, 2019

@auvipy I tried to create a reproducible scenario, but failed to do so in a timely manner. I as explained in the issue #5265, I had a hard time trying to create the test.

I'm using this PR's branch in my servers for the time being. At the moment, I cannot devote much time to this. I will let you know if my schedule clears up a bit to try to pursue this.

@mvaled
Copy link
Contributor Author

mvaled commented Jan 28, 2019

BTW, I've just noticed the tests are failing. I will make them pass; but, again, I don't have the time to create the required regression test now.

@auvipy auvipy merged commit dc1d895 into celery:master Jan 29, 2019
@auvipy auvipy added this to the v4.3 milestone Jan 29, 2019
jeyrce pushed a commit to jeyrce/celery that referenced this pull request Aug 25, 2021
* Fix AttributeError when `sig` is not a Signature.

Fixes celery#5265.  Test is pending.

* Don't use 'isinstance' so that Mock objects are allowed in tests.
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

3 participants