We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Test hangs on ReportPortalService.start_launch() if report portal service is accessible but cannot handle launch POST request.
client-Python/reportportal_client/service.py
Line 231 in 0bf36d7
This issue is caused by no response from the service-api but the client should handle even that case.
Steps to Reproduce
Expected behavior service-api sends a fail/success response normally or the python client timeouts if no response.
Actual behavior Test hangs on the launch POST request.
Package versions pytest-reportportal==5.0.11 reportportal-client==5.1.0
Additional context Related service-api issue: reportportal/service-api#1546
The text was updated successfully, but these errors were encountered:
Well, OKay, we need a fix :-/
Sorry, something went wrong.
Should be fixed with timeouts
HardNorth
No branches or pull requests
Describe the bug
Test hangs on ReportPortalService.start_launch() if report portal service is accessible but cannot handle launch POST request.
client-Python/reportportal_client/service.py
Line 231 in 0bf36d7
This issue is caused by no response from the service-api but the client should handle even that case.
Steps to Reproduce
Expected behavior
service-api sends a fail/success response normally or the python client timeouts if no response.
Actual behavior
Test hangs on the launch POST request.
Package versions
pytest-reportportal==5.0.11
reportportal-client==5.1.0
Additional context
Related service-api issue: reportportal/service-api#1546
The text was updated successfully, but these errors were encountered: