Project

General

Profile

Actions

Task #2494

closed

Bug #2209: arvados.api('v1').collections().list(limit=X).execute() returns ~half X results

Review 2209-correct-items-available branch

Added by Tom Clegg about 10 years ago. Updated about 10 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Actions #1

Updated by Brett Smith about 10 years ago

  • Assigned To set to Brett Smith
Actions #2

Updated by Brett Smith about 10 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.

Actions #3

Updated by Tom Clegg about 10 years ago

  • Status changed from New to Resolved
  • Remaining (hours) changed from 0.25 to 0.0
Actions

Also available in: Atom PDF