Mercurial > hg > monetdb-java
view tests/build.properties @ 693:3442d331cad0
In test_ServerStopsReading, wait longer for the server to cancel the upload
Some recent server versions perform more readahead in COPY INTO.
This means that a query such as
COPY 10 RECORDS INTO foo FROM 'some-file' ON CLIENT
will upload much more data before the server finally decides it can
cancel the rest of the upload. When testing the cancellation
behavior we need to take this into account.
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Mon, 21 Nov 2022 15:59:49 +0100 (2022-11-21) |
parents | a5a898f6886c |
children |
line wrap: on
line source
# add a line like this to your build.local.properties to enable # debugging: #debug=&debug=true # by default debugging is disabled debug= # one can override the connection url as well #jdbc_url=jdbc:monetdb://localhost:53210/one?user=monetdb&password=monetdb