Page MenuHomePhabricator

Cast old duration values for unit tests to float in DifferentialController
ClosedPublic

Authored by BYK on Mar 9 2016, 11:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 27, 10:57 AM
Unknown Object (File)
May 10 2025, 3:21 AM
Unknown Object (File)
Apr 30 2025, 2:36 AM
Unknown Object (File)
Apr 24 2025, 9:57 PM
Unknown Object (File)
Apr 21 2025, 12:25 AM
Unknown Object (File)
Apr 12 2025, 2:08 AM
Unknown Object (File)
Apr 11 2025, 12:48 PM
Unknown Object (File)
Apr 11 2025, 9:19 AM
Subscribers

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

BYK retitled this revision from to Cast old duration values for unit tests to float in DifferentialController.
BYK updated this object.
BYK edited the test plan for this revision. (Show Details)
BYK added reviewers: avivey, epriestley.
epriestley edited edge metadata.

This should probably test that duration actually exists. Also not sure why it cropped up now, but whatever. I'll tweak it in the pull.

This revision is now accepted and ready to land.Mar 11 2016, 2:12 AM

I am also making a vaguely related fix I caught elsewhere because I am a loose cannon with no respect for the rules.

+    if (!$diff->getBuildable()) {
+      return null;
+    }
This revision was automatically updated to reflect the committed changes.
src/applications/differential/controller/DifferentialController.php
195

I swear I thought about this but then since it didn't break on our system, I thought it wasn't necessary. Anyways, thanks!