02-05-2007 11:53 AM
I need clarification on how PostActions work in a batch process.
I am running a four site test in batch mode with each test set to serial synchronization. If one site fails, I need to power it down. Each site is connected to power through relays. To disable a site, I need to turn power off to all sites, open the relays to the failing site, and then re-enable power to the remaining sites. Obviously I can’t have other threads running while I disable a site.
I know that in batch serial mode all sites will complete the current step (one thread at a time) before any site begins the next step. But what about the PostAction? If a site executes a PostAction, will this complete before other threads execute either the current step or begin the next step? Or will the PostAction on one thread run in parallel with a test step in another thread?
Thanks,
Bob
02-07-2007 06:17 PM
02-08-2007 10:04 AM
02-08-2007 10:41 AM