Closed JuyoungAn closed 2 years ago
Is there any update?
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.
Abandoned
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?