Changeset: db540c77f5bd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/db540c77f5bd
Modified Files:
        sql/test/Dependencies/Tests/dependency_loop.test
Branch: Jul2021
Log Message:

Restrict test to non-system views.


diffs (13 lines):

diff --git a/sql/test/Dependencies/Tests/dependency_loop.test 
b/sql/test/Dependencies/Tests/dependency_loop.test
--- a/sql/test/Dependencies/Tests/dependency_loop.test
+++ b/sql/test/Dependencies/Tests/dependency_loop.test
@@ -172,7 +172,7 @@ UNION
 ( SELECT subject,'swrc:isbn' AS predicate,object FROM swrc_isbn )
 
 query I rowsort
-select count(*) from dependencies where depend_type = 5
+select count(*) from dependencies where depend_type = 5 and depend_id in 
(select id from sys._tables where not system)
 ----
-988
+72
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to