mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
PG-343: Enable TAP testing; PG-292: Automate the QA; PG-338: Calls count.; PG-331: Default values in PMM.
This commit brings following changes to this branch: 1) Port changes/additions TAP testing from main branch to this branch, under PG-292. 2) Changes to test cases due to GUCs change, under PG-331. 3) Call counts verfications, under PG-338. 4) Changes to github workflows to accomodate automation for TAP testing, under PG-343.
This commit is contained in:
@@ -29,7 +29,7 @@ $$ LANGUAGE 'plpgsql' STRICT;
|
||||
|
||||
CREATE EXTENSION pg_stat_monitor;
|
||||
SELECT pg_stat_monitor_reset();
|
||||
Set pg_stat_monitor.track='all';
|
||||
Set pg_stat_monitor.pgsm_track='all';
|
||||
select run_pg_sleep(5);
|
||||
|
||||
SELECT substr(query, 0,50) as query, calls, resp_calls FROM pg_stat_monitor ORDER BY query COLLATE "C";
|
||||
|
||||
Reference in New Issue
Block a user