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
sending attachment to log is not flushed and log data stops arriving to reportportal
I have tested it in my environment with pytest-reportportal ==5.1.0 and reportportal-client == 5.2.0
sent the following line : log.info('test.json', attachment={"data": '[{"test": "id"}]', "mime": "application/json"})
after trying to send an attachment no more logs are arriving to reportportal in the current session
this works if using pytest-reportportal ==5.0.12
i didn't noticed any error in logs or exception so my guess this is something related to flushing messages to reportportal
The text was updated successfully, but these errors were encountered:
sending attachment to log is not flushed and log data stops arriving to reportportal
I have tested it in my environment with pytest-reportportal ==5.1.0 and reportportal-client == 5.2.0
sent the following line :
log.info('test.json', attachment={"data": '[{"test": "id"}]', "mime": "application/json"})
after trying to send an attachment no more logs are arriving to reportportal in the current session
this works if using pytest-reportportal ==5.0.12
i didn't noticed any error in logs or exception so my guess this is something related to flushing messages to reportportal
The text was updated successfully, but these errors were encountered: