1 | | currently even if rasdaman does not start, start_rasdaman.sh is still terminating successfully (returning 0 exit code). It should return a non-zero code, e.g. 1 when rasdaman has failed to start. |
| 1 | start_rasdaman.sh should not attempt starting rasdaman if rasmgr is already running. Exit code 0 in this case. |
| 2 | |
| 3 | start_rasdaman.sh should return a non-zero code (1) when it fails to start rasdaman. |
| 4 | |
| 5 | stop_rasdaman.sh should wait until rasmgr is really down or a timeout (10 seconds) is reached. If the timeout is reached and rasmgr is still there it should exit with 1. |