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

Bugfix: Removed unecessary stamping code from _chord.run() #8339

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

Nusnus
Copy link
Member

@Nusnus Nusnus commented Jun 24, 2023

Stamping is for signatures, not for tasks, so it is never expected to receive it via options.

@Nusnus Nusnus added this to the 5.4 milestone Jun 24, 2023
@Nusnus Nusnus self-assigned this Jun 24, 2023
@codecov
Copy link

codecov bot commented Jun 24, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (11b854a) 87.15% compared to head (6dd719d) 87.16%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8339   +/-   ##
=======================================
  Coverage   87.15%   87.16%           
=======================================
  Files         148      148           
  Lines       18469    18466    -3     
  Branches     3148     3148           
=======================================
- Hits        16097    16095    -2     
  Misses       2094     2094           
+ Partials      278      277    -1     
Flag Coverage Δ
unittests 87.12% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
celery/canvas.py 97.44% <ø> (-0.01%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

can we consider this for 5.3.x release?

@Nusnus
Copy link
Member Author

Nusnus commented Jun 24, 2023

can we consider this for 5.3.x release?

I tagged 5.4 but you're right, this is definitely a 5.3.x, so yeah !

@auvipy auvipy modified the milestones: 5.4, 5.3.x Jun 25, 2023
@Nusnus Nusnus marked this pull request as ready for review June 25, 2023 14:42
@auvipy auvipy merged commit 424b71f into celery:main Jun 26, 2023
30 checks passed
@Nusnus Nusnus deleted the blm-281 branch June 26, 2023 09:51
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

2 participants