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

[#4146] Apply soap timeout for Stuf-ZDS client #4218

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

Viicos
Copy link
Contributor

@Viicos Viicos commented Apr 23, 2024

Fixes #4146

Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.15%. Comparing base (3a8dbdd) to head (6129602).
Report is 9 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4218   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files         732      732           
  Lines       23391    23397    +6     
  Branches     2735     2731    -4     
=======================================
+ Hits        22492    22498    +6     
  Misses        637      637           
  Partials      262      262           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@vaszig vaszig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure about this fix (if this is the only solution), maybe we should wait for @sergei-maertens 's opinion as well.

src/stuf/stuf_zds/tests/test_client.py Outdated Show resolved Hide resolved
@Viicos Viicos added the needs-backport Fix must be backported to stable release branch label Apr 25, 2024
src/stuf/stuf_zds/client.py Outdated Show resolved Hide resolved
src/stuf/stuf_zds/tests/test_client.py Outdated Show resolved Hide resolved
@Viicos Viicos force-pushed the issue/4146-timeout branch 2 times, most recently from 0095e71 to 9a48f0f Compare April 25, 2024 14:56
@sergei-maertens sergei-maertens merged commit 2fe3233 into master Apr 26, 2024
27 checks passed
@sergei-maertens sergei-maertens deleted the issue/4146-timeout branch April 26, 2024 14:25
sergei-maertens pushed a commit that referenced this pull request Apr 26, 2024
@sergei-maertens
Copy link
Member

Backport: c79d5f9 (to 2.6.x only, older versions don't have this feature)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-backport Fix must be backported to stable release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default timeout is always used for SOAP services
3 participants