-
Notifications
You must be signed in to change notification settings - Fork 104
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
Work around module ListFiles bug #827
Comments
joeljfischer
added a commit
that referenced
this issue
Jan 29, 2018
2 tasks
joeljfischer
added a commit
that referenced
this issue
Jan 29, 2018
Reopening this because we should add a version check. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
On previous version of Core, there is a bug that causes
ListFiles
to include previously uploaded files that no longer exist on the system. smartdevicelink/sdl_core#1393We should work around this bug in the
SDLFileManager
. Likely we need a local array of uploaded files. If an ephemeral file is not in the local list but is in the remote list, theoverwrite
flag should be automatically toggled and the file uploaded.Reproduction Steps
Expected Behavior
The previously uploaded files are not listed, new uploads succeed.
Observed Behavior
The previously uploaded files are listed, new uploads fail because they "already exist" when they do not.
OS & Version Information
The text was updated successfully, but these errors were encountered: