borgmatic/tests/unit/hooks
Soumik Dutta 98e429594e added tests to make sure unsupported log states are detected
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-06 20:31:00 +05:30
..
__init__.py Move hooks into directory, so there can be one source file per type of hook (#225). 2019-10-21 15:52:14 -07:00
test_command.py Warn when an unsupported variable is used in a hook command (#420). 2022-05-23 15:27:54 -07:00
test_cronhub.py added tests to make sure unsupported log states are detected 2023-03-06 20:31:00 +05:30
test_cronitor.py added tests to make sure unsupported log states are detected 2023-03-06 20:31:00 +05:30
test_dispatch.py To prevent Borg hangs, unconditionally delete stale named pipes before dumping databases (#360). 2022-10-12 10:26:09 -07:00
test_dump.py Fix hang when a stale database dump named pipe from an aborted borgmatic run remains on disk (#316). 2020-06-02 12:40:32 -07:00
test_healthchecks.py add test for healthchecks 2023-03-06 03:38:08 +05:30
test_mongodb.py Fix for potential data loss (data not getting backed up) when dumping large "directory" format PostgreSQL/MongoDB databases (#643). 2023-02-20 15:18:51 -08:00
test_mysql.py Fix the "create" action with the "--dry-run" flag querying for databases when a PostgreSQL/MySQL "all" database is configured. 2023-02-26 22:15:12 -08:00
test_ntfy.py Add auth test for the ntfy hook 2023-02-25 20:04:39 +01:00
test_pagerduty.py Fix all monitoring hooks to warn if the server returns an HTTP 4xx error (#554). 2022-06-29 21:19:40 -07:00
test_postgresql.py Fix the "create" action with the "--dry-run" flag querying for databases when a PostgreSQL/MySQL "all" database is configured. 2023-02-26 22:15:12 -08:00
test_sqlite.py mock os.remove instead of actually removing a file 2023-03-04 13:08:30 +05:30