You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the implementation of pytest_sessionfinish in the plugin, last batch is being flushed only in the controller's finish_launch() method (which is make sense) and the service in each worker is stopped without performing last batch flushing. So in case, the worker has not flushed logs (due to batch size didn't reach max), those logs are not being sent to server and lost.
The text was updated successfully, but these errors were encountered:
When running test execution with xdist, the last batch of logs is not appearing in the UI
pytest-reportportal 5.3.0
reportportal-client 5.5.3
In the implementation of pytest_sessionfinish in the plugin, last batch is being flushed only in the controller's finish_launch() method (which is make sense) and the service in each worker is stopped without performing last batch flushing. So in case, the worker has not flushed logs (due to batch size didn't reach max), those logs are not being sent to server and lost.
The text was updated successfully, but these errors were encountered: