Page MenuHomePhabricator

Fix a dashboard bucketing bug
ClosedPublic

Authored by epriestley on May 16 2016, 6:04 PM.
Tags
None
Referenced Files
F15407282: D15928.diff
Tue, Mar 18, 4:38 PM
F15403553: D15928.id38354.diff
Tue, Mar 18, 3:51 AM
F15399950: D15928.id38353.diff
Mon, Mar 17, 8:44 AM
F15382479: D15928.diff
Fri, Mar 14, 12:35 PM
Unknown Object (File)
Feb 19 2025, 10:30 PM
Unknown Object (File)
Feb 19 2025, 9:40 PM
Unknown Object (File)
Feb 19 2025, 8:24 AM
Unknown Object (File)
Feb 9 2025, 1:37 AM
Subscribers
None

Details

Summary

Ref T10939. For various historical reasons, revision status is a numeric string. This comparison fails because it's (string) !== (int). Just use != so this will still work if we turn it into a real string in the future.

Test Plan

Tried a more specific test case locally, got better looking results in "Must Review" and "Should Review".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a dashboard bucketing bug.
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.May 16 2016, 6:05 PM
This revision was automatically updated to reflect the committed changes.