From 9436e96a711d9c8db624ceac0f69df95012523d0 Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Wed, 30 Aug 2023 14:26:52 +0100 Subject: [PATCH] Update to reflect new unit test file --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb15a51..21e4cc5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ This repo contains the service and cron scripts used to run a failover gocdb ins |_ loadData.sh # Load the last successfully fetched DB dmp into the RDBMS |_ gatherStats.sh # Oracle gathers stats to re-index |_ pass_file_exemplar.txt # Sample pwd file for DB (rename to pass_file) - |_ check_db_dump_recent.py # Checks the failover process is happening getMariaDBdmpFile/ |_failover_fetch.py # Main script @@ -48,6 +47,14 @@ This repo contains the service and cron scripts used to run a failover gocdb ins archiveDmpDownload/ # Contains script to download/archive dmp files in a separate process e.g from cron.daily |_ archiveDump.sh # Main script that dowloads dmp and saves in a sub-dir |_ archive/ # Contains archive/dmp files + + check + |_ check_db_dump_recent.py # Python script to checks the failover + # process is happening + + test + |_ test_check_db_dump_recent.py # Unit tests for the + # check/check_db_dump_recent.py script ``` ## /root/autoEngageFailover/