Conversation
Codecov Report
@@ Coverage Diff @@
## master #9645 +/- ##
===========================================
- Coverage 3.11% 2.71% -0.41%
+ Complexity 400 327 -73
===========================================
Files 505 505
Lines 38591 38579 -12
Branches 5383 5384 +1
===========================================
- Hits 1203 1048 -155
- Misses 37311 37481 +170
+ Partials 77 50 -27
|
|
/rebase |
4092f9c to
7327800
Compare
|
/rebase |
7327800 to
7008d73
Compare
|
/rebase |
7008d73 to
d554592
Compare
There was a problem hiding this comment.
com.owncloud.android.files.services.FileUploaderIT > testKeepCancelStatic[android(AVD) - 8.1.0] �[31mFAILED �[0m
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:48)
com.owncloud.android.files.services.FileUploaderIT > testKeepBothStatic[android(AVD) - 8.1.0] �[31mFAILED �[0m
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:48)
com.owncloud.android.files.services.FileUploaderIT > testKeepLocalAndOverwriteRemoteStatic[android(AVD) - 8.1.0] �[31mFAILED �[0m
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:48)
com.owncloud.android.files.services.FileUploaderIT > testKeepServerStatic[android(AVD) - 8.1.0] �[31mFAILED �[0m
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:48)
FileUploaderIT uploads files from the internal temporal path, which includes the package name, so it makes sense that they fail.
AlvaroBrey
left a comment
There was a problem hiding this comment.
Lots of tests still failing as they upload from temporal path. Perhaps we should add an exception for the temporal paths?
Indeed we need to do this, as we use temporary path when uploading a file from sdcard: Let me change it 👍 |
4f28c4f to
de5299d
Compare
|
Tests still failing :\ This might be harder than expected |
de5299d to
bd780c5
Compare
|
/rebase |
d0aa5d4 to
bb78c65
Compare
bb78c65 to
deb5af0
Compare
6dc648d to
9cbae23
Compare
bbfc57c to
0d3a07e
Compare
AlvaroBrey
left a comment
There was a problem hiding this comment.
Quick smoketest: downloads are not working
2022-03-23 12:56:44.854 12951-13004/com.nextcloud.client I/DownloadFileRemoteOperation: Download of /100_MB.pdf to /data/user/0/com.nextcloud.client/files/nextcloud/tmp/MY_SERVER/100_MB.pdf: Operation finished with HTTP status code 200 (success)
2022-03-23 12:56:44.861 12951-13004/com.nextcloud.client I/DownloadFileOperation: Download of /100_MB.pdf to /storage/emulated/0/Android/media/com.nextcloud.client/nextcloud/MY_SERVER/100_MB.pdf: Error while moving file to final directory
|
/rebase |
a279e00 to
78d14d3
Compare
78d14d3 to
b792a4e
Compare
|
blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/9645-Screenshot-blue-Light-12-51 |
AlvaroBrey
left a comment
There was a problem hiding this comment.
Nice! Needs a bit of cleanup though
app/src/androidTest/java/com/owncloud/android/files/services/FileUploaderIT.kt
Show resolved
Hide resolved
app/src/androidTest/java/com/owncloud/android/utils/SyncedFolderUtilsTest.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/files/services/FileUploader.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/files/services/FileUploader.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/files/services/FileUploader.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/operations/DownloadFileOperation.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/operations/DownloadFileOperation.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/operations/DownloadFileOperation.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/operations/RenameFileOperation.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/operations/UploadFileOperation.java
Show resolved
Hide resolved
3609c59 to
77a9a37
Compare
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
77a9a37 to
c42bfcf
Compare
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/9645.apk |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/5552-IT-master-10-04 |
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/5552-IT-stable-10-04 |
|
Superseded by #10544 |

Signed-off-by: tobiasKaminsky tobias@kaminsky.me