Under Review
Last Updated: 20 Dec 2023 10:43 by ADMIN
ADMIN
Rodney
Created on: 05 Nov 2013 20:05
Type: Feature Request
3
Graceful shut down procedure for execution and scheduling servers when a remote run is in progress
ISSUE: 
We currently don't have  a procedure in place to abort test list runs once they've started. One thing that I've had success with is ending the Telerik processes in the task manager and then restarting the scheduling and execution servers using our Telerik applications (Configure as Scheduling server and Start Execution Server). Here's the procedure I use:

1.Open Windows Task Manager
2.End the following processes:  Telerik.TestStudio.ExecutionManagerService.exe, Telerik.TestStudio.Profiler.exe, Telerik.TestStudio.RemoteExecutor.exe, Telerik.TestStudio.Scheduling.Client.exe
3.Run the ‘Configure as Scheduling Server’ program
4.Run the ‘Start Execution Server’ program

This will only work if you are working with a one-off job. Recurring jobs will execute the next time their scheduled when you stop the scheduling service and restart it. 


REQUEST: 
We need a way to quickly cancel a test list that is in the process of running remotely
1 comment
Luis
Posted on: 07 Feb 2014 09:06
On top of that I would say that the results of the test ran until the moment you abort the executions should not be lost.