Page MenuHomePhabricator

For now, hard limit task graph at 100 nodes
ClosedPublic

Authored by epriestley on Jul 14 2016, 4:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 7, 4:30 AM
Unknown Object (File)
Sun, May 4, 8:39 PM
Unknown Object (File)
Tue, Apr 29, 2:46 PM
Unknown Object (File)
Apr 25 2025, 7:02 AM
Unknown Object (File)
Apr 24 2025, 1:43 PM
Unknown Object (File)
Apr 23 2025, 11:49 AM
Unknown Object (File)
Apr 16 2025, 11:36 PM
Unknown Object (File)
Apr 6 2025, 1:35 AM
Subscribers
None

Details

Summary

Ref T4788. One install has some particularly impressive task graphs which are thousands of nodes large.

The current graph is pretty broken in these cases. For now, just render a "too big to show" message. In the future, I'd plan to finesse this (e.g., show parents/children, show links to parents/children, etc).

Test Plan
  • Viewed a normal task.
  • Set limit to 3, viewed a task with graph size 6, saw an error message.
  • Viewed a revision stack graph (unaffected).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to For now, hard limit task graph at 100 nodes.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jul 14 2016, 4:12 AM
This revision was automatically updated to reflect the committed changes.