Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions newsfragments/+831f24cb.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Attempt to overcome random failure on CI on MacOS on xdist workers where test_executor_init_with_password is receiving
`FATAL: the database system is starting up` error message from psycopg.

That's the only test that doesn't have guards against attempting to start on the same port as other xdist worker.
1 change: 1 addition & 0 deletions tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def test_unsupported_version(request: FixtureRequest) -> None:
executor.start()


@pytest.mark.xdist_group(name="executor_no_xdist_guard")
@pytest.mark.parametrize("locale", ("en_US.UTF-8", "de_DE.UTF-8", "nl_NO.UTF-8"))
def test_executor_init_with_password(
request: FixtureRequest,
Expand Down
Loading