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

[master] Remove redundant run_func from salt.master.MWorker._handle_aes #66509

Merged
merged 2 commits into from
May 22, 2024

Conversation

vzhestkov
Copy link
Contributor

What does this PR do?

Removes redundant useless call for run_func which seems introduced with #48660
It's not really clear if it could give any benefit here to have run_func used. Looks like it just adds extra stack entry on the call with no any benefit.

What issues does this PR fix or reference?

Tracks: https://github.com/SUSE/spacewalk/issues/23526

Previous Behavior

Remove this section if not relevant

New Behavior

Remove this section if not relevant

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices, including the
PR Guidelines.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@vzhestkov vzhestkov requested a review from a team as a code owner May 13, 2024 11:02
@vzhestkov vzhestkov requested review from dwoz and removed request for a team May 13, 2024 11:02
@salt-project-bot-prod-environment salt-project-bot-prod-environment bot changed the title Remove redundant run_func from salt.master.MWorker._handle_aes [master] Remove redundant run_func from salt.master.MWorker._handle_aes May 13, 2024
@dwoz dwoz added the test:full Run the full test suite label May 21, 2024
@dwoz dwoz merged commit 8743551 into saltstack:master May 22, 2024
436 of 447 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test:full Run the full test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants