A QA command (i.e.archive, clear, run, collate) should finish before the next QA command begins. This is important because a command may be dependent on the output/state of the previous command.
The trick is that the main QA script or the QA module script needs to be able to block/wait until all of the system subprocesses it generates for the current command finish.
A QA command (i.e.
archive,clear,run,collate) should finish before the next QA command begins. This is important because a command may be dependent on the output/state of the previous command.The trick is that the main QA script or the QA module script needs to be able to block/wait until all of the system subprocesses it generates for the current command finish.