Changeset: 7b23d5b506f1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7b23d5b506f1 Modified Files: sql/test/BugTracker-2017/Tests/All Branch: default Log Message:
completely disable the self referencing constaint test. Its use of referencing is more that what could be considered usefull self-referencing. MonetDB has a limited implementation of self referencing, ie when multiple rows get inserted they cannot depent yet on the to be inserted values. A fix for this requires lots of changes, and is for now not on the roadmap. diffs (12 lines): diff --git a/sql/test/BugTracker-2017/Tests/All b/sql/test/BugTracker-2017/Tests/All --- a/sql/test/BugTracker-2017/Tests/All +++ b/sql/test/BugTracker-2017/Tests/All @@ -3,7 +3,7 @@ drop_system_schema.Bug-6437 check_system_schema.Bug-6437 unknown_col_in_order_by.Bug-3535 extract_quarter_week_from_date.Bug-3831 -KNOWNFAIL?insert_self_ref_FK.Bug-6131 +#KNOWNFAIL?insert_self_ref_FK.Bug-6131 shutdown.Bug-6182 avggroupbysq.Bug-6178 semijoinunion.Bug-6150 _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
