Inflectra Customer Forums: RemoteLaunchX Regular expressions not working (Thread) How can I interpret Success as Success using regex in config.properties? I have tried the following in config.properties: fail-regex = .* pass-regex = .*(Success).* caution-regex = .*(Warning|Caution).* blocked-regex = .*(Blocked).* But, Spira then interprets Success as failed. en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/remotelaunch/issues-questions/1698.aspxthreadId=1698Mats Andreasen (mats.andreasen@ascom.com)RemoteLaunchX Regular expressions not working How can I interpret Success as Success using regex in config.properties? I have tried the following in config.properties: fail-regex = .* pass-regex = .*(Success).* caution-regex = .*(Warning|Caution).* blocked-regex = .*(Blocked).* But, Spira then interprets Success as failed. Tue, 13 Jun 2017 10:21:23 -04002022-04-18T15:26:59-04:00/Support/Forum/remotelaunch/issues-questions/1698.aspxmessageId=3037Mats Andreasen (mats.andreasen@ascom.com) I noticed that I was a bit brief in my original post. So, the problem is that I am running RemoteL I noticed that I was a bit brief in my original post. So, the problem is that I am running RemoteLaunchX.jar. In config.properties there is a set of regex that interprets result from the tests being run. Default is that Fail, Caution and Blocked all have defined results, e.g. Error|Fail etc. And everything else is interpreted as Success. This is strange since e.g. running an Python-script that goes wrong, throws an excpetion or whatever, will be interpreted as Success. I have therefore tried to specify Sucess, and default everything else to Fail, which is a more useful configuration. This does not work however, as I wrote in the original post. Anyone has an idea why this does not work as expected? /Best regards Tue, 13 Jun 2017 19:36:12 -04002017-06-13T19:36:12-04:00/Support/Forum/remotelaunch/issues-questions/1698.aspx#reply3037messageId=3038David J (support1@inflectra.com) Hi Mats The default status for RemoteLaunchX is Not Run, unless any of the regexs match, in which Hi Mats The default status for RemoteLaunchX is Not Run, unless any of the regexs match, in which case that status is used. However Not Run test runs dont get listed in SpiraTest / SpiraTeam, which caused the confusion, because there were prior Passed test runs. Regards Adam Thu, 15 Jun 2017 14:26:59 -04002017-06-15T14:26:59-04:00/Support/Forum/remotelaunch/issues-questions/1698.aspx#reply3038messageId=3039Kat A (support2@inflectra.com) Heres a follow-up to this issue: Heres the way RemoteLaunchX and Spira interpret the test run resu Heres a follow-up to this issue: Heres the way RemoteLaunchX and Spira interpret the test run results: The test run will get Pass, Fail, Caution, or Blocked if the corresponding regex matches. The status will default to Not Run if none of the regex expressions match. Thu, 15 Jun 2017 14:30:09 -04002017-06-15T14:30:09-04:00/Support/Forum/remotelaunch/issues-questions/1698.aspx#reply3039