Skip to content

Commit

Permalink
Update to reflect new unit test file
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Aug 30, 2023
1 parent a7a84e4 commit 9436e96
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down

0 comments on commit 9436e96

Please sign in to comment.