Actions
Task #2494
closedBug #2209: arvados.api('v1').collections().list(limit=X).execute() returns ~half X results
Review 2209-correct-items-available branch
Status:
Resolved
Priority:
Normal
Assigned To:
Target version:
Updated by Brett Smith almost 11 years ago
- Assigned To changed from Brett Smith to Tom Clegg
- Remaining (hours) changed from 1.0 to 0.25
Looks like a nice clean branch to me. Just one thing: in the test, the assignment for unique_uuids
doesn't seem to actually ensure uniqueness, as far as I can tell. Should it? That'd be easy to do with a set operator, like unique_uuids = [] | resp['items'].collect { |i| i['uuid'] }.compact
.
Either way, I think this is good to merge.
Updated by Tom Clegg almost 11 years ago
- Status changed from New to Resolved
- Remaining (hours) changed from 0.25 to 0.0
Actions