Changeset: 47908a4cd427 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/47908a4cd427
Modified Files:
        sql/test/bincopy/Tests/All
        sql/test/bincopy/Tests/very_large_file.timeout
Branch: default
Log Message:

Restrict very_large_file test to 64bit Windows and increase timeout

On 32 bit systems it does not make sense to insert 5GiB of data.

On 64 bit Windows it seems to take about 47 + 42 + 82 + 68 = 239 seconds.
Increase the timeout factor to 5 to let it run its course and see if we
can reproduce #7757.


diffs (15 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,4 +69,4 @@ bincopycollist
 bincopy_decimal_range
 bincopy_string_width
 
-!NOT_WIN32?very_large_file
+!ARCH_BITS32&!NOT_WIN32?very_large_file
diff --git a/sql/test/bincopy/Tests/very_large_file.timeout 
b/sql/test/bincopy/Tests/very_large_file.timeout
--- a/sql/test/bincopy/Tests/very_large_file.timeout
+++ b/sql/test/bincopy/Tests/very_large_file.timeout
@@ -1,1 +1,1 @@
-2
+5
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to