Changeset: 6888cd71dfa1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6888cd71dfa1 Modified Files: sql/test/bincopy/Tests/All Branch: default Log Message:
Add VM size conditionals. diffs (11 lines): diff --git a/sql/test/bincopy/Tests/All b/sql/test/bincopy/Tests/All --- a/sql/test/bincopy/Tests/All +++ b/sql/test/bincopy/Tests/All @@ -69,5 +69,5 @@ bincopycollist bincopy_decimal_range bincopy_string_width -!ARCH_BITS32?very_large_file -!ARCH_BITS32?very_large_date_file +!ARCH_BITS32&VMSIZE>=16000000000?very_large_file +!ARCH_BITS32&VMSIZE>=16000000000?very_large_date_file _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
