Changeset: 9e58568a96a1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9e58568a96a1 Modified Files: sql/test/Tests/All Branch: Dec2025 Log Message:
No point trying hot_snapshot if there is no WAL. diffs (12 lines): diff --git a/sql/test/Tests/All b/sql/test/Tests/All --- a/sql/test/Tests/All +++ b/sql/test/Tests/All @@ -128,7 +128,7 @@ HAVE_LIBBZ2&!NOWAL?hot_snapshot_bz2 HAVE_LIBLZMA&!NOWAL?hot_snapshot_xz HAVE_PYTHON_LZ4&HAVE_LIBLZ4&!NOWAL?hot_snapshot_lz4 !HAVE_PYTHON_LZ4&HAVE_LIBLZ4&!NOWAL?hot_snapshot_lz4_lite -HAVE_PYTHON_LZ4&HAVE_LIBLZ4&PYTHON_VERSION>=3.7&VMSIZE>=20000000000?hot_snapshot_huge_file +HAVE_PYTHON_LZ4&HAVE_LIBLZ4&PYTHON_VERSION>=3.7&VMSIZE>=20000000000&!NOWAL?hot_snapshot_huge_file !NOWAL?selective_snapshot _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
