1 This test verifies the ImplRepo service can tolerate servers that are slow to
2 start. In some cases a server may have dependencies to resolve after creating
3 its POAs but before activating them. During this time the server is unable to
4 respond to shutdown requests, and a kill is required. This test ensures that
5 following the failed shutdown and subsequent kill, the server can be restarted.
7 The server instances append their pid to a status file, which the run script
8 interrogates for judging success.
10 Runtime options are -debug to turn on verbose debugging to separate log files
11 and -no_dns, which forces the use of 127.0.0.1 in endpoints for running in
12 environments in which DNS is not properly configured.