-
Notifications
You must be signed in to change notification settings - Fork 7
Add custom request timeout support for VWS and CloudRecoService #2823
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1337650
Add custom request timeout support for VWS and CloudRecoService
adamtheturtle 7f0990f
Add tests that verify timeout is actually enforced
adamtheturtle 1a930ea
Fix mypy errors in timeout tests
adamtheturtle a0b073d
Add pyright ignore comments for type checking
adamtheturtle 8217323
Accept tuple for request_timeout_seconds to match requests API
adamtheturtle 1b2001e
Fix integer timeouts failing at request time
adamtheturtle 7123758
Fix CI failures in timeout tests
adamtheturtle 5d0a729
Use vws-python-mock response_delay_seconds for timeout tests
adamtheturtle fc3efe9
Merge remote-tracking branch 'origin/main' into adamtheturtle/custom-…
adamtheturtle 90c8285
Add changelog entry for custom request timeout support
adamtheturtle 88e1d77
Parametrize custom timeout tests
adamtheturtle 605d27c
Update timeout behavior and default-timeout tests
adamtheturtle 2af9315
Remove mypy-invalid timeout attribute assertions
adamtheturtle 1c987da
Fix pylint empty-list comparison in timeout test
adamtheturtle 80c214b
Align timeout test parameter types
adamtheturtle bdaacd8
Bump mock-vws and use sleep_fn in timeout tests
adamtheturtle ff97779
Fix sleep_fn return type for mypy
adamtheturtle bb0bf44
Merge remote-tracking branch 'origin/main' into adamtheturtle/custom-…
adamtheturtle a69677c
Add fast tests for custom request timeouts
adamtheturtle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.