-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
use local id from webdav #10011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use local id from webdav #10011
Conversation
|
blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/10011-Screenshot-blue-Light-06-47 |
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/4379-IT-stable-06-54 |
Signed-off-by: tobiasKaminsky <[email protected]>
| } | ||
|
|
||
| @VisibleForTesting | ||
| public String getLocalIdDirect() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getInternalLocalId, or something like that, may be a better name.
| if (!upgraded) { | ||
| Log_OC.i(SQL, String.format(Locale.ENGLISH, UPGRADE_VERSION_MSG, oldVersion, newVersion)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point of adding this between each upgrade if? It will print the same every time. Also, some upgrades set upgraded=true, but others don't. Looks like this needs cleanup, I will do it after this PR is merged
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10011.apk |
CodacyLint
SpotBugs (new)
SpotBugs (master)
Android-library is not set to master branch in build.gradle |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/4392-IT-master-10-16 |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
|
blue-Light-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/10011-Screenshot-blue-Light-10-20 |
|
Similar trace in all failing tests (including screenshot) |
AlvaroBrey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
failing tests, see previous comment
|
Superceded by #8643 |

Fixes: #8566
Library: nextcloud/android-library#843
Signed-off-by: tobiasKaminsky [email protected]