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

[BUG] timeout argument in Transport.perform_request is not used #809

Closed
borisevich-a-v opened this issue Aug 25, 2024 · 1 comment
Closed
Labels
bug Something isn't working untriaged Need triage

Comments

@borisevich-a-v
Copy link
Contributor

borisevich-a-v commented Aug 25, 2024

What is the bug?

Timeout argument in Transport.perform_request is not used, because it is redefined just below (see the screenshot).

How can one reproduce the bug?

Try to use timeout argument in Transport.perform_request method

What is the expected behavior?

The argument is used.

What is your host/environment?

Ubuntu 22.04, python 3.11, OpenSearch 2.14

Do you have any screenshots?

image

Do you have any additional context?

PR that solves this bug: #810

@borisevich-a-v borisevich-a-v added bug Something isn't working untriaged Need triage labels Aug 25, 2024
@dblock
Copy link
Member

dblock commented Sep 16, 2024

Fixed in #810.

@dblock dblock closed this as completed Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Need triage
Projects
None yet
Development

No branches or pull requests

2 participants