Database crash test

Tests that the system can survive a database crash/stop and resume operation after the database is restarted
  1. Logging as root on kb-test-adm-001

    ssh kb-test-adm-001
    su 
  2. Stop the postgresdb and wait a couple of minutes.

    /etc/init.d/postgresql stop
  3. Verify that the GUI has lost the connection to the database by listing domains or harvest definitions.
  4. Restart the database

    /etc/init.d/postgresql start
  5. Check that the different GUI pages works as usual.
  6. Create a new active selecive and verify the a job is created and started.