Closed
Bug 1135748
Opened 10 years ago
Closed 10 years ago
tc-tools: Index browser is limited to 1000 entries
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mshal, Unassigned)
Details
If I browse to an index with many sub-namespaces, like buildbot.revisions, I can see the first 1000 namespaces. However, the "More namespaces" button at the bottom doesn't go to the next page or fetch the next 1000.
Also I'm not sure if this is related, but I can't seem to browse directly to an index outside of the first 1000 even if I already know the revision. For example, with task 7JjESdEERkGA9NzGy6xcuw I have the following indexes:
index.buildbot.branches.try.linux
index.buildbot.revisions.d37655f24cb0.try.linux
If I browse directly to buildbot.revisions.d37655f24cb0.try, there are no Tasks. However, a revision within the first 1000 range works (buildbot.revisions.00d195262681.try, for example)
Comment 1•10 years ago
|
||
Fixed in revision: 7259a9e (deployed to tools.taskcluster.net)
Just deployed to tools.taskcluster.net
I've filed the other issue for investigation in bug 1135762.
@mshal, I notice that another task has now been indexed under d37655f24cb0.
If you see another case with something not being indexed add to that bug.
It's hard to debug this. but we really should try to get to the bottom of it.
(or we should index with explicitly using the `index.insertTask` method)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Summary: Index browser is limited to 1000 entries → tc-tools: Index browser is limited to 1000 entries
Updated•10 years ago
|
Component: TaskCluster → General
Product: Testing → Taskcluster
Target Milestone: --- → mozilla41
Version: unspecified → Trunk
Comment 2•10 years ago
|
||
Resetting Version and Target Milestone that accidentally got changed...
Target Milestone: mozilla41 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•