Skip to main content

Test Types

Running Tests

TAP Tests

TAP tests require PostgreSQL compiled with -Dtap_tests=enabled (Meson). Mise-installed PostgreSQL versions don’t include the Perl TAP modules, so you must build PostgreSQL from source.

1. Build PostgreSQL with TAP support

2. Build pg_stat_ch against it

3. Run TAP tests

Test Files

Regression Tests (test/regression/sql/)

TAP Tests (t/)