Statistics about stdout of test 'insert_self_ref_FK.Bug-6131` in directory 'sql/test/BugTracker-2017`: 8 lines, 43 words, 227 chars in lines not matching '^$|^(\| |)#|^=` = 8 lines, 43 words, 227 chars in lines not matching '^$|^(\| |)#` # 48 lines, 251 words, 1785 chars in all lines stdout of test 'insert_self_ref_FK.Bug-6131` in directory 'sql/test/BugTracker-2017` itself: # 01:02:58 > # 01:02:58 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=8" "--set" "mapi_open=true" "--set" "mapi_port=37300" "--set" "mapi_usock=/var/tmp/mtest-41542/.s.monetdb.37300" "--forcemito" "--set" "gdk_vm_maxsize=8589934592" "--dbpath=/home/monet/testing/340fc40864f2-6-1-1/tests/sql/dbfarm/mTests_sql_test_BugTracker-2017" "--set" "embedded_c=true" # 01:02:58 > # MonetDB 5 server v11.36.0 # This is an unreleased version # Serving database 'mTests_sql_test_BugTracker-2017', using 8 threads # Compiled for powerpc64-unknown-linux-gnu/64bit with 128bit integers # Found 255.358 GiB available main-memory of which we use 208.117 GiB # Copyright (c) 1993 - July 2008 CWI. # Copyright (c) August 2008 - 2020 MonetDB B.V., all rights reserved # Visit https://www.monetdb.org/ for further information # Listening for connection requests on mapi:monetdb://power8:37300/ # Listening for UNIX domain connection requests on mapi:monetdb:///var/tmp/mtest-41542/.s.monetdb.37300 # MonetDB/GIS module loaded # MonetDB/SQL module loaded # 01:02:58 > # 01:02:58 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-41542" "--port=37300" # 01:02:58 > #CREATE TABLE test101( # A INT NOT NULL PRIMARY KEY, # B INT NOT NULL, # C INT NOT NULL, # CONSTRAINT "fC" FOREIGN KEY (C) REFERENCES test101(A) #); #ALTER TABLE test101 ALTER C SET NULL; #INSERT INTO test101 VALUES (100, 100, NULL); [ 1 ] #UPDATE test101 SET C = 100 WHERE C IS NULL; [ 1 ] #select * from test101; % sys.test101, sys.test101, sys.test101 # table_name % a, b, c # name % int, int, int # type % 3, 3, 3 # length [ 100, 100, 100 ] #ALTER TABLE test101 ALTER C SET NOT NULL; #DROP TABLE test101; # 01:02:58 > # 01:02:58 > "Done." # 01:02:58 >