Actions
Bug #16827
closedR SDK not returning all files from WebDAV listing
Story points:
-
Release:
Release relationship:
Auto
Updated by Peter Amstutz about 4 years ago
- Target version changed from 2020-10-07 Sprint to 2020-09-23 Sprint
Updated by Peter Amstutz about 4 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz about 4 years ago
- Target version deleted (
2020-09-23 Sprint) - Category deleted (
SDKs)
Before I can even fix this, I need to tweak it to use the "download" keep-web endpoint, not "collections".
Updated by Peter Amstutz about 4 years ago
- Target version set to 2020-10-07 Sprint
Updated by Peter Amstutz about 4 years ago
16827-fix-R-sdk @ ca07e0d0c46fbe0f4e5b5a1c702a208391c0d1ad
- Fix the file listing bug, don't blindly remove the first element from the list (that was redundant anyway, it was already supposed to remove empty elements)
- Fix another serious bug appending a spurious '/' to the end of requests with query parameters (seems like controller is fussy about this in a way that the Rails API server isn't)
- Regenerate ArvadosR from Arvados 2.0 discovery doc, filter out obsolete APIs
- Fix tests.
Updated by Lucas Di Pentima about 4 years ago
There’re many failing tests: developer-run-tests-services-api: #2210 /console — Maybe because of d371cc9 ?
I'll switch to a different review in the meantime.
Updated by Peter Amstutz about 4 years ago
This seems to be some kind of initialization error.
18:04:05 ActiveRecord::NoDatabaseError: FATAL: database "arvados_test" does not exist
Those "didn't match" errors happen when the database has not been properly (re)initialized.
Updated by Peter Amstutz about 4 years ago
Updated by Peter Amstutz about 4 years ago
- Status changed from In Progress to Resolved
Actions