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

Account for streaming payload splatting version incompatibilities #1324

Open
sivel opened this issue Oct 18, 2023 · 0 comments · May be fixed by #1397
Open

Account for streaming payload splatting version incompatibilities #1324

sivel opened this issue Oct 18, 2023 · 0 comments · May be fixed by #1397

Comments

@sivel
Copy link
Member

sivel commented Oct 18, 2023

Right now payloads are splatted directly into the streaming classes, and ultimately into ansible_runner.interface.run. Knowing that we need to, support a potential version mismatch of runner inside and outside of an EE, this blind splatting can lead to TypeError if we send too many args.

This likely needs to be accounted for in a more robust way.

@github-actions github-actions bot added the needs_triage New item that needs to be triaged label Oct 18, 2023
@sivel sivel removed the needs_triage New item that needs to be triaged label Mar 12, 2024
@Shrews Shrews linked a pull request Oct 14, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant