-
If I have a code like this:
<timer duration="'xx'">
<process name="'%s' %(FileName)">
<location>Server</location>
<command mode="'shell'">'%s\\%s.exe' %(QueueName, FileName)</command>
<envs>
'PATH=%s' %(AXSPATH)
</envs>
<stderr mode="'stdout'"/>...
2009-08-04 22:26:58 UTC in SW Test Automation Framework
-
Is there any way to release a job that is being hold using the JobName?
so, for example
I have run JOB ID xx JOBName abc, and at some point the main block is being hold.
I would like to write a batch file so that I can just click that batch file and the job will release..
but as far as I know, the Release command need to be:
STAF LOCAL STAX RELEASE JOB xx
and xx = job number, which...
2009-08-03 20:10:44 UTC in SW Test Automation Framework
-
<function name="Emailer" scope="local">
<function-map-args>
<function-required-arg name="STAXMachine">
STAXMachine
</function-required-arg>
<function-required-arg name="Message">
Message
</function-required-arg>
<function-required-arg.
2009-07-24 15:33:38 UTC in SW Test Automation Framework
-
I have a question about the process command.
so, my current command is like this:
<process>
<location>Location</location>
<command mode="'shell'">'%s\\%s.exe' %(WorkDir, FileName)</command>
<envs>
'PATH=%s' %(PATH)
</envs>
<stderr mode="'stdout'"/>
<returnstdout/>...
2009-07-23 17:49:34 UTC in SW Test Automation Framework
-
I have a question,
If for example I have a file named testing.xml, and after I submit the job, and it start running,
what will happen if I suddenly delete the file, or maybe update the code?
1. Will STAF still behave properly for both cases?
2. If I update the code, will STAF work with the new code? or it will still run the old code?
for example, in testing the code, I like to run...
2009-07-09 20:31:33 UTC in SW Test Automation Framework
-
I just tried SXE (Staf eXecution Engine) and I just wonder is it possible to have a list of command to run both parallel and in sequence.
For example,
testSXE.txt will have:
SetupServerA --> wait until finish then move on
SetupServerB --> wait until finish then move on
RunTest1 -->
RunTest2 --> RunTest1, RunTest2, RunTest3 should be run parallel, or in sequence (means that...
2009-07-08 21:11:27 UTC in SW Test Automation Framework
-
It actually start running..after I terminate one of the job that I ran.
What actually happen?
before I terminate one of the job, The one that can't run have this in stax job log
20090617-00:30:06 Start JobID: 49, File: C:/Documents and Settings/Administrator.ADS/Desktop/TESTSYSTEMXML/SmokeTest.xml, Machine: local://local, Function: main, Args: {'GProc3264': '32', 'GSTAXMachine': 'xxx'...
2009-06-17 16:20:39 UTC in SW Test Automation Framework
-
No Error at all
JVM LOG:
******************************************************************************
*** 20090611-15:49:30 - Start of Log for JVMName: STAFJVM1
*** JVM Executable: java
*** JVM Options : -Xmx1536m
*** JVM Version : java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode...
2009-06-17 15:34:43 UTC in SW Test Automation Framework
-
No Error at all
JVM LOG:
******************************************************************************
*** 20090611-15:49:30 - Start of Log for JVMName: STAFJVM1
*** JVM Executable: java
*** JVM Options : -Xmx1536m
*** JVM Version : java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode...
2009-06-17 15:34:27 UTC in SW Test Automation Framework
-
I have a cron service that fire up a test every night and it works just fine.
But today, cron did fire up the job, but when I checked the STAXMonitor
and on the job I choose start monitoring it gives
STAX Error Box with a message
RC:48
Error holding Job
main
there is nothing in job user log.. what happened? how to fix this?
Thanks.
2009-06-17 15:06:27 UTC in SW Test Automation Framework