reportportal / agent-python-pytest

Framework integration with PyTest
Apache License 2.0
94 stars 103 forks source link

Report Portal showing same line multiple times #353

Closed muzahm01 closed 9 months ago

muzahm01 commented 9 months ago

Describe the bug We use report portal as plug and following the instructions to setup from README.md It was working fine until we upgraded to version 5.3.0 from 5.2.1 you can see with attach image. and because of this report portal server is going out of memory faster.

image

Steps to Reproduce Steps to reproduce the behavior: Use report portal with pytest command as instructed in README of this repo

Expected behavior Every log line should be saved, record and printed only once.

Actual behavior image

Package versions pytest-reportportal: 5.3.0

Additional context Add any other context about the problem here.

muzahm01 commented 9 months ago

issue seems to be with report portal and has been fixed at https://github.com/reportportal/reportportal/issues/2148 so closing this issue