Changeset: 11311469131e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/11311469131e
Modified Files:
        testing/Mtest.py.in
Branch: Aug2024
Log Message:

When testing with --nomito, still enable the NOSYNC debug flag.


diffs (11 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -2884,6 +2884,7 @@ def DoIt(env, SERVER, CALL, TST, EXT, Te
                         Srvr.remove('--forcemito')
                     except ValueError:
                         pass
+                    Srvr.append(f'-d{1 << 24}') # NOSYNCMASK
                 if threads is not None:
                     for i in range(len(Srvr)):
                         if Srvr[i].startswith('gdk_nr_threads='):
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to