Ozg 7262 fix unfinished downloads
Compare changes
- Krzysztof Witukiewicz authored
+ 160
− 145
@@ -23,6 +23,7 @@
@@ -23,6 +23,7 @@
@@ -37,11 +38,14 @@ import java.util.concurrent.atomic.AtomicBoolean;
@@ -37,11 +38,14 @@ import java.util.concurrent.atomic.AtomicBoolean;
@@ -300,18 +304,6 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -300,18 +304,6 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -346,14 +338,14 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -346,14 +338,14 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -362,103 +354,174 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -362,103 +354,174 @@ class GrpcBinaryFileServerDownloaderTest {
@DisplayName("should call complete grpc stream if download has finished and stream has no data left")
@@ -472,92 +535,52 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -472,92 +535,52 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -570,21 +593,21 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -570,21 +593,21 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -612,14 +635,6 @@ class GrpcBinaryFileServerDownloaderTest {
@@ -612,14 +635,6 @@ class GrpcBinaryFileServerDownloaderTest {
return (TechnicalException) ReflectionTestUtils.getField(downloader, "downloadError", AtomicReference.class).get();
\ No newline at end of file