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

[Fix] CommonHttpsClient Builder - set timeout correctly #362

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

satviksr-db
Copy link
Contributor

@satviksr-db satviksr-db commented Oct 17, 2024

Changes

The issue was that makeRequestConfig was using timeout before it was initialized, I have refactored the code to both fix and make it more error proof in the future

Tests

Not possible to write UT for this as its too encapsulated, will need major refactors to be able to test via UT

@satviksr-db satviksr-db changed the title [FIX] CommonHttsClient Builder - set timeout correctly [FIX] CommonHttpsClient Builder - set timeout correctly Oct 17, 2024
@satviksr-db satviksr-db changed the title [FIX] CommonHttpsClient Builder - set timeout correctly [Fix] CommonHttpsClient Builder - set timeout correctly Oct 17, 2024
@hectorcast-db hectorcast-db added this pull request to the merge queue Oct 18, 2024
Merged via the queue into databricks:main with commit 11eaeb7 Oct 18, 2024
10 checks passed
rauchy added a commit that referenced this pull request Oct 22, 2024
### New Features and Improvements

 * Experimental: Make retry strategy configurable ([#363](#363)).

### Bug Fixes

 * CommonHttpsClient Builder - set timeout correctly ([#362](#362)).
@rauchy rauchy mentioned this pull request Oct 22, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 22, 2024
### New Features and Improvements

* Experimental: Make retry strategy configurable
([#363](#363)).


### Bug Fixes

* CommonHttpsClient Builder - set timeout correctly
([#362](#362)).

Co-authored-by: Omer Lachish <[email protected]>
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 this pull request may close these issues.

3 participants