Skip to content

Commit d40af32

Browse files
committed
Remove PGSM extension at the end of parallel regression test
Tests have to cleanup after execution to not create collisions with other tests.
1 parent 383af12 commit d40af32

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

regression/expected/parallel_1.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ SELECT query,
3737
(1 row)
3838

3939
DROP TABLE pgsm_parallel_tab;
40+
DROP EXTENSION pg_stat_monitor;

regression/sql/parallel.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ SELECT query,
3030
ORDER BY query COLLATE "C";
3131

3232
DROP TABLE pgsm_parallel_tab;
33+
DROP EXTENSION pg_stat_monitor;

0 commit comments

Comments
 (0)