reportportal / agent-Python-RobotFramework

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

RP_REPORT_LEVEL is gone? #16

Closed JuyoungAn closed 2 years ago

JuyoungAn commented 7 years ago

RP_REPORT_LEVEL is gone in gent-Python-RobotFramework 2.5.4?

Now default level might be Keyword. It cause long test running time.

Tests don't finish due to request to Report Portal even though the tests is done.

Before I solved this problem by test of RP_REPORT_LEVEL.

So what can I solve this problem without setting the level?

JuyoungAn commented 6 years ago

Is there any update?

ailjushkin commented 6 years ago

Hello. Seems like you want to fix some bug in your test framework's code but you used RP_REPORT_LEVEL as a workaround instead just to not log some keywords data which cause an exception.

Unfinished launch means that your listener got an exception somewhere in the middle of a test and since some of your test are unfinished, the launch itself cannot be closed due to presence of open test sections.

You need to debug your test execution and provide here a stack trace of your errors.

To do that, open your unfinished launch. Search for a test which is also unfinished.

Run this test only with TRACE log level.

Save logs and put them here.

HardNorth commented 2 years ago

Abandoned