Skip to content
This documentation is sourced from a third-party project and is not maintained by pgEdge.

Test Suites

Smoke Test (smoke_test.sql)

Quick sanity check that verifies: - Extension loads successfully - All 10 functions exist and return data - Basic functionality works

Run time: ~1-2 seconds

make installcheck REGRESS=smoke_test

Comprehensive Test Suite (system_stats.sql)

Full test coverage including: - Data validation - Type checking - Value range verification - Consistency checks - Caching behavior - Cross-platform compatibility

Run time: ~5-10 seconds

make installcheck REGRESS=system_stats

Full Test Suite

Runs all tests in sequence:

make installcheck