mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-12-02 09:53:24 +02:00
f9e36ee01e
- fix infinite loop in page validation - fix segfault in parallel ptrack connections - allow to use delete-wal option wihtout delete-expired(in accordance with documentation) - allow to use pg_ptrack_get_block if it`s available and page is invalid - help update - testgres 1.3 support - pglz is not thread-safe, do not allow multithread backup with pglz compression - multiple minor fixes |
||
---|---|---|
.. | ||
expected | ||
helpers | ||
__init__.py | ||
archive.py | ||
auth_test.py | ||
backup_test.py | ||
cfs_backup.py | ||
cfs_restore.py | ||
cfs_validate_backup.py | ||
compression.py | ||
delete_test.py | ||
exclude.py | ||
false_positive.py | ||
init_test.py | ||
logging.py | ||
option_test.py | ||
page.py | ||
pgpro560.py | ||
pgpro589.py | ||
ptrack_clean.py | ||
ptrack_cluster.py | ||
ptrack_move_to_tablespace.py | ||
ptrack_recovery.py | ||
ptrack_truncate.py | ||
ptrack_vacuum_bits_frozen.py | ||
ptrack_vacuum_bits_visibility.py | ||
ptrack_vacuum_full.py | ||
ptrack_vacuum_truncate.py | ||
ptrack_vacuum.py | ||
ptrack.py | ||
Readme.md | ||
replica.py | ||
restore_test.py | ||
retention_test.py | ||
show_test.py | ||
validate_test.py |
Note: For now there are tests only for Linix
Check physical correctness of restored instances:
Apply this patch to disable HINT BITS: https://gist.github.com/gsmol/2bb34fd3ba31984369a72cc1c27a36b6
export PG_PROBACKUP_PARANOIA=ON
Check archive compression:
export ARCHIVE_COMPRESSION=ON
Usage:
pip install testgres==0.4.0
pip install psycopg2
export PG_CONFIG=/path/to/pg_config
python -m unittest [-v] tests[.specific_module][.class.test]