[Integrate with Jenkins] Test runner exit code: -8
Dear Community!
I have an issue with running tests integrated in jenkins.
The jobs run nightly, and i suppose it runs untill the defined timeout, and then exits, and marks the job failed.
I have several tests defined, and sometimes there is an issue marked by the exit code: -8.
The related console message:
$ '"C:\Program Files (x86)\SmartBear\TestExecute 14\bin\TestCompleteService14.exe"' //LogonAndExecute //lDomain: "" //lName: "jenkins" //lPassword: ** //lTimeout: "5580000" //lUseActiveSession: "true" //lCommandLine: '""C:\Program Files (x86)\SmartBear\TestExecute 14\x64\bin\TestExecute.exe" C:\test.pjs /run /SilentMode /ForceConversion /ns /exit /ExportLog:C:\Jenkins\workspace\myJob\1654292692814.tclogx /ExportLog:C:\Jenkins\workspace\myJob\1654292692814.htmlx /ErrorLog:C:\Jenkins\workspace\myJob\1654292692814.txt /Timeout:5400 /project:Test /unit:TestScript /routine:testing /DoNotShowLog /JenkinsTCPluginVersion:2.8.1"' //lSessionScreenWidth: "1920" //lSessionScreenHeight: "1080"
[TestComplete] Test runner exit code: -8 (An internal error occurred. Please contact SmartBear's Support Team). [TestComplete] [WARNING] Unable to find the log file "1654292692814.tclogx". [TestComplete] [WARNING] Unable to find the log file "1654292692814.htmlx". [TestComplete] [WARNING] Errors occurred during the test execution. [TestComplete] Marking the build as FAILED. [TestComplete] [WARNING] Unable to publish test results (xml data is empty).
Sometimes one job/test is done correctly, sometimes the introduced issue heappens -- i mean there couldn't be problem with job/test configuration.
I found some (maybe archive) posts reated to previous testexecute versions, unfortunately unsolved. Now i use Version: 14.81.217.11 , still having the issue.
The other similar posts found:
https://community.smartbear.com/t5/TestComplete-Questions/Jenkins-and-TC-10-6-integration/m-p/161762
Does anyone have idea what to check, what might cause this issue?