How to simulate Task Retry for a HPC Soa based Service Tasks?

Unanswered How to simulate Task Retry for a HPC Soa based Service Tasks?

  • 2011. október 10. 11:33
     
     

    In my HPC SOA jobs based project I have to perform negative test cases where in if a Task fails, I have to confirm if the Job scheduler would retry the tasks. I believe the tasks are rerun as many times as set in the Job Scheduler Configuration  -> Error Handling section. I've tried taking the compute nodes offline while the job is being run, tried thowing exception from the WCF Service but I'm unable to simulate the scenario.

    Kindly suggest the ways to force Service Tasks retries.


    • Szerkesztette: Arch_Dev 2011. október 10. 11:35
    •  

Az összes válasz

  • 2011. december 1. 4:58
     
     

    One easy way might be calling Environment.Exit(-1) in the service code.