The following tests are meant for the single-user installation scenario:
- Attach to a project.
- Schedule an RPC to the project server requesting results to process.
- Download the project executable and support files.
- Download a result and support files.
- Begin execution of the project executable using the retrieved result and support files.
- Complete a result and upload the resulting file(s) of the result execution.
- Accept the update GUI RPC to tell the client to report the completed result to the scheduler.
- Server Scheduler Exponential Back-off on connection failure.
- File download Exponential Back-off on transient connection failure.
- Server Scheduler Back-off with a requested value.
- Server Scheduler error message reported to client.
- File download resumes after back-off completes.
- File upload resumes after back-off completes.
";
page_tail();
?>