Open
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Prerequisites
- I'm using the latest version of
pact-python
. - I have read the console error message carefully (if applicable).
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
branch
Expected 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
- I'd be willing to fix this bug myself.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🚀 To-Do