Skip to content

Conversation

@jcristau
Copy link
Contributor

@jcristau jcristau commented Oct 2, 2025

  1. listTasks takes a single parameter, so index.listTasks(index_path, {}) would fail with Incorrect number of positional arguments
  2. with that fixed, pagination handling was missing, so we'd only ever get up to 1000 entries back
  3. tests missed it because they were mocking out the API call

1) listTasks takes a single parameter, so `index.listTasks(index_path, {})`
   would fail with `Incorrect number of positional arguments`
2) with that fixed, pagination handling was missing, so we'd only ever get up
   to 1000 entries back
3) tests missed it because they were mocking out the API call
@jcristau jcristau requested a review from a team as a code owner October 2, 2025 09:56
@jcristau jcristau merged commit f1ff0f4 into taskcluster:main Oct 2, 2025
17 checks passed
@jcristau jcristau deleted the list_tasks branch October 2, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants