pg_stat_monitor/regression/expected
Diego Fronza 9e76f6f961 PG-260: Fix regression tests.
The regression tests required some adjustmentes as they were based on a
wrong behavior in pg_stat_monitor that was fixed in the last commits.

The problem was that pg_stat_monitor_reset() was not properly clearing
the query buffers, as such, some garbage queries were residing in the
buffers after calling pg_stat_monitor_reset().

One example of a problem, a query such as "SELECT 1 AS num" and the
same query with comments such as:
SELECT $1 AS num /* { "application", psql_app, "real_ip", 192.168.1.3)
*/
Are evaluated to the same query ID, if a test issue the first query, call
pg_stat_monitor_reset() to clear query buffer, then issue the second
query with comments, the result in pg_stat_monitor view would still contain
the first query without comments, this was leading to tests expecting
the wrong output, which is now fixed.
2021-10-14 10:39:25 -03:00
..
application_name.out PG-188: Added a new column to monitor the query state. 2021-03-21 00:04:39 +05:00
basic.out PG-188: Added a new column to monitor the query state. 2021-03-21 00:04:39 +05:00
basic_1.out PG-183. Move tests to separate directory 2021-02-20 23:17:34 +03:00
cmd_type.out PG-188: Added a new column to monitor the query state. 2021-03-21 00:04:39 +05:00
counters.out PG-260: Fix regression tests. 2021-10-14 10:39:25 -03:00
database.out PG-188: Added a new column to monitor the query state. 2021-03-21 00:04:39 +05:00
error.out PG-226: Enable installcheck-world regression. 2021-09-23 03:10:06 +05:00
error_1.out PG-226: Enable installcheck-world regression. 2021-09-23 03:10:06 +05:00
guc.out PG-195: Change pgsm_bucket_time value from 300 to 60. 2021-08-17 18:23:15 +05:00
guc_1.out PG-195: Change pgsm_bucket_time value from 300 to 60. 2021-08-17 18:23:15 +05:00
histogram.out PG-186: Add support to monitor query execution plan. 2021-03-12 18:55:12 +00:00
pg_stat_monitor_1.out PG-183. Move tests to separate directory 2021-02-20 23:17:34 +03:00
relations.out DISTPG-271: Fix the failing 'relations' testcase 2021-08-02 19:37:14 +05:00
rows.out PG-194: PostgreSQL-14 support added. 2021-05-21 21:29:58 +05:00
rows_1.out PG-194: PostgreSQL-14 support added. 2021-05-21 21:29:58 +05:00
state.out PG-260: Fix regression tests. 2021-10-14 10:39:25 -03:00
tags.out PG-260: Fix regression tests. 2021-10-14 10:39:25 -03:00
top_query.out PG-188: Added a new column to monitor the query state. 2021-03-21 00:04:39 +05:00
top_query_1.out PG-194: PostgreSQL-14 support added. 2021-05-21 21:29:58 +05:00
user.out PG-186: Add support to monitor query execution plan. 2021-03-17 18:56:39 +05:00
version.out Bumping version for upcoming 0.9.2-beta1 release 2021-09-06 15:40:53 +05:00