Open efrenette11 opened 1 year ago
Here's what we have when using robot without pabot
13:42:29 + python3 -m rob
ot -v app_location:****/apk_production_develop -v environment:prod -v platform:Android -v devices:AndroidBsDeviceSpec --exclude iOSOnly --skip Skip -v Headless_Mode:true -F robot -d TestResults --nostatusrc --runemptysuite --output output3.xml -R TestResults/output2.xml Robot/TestSuite/temp
13:42:29 ==============================================================================
13:42:29 Temp
13:42:29 ==============================================================================
13:42:29 Temp | SKIP |
13:42:29 0 tests, 0 passed, 0 failed
13:42:29 ==============================================================================
13:42:29 Output: /Users/jive/jenkins/prod/workspace/dev-gtc-mobile/goto-mobile-robot-e2e/packages/robot-framework/TestResults/output3.xml
13:42:29 Log: /Users/jive/jenkins/prod/workspace/dev-gtc-mobile/goto-mobile-robot-e2e/packages/robot-framework/TestResults/log.html
13:42:29 Report: /Users/jive/jenkins/prod/workspace/dev-gtc-mobile/goto-mobile-robot-e2e/packages/robot-framework/TestResults/report.htm
Stumbled into same issue. Since RF can handle the same without error, so should pabot.
When we want to re-executed tests using pabot from a previous run, if there's no failure, the execution stopped.
I do have a jenkins script that will allow 3 retry for the test to passed. If all the tests passed at the first run, my script will stop.
Looks like to be the same issue that we had on robotframework and the fix it in the latest release. I had the same problem but after updating to the latest version, it passed.
Could we have a fix for that or at least a workaround ?