aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/src/test/java/com/yahoo/vespa/filedistribution/FileDownloaderTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-011-17/+1
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-2/+2
* Wire in use of compression types and flags for file distributionHarald Musum2022-07-061-5/+24
* Support specifying compression type for file distribution requestsHarald Musum2022-07-051-2/+3
* Prepare for different compression algorithms for distributed filesHarald Musum2022-05-241-2/+3
* Simplify and reorder arguments, no functional changesHarald Musum2021-12-131-3/+3
* M0;95;0cove logging in getFile() to callersHarald Musum2021-11-281-1/+1
* Always add client string when getting filesHarald Musum2021-11-261-10/+14
* Check if file exists before trying to downloadHarald Musum2021-10-201-0/+1
* SimplifyHarald Musum2021-10-151-8/+7
* Remove getSupervisor() from ConnectionPool interfaceHarald Musum2021-10-081-9/+7
* setError() -> switchConnection() and remove setError()Harald Musum2021-10-061-4/+1
* Use synchronized map, simplifyHarald Musum2021-06-221-1/+4
* Always setr download status when downloading completedHarald Musum2021-06-221-1/+0
* Debug unstable unit testHarald Musum2021-06-211-11/+12
* Fix bug, wrong method was calledHarald Musum2021-06-211-7/+7
* Use unique file reference in testHarald Musum2021-06-211-5/+5
* Move some methods from FileReferenceDownloader to FileDownloaderHarald Musum2021-06-141-4/+4
* Temp directory is always the same as download diredctory, simplifyHarald Musum2021-06-141-8/+5
* Move more methods into DownloadsHarald Musum2021-06-141-17/+19
* Fix mockHarald Musum2021-04-281-11/+1
* Switch connection only when the current one is failingHarald Musum2021-04-281-1/+1
* Change the way we switch connection when the current one is not workingHarald Musum2021-04-271-1/+1
* Increase timeout to stabilize testHarald Musum2020-09-211-1/+1
* Revert "Swith to a new connection if possible when asked to do so"Harald Musum2020-05-181-1/+3
* Swith to a new connection if possible when asked to do soHarald Musum2020-05-181-3/+1
* Use CompletableFutureHarald Musum2020-04-031-11/+57
* Minor refactoringHarald Musum2020-04-021-2/+6
* Make sure to shutdown executorHarald Musum2020-01-141-0/+6
* Fix directory checked for already downloaded filesHarald Musum2018-04-211-1/+3
* Only download file if needed (if it does not exist on disk already)Harald Musum2018-04-191-8/+6
* Do not download only if another download for the same file reference is in pr...Harald Musum2018-04-051-2/+2
* FileReceiver is needed to receive RPC calls from serverHarald Musum2018-04-031-3/+3
* Revert "Revert "Remove method only used in tests""Harald Musum2018-04-031-4/+11
* Revert "Remove method only used in tests"Harald Musum2018-04-031-11/+4
* Remove method only used in testsHarald Musum2018-04-021-4/+11
* Try to avoid using up all resources handling requests for non-existing fileHarald Musum2018-03-171-3/+2
* Sleep longer between retries of RPC callsHarald Musum2018-03-161-3/+4
* Make sure to remove from download queue if download fails, elseHarald Musum2018-03-051-2/+2
* Handle long file names in tar archivesHarald Musum2018-02-051-1/+2
* Correct copyright headerJon Bratseth2018-01-251-2/+1
* Add copyright headersJon Bratseth2018-01-251-0/+1
* Be consistent when setting download status, use fractionHarald Musum2018-01-081-4/+4
* Notify config proxy about starting downloads while preparingHarald Musum2017-12-131-1/+1
* Make sure to use a tmp directory on same partition as download directoryHarald Musum2017-12-121-3/+5
* Make a abstract FileReferenceData so it can cater for both whole files and ch...Henning Baldersheim2017-12-081-1/+1
* Handle that a file reference is a directory with many filesHarald Musum2017-12-071-12/+44
* Add support for downloading from another config serverHarald Musum2017-11-231-1/+57
* Revert "Revert "Revert "Add support for downloading from another config serve...Harald Musum2017-11-221-57/+1