/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../modules/test_checksums/
..
t

Constistent naming for datacheckusms processes

2 месяца назад
.gitignore

Online enabling and disabling of data checksums

4 месяца назад
Makefile

Fix not-quite-right Makefile for src/test/modules/test_checksums.

4 месяца назад
README

Online enabling and disabling of data checksums

4 месяца назад
meson.build

Online enabling and disabling of data checksums

4 месяца назад
test_checksums--1.0.sql

Test stabilization for online checksums

4 месяца назад
test_checksums.c

Fix a set of typos and grammar issues across the tree

4 месяца назад
test_checksums.control

Online enabling and disabling of data checksums

4 месяца назад
README
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.