reportportal / agent-Python-RobotFramework

Robot Framework integration for Report Portal
Apache License 2.0
59 stars 33 forks source link

Wrong status reported with WUKS #150

Closed yvespelle closed 1 year ago

yvespelle commented 2 years ago

I'm using report portal with robotframework 5.0. With the keywork "Wait Until Keyword Succeeds" (WUKS), if, at least, one iteration is failed, the keyword status is reported as failed, even if last iteration is passed.

the test is expected to be passed (because ... it is !)

Versions:

HardNorth commented 2 years ago

@yvespelle I can't reproduce your case. Everything looking fine for my example: https://github.com/reportportal/agent-Python-RobotFramework/blob/develop/examples/wuks_keyword.robot Screen Shot 2022-09-19 at 4 59 24 PM

Please ensure you are using latest library versions and provide exact steps to reproduce if the issue will still exist.

yvespelle commented 1 year ago

Hello

After some tests, I only produce the bug when the pushed XML is "big". When I push only one suite containing a WUKS, I don't have the bug reported bug. On the other hand, if there is a multitude of sequences, I have the error raised above.

HardNorth commented 1 year ago

@yvespelle Hmm, OK, let me try that with several WUKS keywords.

yvespelle commented 1 year ago

@yvespelle Hmm, OK, let me try that with several WUKS keywords.

Thanks. I'm also trying to isolate the "case" ... If i can

HardNorth commented 1 year ago

Looks like it's fixed in 5.4.0.