Skip to content

trying subprocess instead of multiprocessing, refactoring testsetup#3065

Draft
ReimarBauer wants to merge 66 commits into
Open-MSS:developfrom
ReimarBauer:subprocess
Draft

trying subprocess instead of multiprocessing, refactoring testsetup#3065
ReimarBauer wants to merge 66 commits into
Open-MSS:developfrom
ReimarBauer:subprocess

Conversation

@ReimarBauer
Copy link
Copy Markdown
Member

Purpose of PR?:

Fixes #2233

@ReimarBauer ReimarBauer marked this pull request as draft April 20, 2026 16:30
Comment thread tests/constants.py Outdated
Comment thread tests/_server_runner.py Outdated
Comment thread tests/fixtures.py Outdated
@ReimarBauer ReimarBauer changed the title trying subprocess instead of multiprocessing trying subprocess instead of multiprocessing, refactoring testsetup May 11, 2026
Comment thread mslib/utils/config.py

# timeout of Url request
WMS_request_timeout = 30
WMS_request_timeout = 60
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this is at least for CI tests needed

Comment thread mslib/utils/config.py
Comment thread mslib/msui/mscolab.py
Comment thread tests/_test_msui/test_mscolab.py Outdated
Comment thread conftest.py Outdated
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.

Replace multiprocessing usage in test fixtures with subprocess

2 participants