Changeset: bbc92658875b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/bbc92658875b
Modified Files:
        clients/Tests/All
        sql/test/Tests/keys.test
Branch: Dec2025
Log Message:

Skip exports test if no sources (or hg); fix test for when geom not available.


diffs (50 lines):

diff --git a/clients/Tests/All b/clients/Tests/All
--- a/clients/Tests/All
+++ b/clients/Tests/All
@@ -1,4 +1,4 @@
-exports
+MERCURIAL?exports
 
HAVE_HGE&HAVE_FITS&HAVE_GEOM&HAVE_LIBR&HAVE_LIBPY3&HAVE_NETCDF&HAVE_SHP&HAVE_CUDF?MAL-signatures-hge
 
!HAVE_HGE&HAVE_FITS&HAVE_GEOM&HAVE_LIBR&HAVE_LIBPY3&HAVE_NETCDF&HAVE_SHP&HAVE_CUDF?MAL-signatures
 NOT_WIN32?melcheck
diff --git a/sql/test/Tests/keys.test b/sql/test/Tests/keys.test
--- a/sql/test/Tests/keys.test
+++ b/sql/test/Tests/keys.test
@@ -18,6 +18,7 @@ CREATE INDEX allnewtriples_object_idx ON
 query TITI nosort
 SELECT idxs.name, idxs."type", keys.name, keys."type"
 FROM sys.idxs LEFT JOIN sys.keys on idxs.name = keys.name
+WHERE idxs.name NOT LIKE '%srid%' -- skip geom keys
 ORDER BY idxs.name, keys.name
 ----
 allnewtriples_object_idx
@@ -92,10 +93,6 @@ privilege_codes_privilege_code_name_uniq
 0
 privilege_codes_privilege_code_name_unique
 1
-spatial_ref_sys_srid_pkey
-0
-spatial_ref_sys_srid_pkey
-0
 table_types_table_type_id_pkey
 0
 table_types_table_type_id_pkey
@@ -112,6 +109,7 @@ unique_key
 query TITI nosort
 SELECT idxs.name, idxs."type", keys.name, keys."type"
 FROM sys.idxs JOIN sys.keys on idxs.name = keys.name
+WHERE idxs.name NOT LIKE '%srid%' -- skip geom keys
 ORDER BY idxs.name, keys.name
 ----
 comments_id_pkey
@@ -174,10 +172,6 @@ privilege_codes_privilege_code_name_uniq
 0
 privilege_codes_privilege_code_name_unique
 1
-spatial_ref_sys_srid_pkey
-0
-spatial_ref_sys_srid_pkey
-0
 table_types_table_type_id_pkey
 0
 table_types_table_type_id_pkey
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to