Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.
  • No labels