reportportal / agent-python-pytest

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

Verify length of attribute value - Attribute value should have size from 1 to 128 #346

Closed ntkathole closed 10 months ago

ntkathole commented 1 year ago

https://github.com/reportportal/agent-python-pytest/blob/c20819d0acda7a193d5e74924e59d8db7c889ea5/pytest_reportportal/service.py#L625

Currently agent-python-pytest do not verify attribute value max length, which leads to a traceback at report portal side.

As a part of solution, We can choose one of the option below :

Current workaround is to identify all bad attributes and set them as rp_ignore_attributes

HardNorth commented 10 months ago

Fixed in: https://github.com/reportportal/agent-python-pytest/releases/tag/5.3.0