[CI] Windows Provider Unreachable #639
Labels
area:ci
Relating to the CI/CD workflow
area:v3
Relating to the pact.v3 module
difficulty:medium
A moderate task requiring a good understanding of the codebase
smartbear-supported
This issue is supported by SmartBear
type:bug
Something isn't working
Have you read the Contributing Guidelines on issues?
Prerequisites
pact-python
.Description
The provider tests require a provider server to be started. This is done using the Flask framework and by starting the server through a sub-process.
During initialisation, the PyTest fixture polls the
/_test/ping
endpoint until a success is returned. For some reason, the polling never succeeds, resulting in a failure.Reproducible demo
No response
Steps to reproduce
In current
master
branchExpected behavior
Connection succeeds, allowing for the test to proceed and succeed
Actual behavior
Test stalls during the polling, and eventually fails after too many retries.
Your environment
master
branch of this repo.Self-service
The text was updated successfully, but these errors were encountered: