log tests/OnClientTester.java @ 614:2eb21a7167f9

age author description
2022-01-19 Joeri van Ruth Add missing call to exitTest
2022-01-18 Joeri van Ruth Normalize CRLF on upload
2022-01-05 Martin van Dinther Updated Copyright year.
2021-12-23 Martin van Dinther On failure do not forget to close the resultset resource first.
2021-12-09 Joeri van Ruth Test uploading compressed files in FileTransferHandler
2021-12-09 Joeri van Ruth Fix selection criterium
2021-12-09 Joeri van Ruth Allow to select specific OnClient tests from command line
2021-12-09 Joeri van Ruth Change test output to make it more informative on Windows
2021-11-25 Joeri van Ruth Show hexdumps in the File Transfer encoding tests
2021-11-18 Martin van Dinther Add removal of used table foo. Also eliminated duplicate code.
2021-11-18 Martin van Dinther Simplify OnClientTester program.
2021-11-10 Martin van Dinther Answer to question. Please test if it works for your system.
2021-10-15 Joeri van Ruth Take null to mean the default charset onclient
2021-10-14 Joeri van Ruth Test FileTransferHandler with multiple encodings onclient
2021-10-14 Joeri van Ruth Pass expected encoding as a constructor parameter to FileTransferHandler onclient
2021-10-06 Joeri van Ruth Do not check the updated row count, it varies between server versions onclient
2021-10-06 Joeri van Ruth Test more systematically that the connection is still alive after file transfer onclient
2021-10-04 Joeri van Ruth Fix problems with FileTransferHandler and add tests onclient
2021-09-16 Joeri van Ruth Add a cancellation callback to UploadHandler onclient
2021-09-16 Joeri van Ruth Misc. changes suggested by analysis tool onclient
2021-09-14 Joeri van Ruth Last minute API fix: 'int offset' -> 'long linesToSkip' onclient
2021-09-14 Joeri van Ruth Test that throwing an IO Exception in the download handler invalidates the connection onclient
2021-09-14 Joeri van Ruth Call Class.forName("...MonetDriver") from main() in OnClientTester onclient
2021-09-07 Joeri van Ruth Add another error handling test onclient
2021-09-02 Joeri van Ruth Various changes suggested by Martin van Dinther onclient
2021-09-02 Joeri van Ruth Make the MonetUploadHandler and MonetDownloadHandler interfaces part of MonetConnection onclient
2021-08-27 Joeri van Ruth Learn to live with server closing connection if client refuses onclient
2021-08-27 Joeri van Ruth Keep better track of whether the server has cancelled the upload onclient
2021-08-27 Joeri van Ruth Extract OnClientTester infrastructure into separate class onclient
2021-08-27 Joeri van Ruth Add flag to disable watchdog timer onclient
2021-08-26 Joeri van Ruth Add tests for io errors that occur after transfer has begun onclient
2021-08-26 Joeri van Ruth Improve test names onclient
2021-08-26 Joeri van Ruth Add watchdog timer to catch hangs onclient
2021-08-26 Joeri van Ruth Add test for uploadFrom methods onclient
2021-08-26 Joeri van Ruth Run subset of tests based on prefix onclient
2021-08-26 Joeri van Ruth Manage verbosity onclient
2021-08-26 Joeri van Ruth Suppress some warnings onclient
2021-08-26 Joeri van Ruth Also test larger up- and downloads onclient
2021-08-26 Joeri van Ruth Add more tests onclient
2021-08-25 Joeri van Ruth Add OnclientTester.java onclient