Skip to content

gh-95097: support custom tasks with missing uncancel methods #95098

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

Closed
wants to merge 3 commits into from

Conversation

@@ -67,14 +67,30 @@ def _set_task_name(task, name):
try:
set_name = task.set_name
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If a task is missing set_name it's probably missing uncancel

@graingert graingert force-pushed the custom-tasks-uncancel branch from c5bab57 to 198cf7a Compare July 21, 2022 18:04
@graingert graingert force-pushed the custom-tasks-uncancel branch from 198cf7a to c15439a Compare July 21, 2022 18:06
@graingert graingert marked this pull request as ready for review July 21, 2022 18:22
@graingert graingert requested review from 1st1 and asvetlov as code owners July 21, 2022 18:22
Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Choose a reason for hiding this comment

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

Can you add a test with custom task factory ?

@kumaraditya303
Copy link
Contributor

Closing as the issue was fixed by #95211

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.

3 participants