forked from celery/celery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve TypeError on
.get
from nested groups (celery#4432)
* Accept and pass along the `on_interval` in ResultSet.get Otherwise, calls to .get or .join on ResultSets fail on nested groups. Fixes celery#4274 * Add a unit test that verifies the fixed behavior Verified that the unit test fails on master, but passes on the patched version. The nested structure of results was borrowed from celery#4274 * Wrap long lines * Add integration test for celery#4274 use case * Switch to a simpler, group-only-based integration test * Flatten expected integration test result * Added back testcase from celery#4274 and skip it if the backend under test does not support native joins. * Fix lint. * Enable only if chords are allowed. * Fix access to message.
- Loading branch information
Showing
3 changed files
with
83 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters