Revert "disable for tests to measure codecov"

This reverts commit eb3ce0855e.
pull/7917/head
Onur Tirtir 2025-04-25 14:34:41 +03:00
parent 0b6bd5dba7
commit e5004814ac
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ push(@pgOptions, "citus.stat_statements_track = 'all'");
push(@pgOptions, "citus.enable_change_data_capture=on");
push(@pgOptions, "citus.stat_tenants_limit = 2");
push(@pgOptions, "citus.stat_tenants_track = 'ALL'");
push(@pgOptions, "citus.enable_stat_counters=on");
push(@pgOptions, "citus.superuser = 'postgres'");
# Some tests look at shards in pg_class, make sure we can usually see them: