TestExecute 15.20 + Jenkins issue
- 3 years ago
vinniew it is well configure to "LATEST" .
With my colleague, we see that the jenkins test runner was not updated
We were in release 2.6.2 so we install release 2.8.1
now I don't understand the thing's happening, It looks like "Doctor Strange" is with us 🙂
I'll explain you :
after install 2.8.1 jenkins TestExecute version
I install again the 15.20 version of TestExecute andremove the 14.91
Installation is OK , I launch a job. I still have this :
[TestComplete] Test runner exit code: -14 (An unsupported version of the TestComplete Service is running on the node. Please use TestComplete Service version 10.60 or later)
here are the line above this error where we can see the installed TestExecute versions :
[TestComplete] Found TestComplete/TestExecute installations: Type: TE, Version: 15.20.341.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\TestExecute.exe" Type: TELite, Version: 15.20.341.50, Path: "C:\Program Files (x86)\SmartBear\TestExecuteLite 15\x64\bin\TestExecuteLite.exe" [TestComplete] Selected TestComplete/TestExecute installation: Type: TE, Version: 15.20.341.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\TestExecute.exe" [TestComplete] Launching the test runner. $ '"C:\Program Files (x86)\SmartBear\TestExecute 15\bin\TestCompleteService15.exe"' //LogonAndExecute //lDomain: "" //lName: "UT_AUTO_TESTCOMPLETE@gpsi.fr" //lPassword: ******** //lTimeout: "-1" //lUseActiveSession: "true" //lCommandLine: '""C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\TestExecute.exe" D:\DevGit\TA\NOVA\GAIA-NOVA-THEIA\GAIA-NOVA-THEIA.pjs /run /SilentMode /ForceConversion /ns /exit /ExportLog:D:\DEVGIT\TA\NOVA\1642589983478.tclogx /ExportLog:D:\DEVGIT\TA\NOVA\1642589983478.htmlx /ErrorLog:D:\DEVGIT\TA\NOVA\1642589983478.txt /ExportLog:D:\DEVGIT\TA\NOVA\1642589983478.mht /project:GAIA-NOVA-THEIA /test:KeyWordTests|F1_0001_Ouverture_Fermeture_NOVA /DoNotShowLog /JenkinsTCPluginVersion:2.8.1"' [TestComplete] Test runner exit code: -14 (An unsupported version of the TestComplete Service is running on the node. Please use TestComplete Service version 10.60 or later). [TestComplete] [WARNING] Unable to find the log file "1642589983478.tclogx". [TestComplete] [WARNING] Unable to find the log file "1642589983478.htmlx". [TestComplete] [WARNING] Unable to find the log file "1642589983478.mht". [TestComplete] [WARNING] Errors occurred during the test execution.
Then after that error, I install again TestExecute 14.91 without uninstall 15.20 :
I run a test thinking it will fail because running with the latets (my test is set to " LATEST")
But not ! the test returns OK . I don't understand
Here is the log with 14.91 and 15.20 :
[TestComplete] The test execution started (GAIA-NOVA-THEIA/GAIA-NOVA-THEIA/KeyWordTests|F1_0001_Ouverture_Fermeture_NOVA). [TestComplete] Found TestComplete/TestExecute installations: Type: TE, Version: 14.91.341.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 14\x64\bin\TestExecute.exe" Type: TE, Version: 15.20.341.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\TestExecute.exe" Type: TELite, Version: 14.91.341.50, Path: "C:\Program Files (x86)\SmartBear\TestExecuteLite 14\x64\bin\TestExecuteLite.exe" Type: TELite, Version: 15.20.341.50, Path: "C:\Program Files (x86)\SmartBear\TestExecuteLite 15\x64\bin\TestExecuteLite.exe" [TestComplete] Selected TestComplete/TestExecute installation: Type: TE, Version: 15.20.341.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\TestExecute.exe" [TestComplete] Launching the test runner. $ '"C:\Program Files (x86)\SmartBear\TestExecute 15\bin\TestCompleteService15.exe"' //LogonAndExecute //lDomain: "" //lName: "UT_AUTO_TESTCOMPLETE@gpsi.fr" //lPassword: ******** //lTimeout: "-1" //lUseActiveSession: "true" //lCommandLine: '""C:\Program Files (x86)\SmartBear\TestExecute 15\x64\bin\TestExecute.exe" D:\DevGit\TA\NOVA\GAIA-NOVA-THEIA\GAIA-NOVA-THEIA.pjs /run /SilentMode /ForceConversion /ns /exit /ExportLog:D:\DEVGIT\TA\NOVA\1642590626837.tclogx /ExportLog:D:\DEVGIT\TA\NOVA\1642590626837.htmlx /ErrorLog:D:\DEVGIT\TA\NOVA\1642590626837.txt /ExportLog:D:\DEVGIT\TA\NOVA\1642590626837.mht /project:GAIA-NOVA-THEIA /test:KeyWordTests|F1_0001_Ouverture_Fermeture_NOVA /DoNotShowLog /JenkinsTCPluginVersion:2.8.1"' [TestComplete] Test runner exit code: 0. [TestComplete] The test execution finished (GAIA-NOVA
What should we have to do ?