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

Container.wait does not respect timeout #80

Open
yaqwsx opened this issue Apr 27, 2021 · 4 comments
Open

Container.wait does not respect timeout #80

yaqwsx opened this issue Apr 27, 2021 · 4 comments
Assignees

Comments

@yaqwsx
Copy link

yaqwsx commented Apr 27, 2021

The method Container.wait does not raises ReadTimeoutError. By briefly looking at the source code the implementation does not use the parameter timeout.

@rhatdan
Copy link
Member

rhatdan commented Apr 27, 2021

Care to open a PR to fix this?

@yaqwsx
Copy link
Author

yaqwsx commented Apr 27, 2021

I am sorry if my report sounded disrespectful - that was not my intention. I am not a native speaker, so I might not get the tone right. Before digging into the code and getting familiar with the project, I want confirmation from a developer that this is indeed the fact and I do not miss something.

@rhatdan
Copy link
Member

rhatdan commented Apr 27, 2021

I did not read this as disrespectful. I would think that Timeout is definitely something the python code should handle and send to the service.

@jwhonce
Copy link
Member

jwhonce commented Apr 27, 2021

@yaqwsx timeout requires an update the the libpod API. I accepted the input so docker-py scripts did not need to be changed but currently I have no way to communicate it with the service. I'll update the docstring to reflect this.

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

No branches or pull requests

3 participants