Tests that the system can survive a database crash/stop and resume operation after the database is restarted
Logging as root on kb-test-adm-001
ssh kb-test-adm-001 su
Stop the postgresdb and wait a couple of minutes.
/etc/init.d/postgresql stop
- Verify that the GUI has lost the connection to the database by listing domains or harvest definitions.
Restart the database
/etc/init.d/postgresql start
- Check that the different GUI pages works as usual.
- Create a new active selecive and verify the a job is created and started.