You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've been using Pabot with the --testlevelsplit option recently to run test cases in the test suite in parallel, but intermittently receive an error/bug as per the title, for some tests. This usually happens on the first run. After the first run, the error/bug seems not re-produceable anymore. But if you made changes to the Robot Framework files, the chances for it to happen again is high. This error causes the log file to be incomplete and only contain logs for unaffected tests. Executing tests without --testlevelsplit seems fine. Am not sure how to troubleshoot as the content of output.xml, robot_stderr.out and robot_stdout.out files in pabot_results/<test_no> for the afffected tests will be empty. My Pabot command:
pabot --testlevelsplit -v env:dev --outputdir test --name WebCommonLogin FunctionalTesting/Login.robot
Attaching screenshots for reference.
The text was updated successfully, but these errors were encountered:
Hi. I've been using Pabot with the
--testlevelsplit
option recently to run test cases in the test suite in parallel, but intermittently receive an error/bug as per the title, for some tests. This usually happens on the first run. After the first run, the error/bug seems not re-produceable anymore. But if you made changes to the Robot Framework files, the chances for it to happen again is high. This error causes the log file to be incomplete and only contain logs for unaffected tests. Executing tests without--testlevelsplit
seems fine. Am not sure how to troubleshoot as the content ofoutput.xml
,robot_stderr.out
androbot_stdout.out
files inpabot_results/<test_no>
for the afffected tests will be empty. My Pabot command:Attaching screenshots for reference.
The text was updated successfully, but these errors were encountered: