/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_checksums/README
30 строк
948 B
Daniel Gustafsson
Online enabling and disabling of data checksums
03 апр 2026, 23:58
03 апр 2026, 23:58
f19c0ec
Код
Авторство
О чём код?
src/test/modules/test_checksums/README Regression tests for data checksums =================================== This directory contains a test suite for enabling, and disabling, data checksums both offline as well as in a running cluster. Running the tests with autoconf =============================== make check or make installcheck Running the tests with meson ============================ From your build directory, issue the following command: meson test -q --print-errorlogs --suite setup --suite test_checksums NOTE: This creates a temporary installation (in the case of "make check" or "--suite setup"), with multiple nodes, be they master or standby(s) for the purpose of the tests. NOTE: This test suite requires TAP tests to be enabled, a subset of the tests also require injection points to function. In order to run the extended test then "checksum_extended" must be set in the PG_TEST_EXTRA environment variable.