aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/src/test
Commit message (Expand)AuthorAgeFilesLines
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-121-2/+2
* Update copyrightJon Bratseth2023-10-093-3/+3
* Stop using file distribution feature flags, not needed anymoreHarald Musum2023-02-011-17/+1
* Revert "Revert "Support zstd as compression type for file references, take 2""Harald Musum2023-01-161-10/+9
* Revert "Support zstd as compression type for file references, take 2"Harald Musum2023-01-161-9/+10
* Revert "Revert "Support zstd as compression type for file references""Harald Musum2023-01-121-10/+9
* Revert "Support zstd as compression type for file references"Harald Musum2023-01-121-9/+10
* Support zstd as compression type for file referencesHarald Musum2023-01-121-10/+9
* Split out filedistribution client into its own moduleHarald Musum2022-11-291-59/+0
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-2/+2
* Revert "Revert "Make sure to set compression type in file distribution meta r...Harald Musum2022-07-061-3/+6
* Revert "Make sure to set compression type in file distribution meta request [...Harald Musum2022-07-061-6/+3
* Make sure to set compression type in file distribution meta requestHarald Musum2022-07-061-3/+6
* 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-052-8/+20
* Revert "Support compressing files (not just directories) in file distribution...Harald Musum2022-05-251-17/+0
* Support compressing files (not just directories) in file distributionHarald Musum2022-05-251-0/+17
* Prepare for different compression algorithms for distributed filesHarald Musum2022-05-242-8/+8
* 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
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* 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-142-12/+7
* 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
* Write content for files in diretory to fileHarald Musum2020-11-042-6/+31
* 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-032-9/+12