Page MenuHomePhabricator

Fix a fatal when viewing a daemon task with an invalid ID
ClosedPublic

Authored by epriestley on Jul 8 2016, 11:33 AM.
Tags
None
Referenced Files
F15589954: D16254.diff
Fri, May 9, 4:09 PM
F15588558: D16254.id39096.diff
Fri, May 9, 8:15 AM
F15587488: D16254.id.diff
Thu, May 8, 11:10 PM
F15573502: D16254.id39102.diff
Mon, May 5, 9:08 PM
F15568761: D16254.diff
Sat, May 3, 8:23 AM
F15564571: D16254.diff
Wed, Apr 30, 12:55 PM
F15406864: D16254.id39096.diff
Mar 18 2025, 2:21 PM
F15385526: D16254.id39102.diff
Mar 14 2025, 10:47 PM
Subscribers
None

Details

Summary

Fixes T11295. Prior to this change, the "404 page" for daemon tasks fatals.

This page is special cased a little bit and not a normal 404 page, because it's possible for you to click a valid link and the task to get GC'd by the time you load the page, or similar. It tries to be a little more user-friendly than a bare 404.

Test Plan
  • Visited /daemon/task/1428348920328/ (any invalid ID).
  • Now got a nice "no such task" page.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a fatal when viewing a daemon task with an invalid ID.
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 8 2016, 2:08 PM
This revision was automatically updated to reflect the committed changes.