Skip to content

Commit

Permalink
PG-946 Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Aug 2, 2024
1 parent 3a20510 commit 95cb173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions expected/basic.out
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ SELECT percona_pg_telemetry_version();
SELECT regexp_replace(regexp_replace(latest_output_filename, '\d{11,}', '<INSTANCE ID>', 'g'), '\d{6,}', '<TIMESTAMP>', 'g') AS latest_output_filename
, pt_enabled
FROM percona_pg_telemetry_status();
latest_output_filename | pt_enabled
-------------------------------------------------------+------------
./percona_pg_telemetry-<INSTANCE ID>-<TIMESTAMP>.json | t
latest_output_filename | pt_enabled
----------------------------------+------------
./<TIMESTAMP>-<INSTANCE ID>.json | t
(1 row)

DROP EXTENSION percona_pg_telemetry;
6 changes: 3 additions & 3 deletions expected/basic_1.out
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ SELECT percona_pg_telemetry_version();
SELECT regexp_replace(regexp_replace(latest_output_filename, '\d{11,}', '<INSTANCE ID>', 'g'), '\d{6,}', '<TIMESTAMP>', 'g') AS latest_output_filename
, pt_enabled
FROM percona_pg_telemetry_status();
latest_output_filename | pt_enabled
-------------------------------------------------------------------------------------+------------
/usr/local/percona/telemetry/pg/percona_pg_telemetry-<INSTANCE ID>-<TIMESTAMP>.json | t
latest_output_filename | pt_enabled
----------------------------------------------------------------+------------
/usr/local/percona/telemetry/pg/<TIMESTAMP>-<INSTANCE ID>.json | t
(1 row)

DROP EXTENSION percona_pg_telemetry;

0 comments on commit 95cb173

Please sign in to comment.