meson: Add two missing regress tests
authorAndres Freund <[email protected]>
Tue, 17 Jan 2023 21:49:09 +0000 (13:49 -0800)
committerAndres Freund <[email protected]>
Tue, 17 Jan 2023 21:49:09 +0000 (13:49 -0800)
It's likely worth adding some automated way of preventing further
omissions. We're discussing how to best do that.

Reported-by: Justin Pryzby <[email protected]>
Discussion: https://postgr.es/m/20230117173509[email protected]

contrib/pg_stat_statements/meson.build
src/test/modules/unsafe_tests/meson.build

index b738f1b251127a75465f5f7cd6f363be59110965..508b53b4a27506039513ad1b10bd51c8abb4ea89 100644 (file)
@@ -41,6 +41,7 @@ tests += {
   'regress': {
     'sql': [
       'pg_stat_statements',
+      'oldextversions',
     ],
     'regress_args': ['--temp-config', files('pg_stat_statements.conf')],
     # Disabled because these tests require
index 8a8062e457ed4ff8899596a990aa79243b37b213..304f0ed61a2eb74d638e02fc9e7ab69d942ea906 100644 (file)
@@ -8,6 +8,7 @@ tests += {
     'sql': [
       'rolenames',
       'alter_system_table',
+      'guc_privs',
     ],
   },
 }