From e5004814accf309e42cb300391cf2f89ad7a5f3a Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 25 Apr 2025 14:34:41 +0300 Subject: [PATCH] Revert "disable for tests to measure codecov" This reverts commit eb3ce0855e0f0a82fe10f8b28489b2618df49229. --- src/test/regress/pg_regress_multi.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/regress/pg_regress_multi.pl b/src/test/regress/pg_regress_multi.pl index 5855d05a8..17c0a1179 100755 --- a/src/test/regress/pg_regress_multi.pl +++ b/src/test/regress/pg_regress_multi.pl @@ -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: