Let enough time for the endpoint server to start #1

Open
opened 2020-09-30 14:04:08 +00:00 by southerntofu · 0 comments
Owner

The endpoint server to be tested is started in the background, and webhooks are POSTed immediately. The send_webhook requests fail when the server hasn't started yet.

At the moment i added 3 retries (with 0.05s sleep between each) which seems to be enough to prevent failures. It would be better to start the server only once for all tests, or to actually check it's running before firing requests.

The endpoint server to be tested is started in the background, and webhooks are POSTed immediately. The send_webhook requests fail when the server hasn't started yet. At the moment i added 3 retries (with 0.05s sleep between each) which seems to be enough to prevent failures. It would be better to start the server only once for all tests, or to actually check it's running before firing requests.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: forge/specs#1
No description provided.