Changeset: 8ef80908e359 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8ef80908e359
Added Files:
sql/test/concurrent/Tests/many-concurrent-client-connections.timeout
sql/test/concurrent/Tests/smart-segment-merge.timeout
sql/test/concurrent/Tests/truncate-insert-floo
Changeset: 4469ecb45f6d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4469ecb45f6d
Branch: default
Log Message:
Merge with Sep2022 branch.
diffs (277 lines):
diff --git a/common/utils/mutils.c b/common/utils/mutils.c
--- a/common/utils/mutils.c
+++ b/common/utils/mutils.c
@@ -468,9 +4
Changeset: 26970f7f5e33 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/26970f7f5e33
Added Files:
sql/test/copy/Tests/nonutf8.SQL.py
Removed Files:
sql/test/copy/Tests/nonutf8.py
Branch: Sep2022
Log Message:
Use correct extension, and give some more hints when it goes wrong
Changeset: 16d91b1f3cff for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/16d91b1f3cff
Modified Files:
common/utils/mutils.c
Branch: Sep2022
Log Message:
Reuse file descriptor when unlocking a file in MT_lockf.
This was already done like that on Windows, now also elsewhere.
Also, upd
Changeset: 516860c08838 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/516860c08838
Added Files:
sql/test/concurrent/Tests/read-segment-after-free.timeout
Branch: Sep2022
Log Message:
The mac needs more time for this test.
diffs (6 lines):
diff --git a/sql/test/concurrent/Tests
Changeset: a5c9679039d3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a5c9679039d3
Modified Files:
testing/Mtest.py.in
Branch: Sep2022
Log Message:
Get --dbg option working.
Use e.g. --dbg='gdb --args' and don't forget to add -t0 as well
(debugging will easily take lots of time).