Page MenuHomePhabricator

Added autopatch to remove ponder vote data
ClosedPublic

Authored by jcox on Aug 25 2016, 6:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 3:44 PM
Unknown Object (File)
Fri, Jan 24, 3:44 PM
Unknown Object (File)
Fri, Jan 24, 3:44 PM
Unknown Object (File)
Thu, Jan 23, 2:19 AM
Unknown Object (File)
Tue, Jan 21, 3:18 PM
Unknown Object (File)
Mon, Jan 13, 10:50 PM
Unknown Object (File)
Sun, Dec 29, 9:39 PM
Unknown Object (File)
Dec 13 2024, 8:11 PM

Details

Summary

Fixes T9117. Adds a migration to remove ponder vote data.

Test Plan

I added a bunch of lines to phabricator_user.edge with type 18 and they were successfully removed by this patch

Diff Detail

Repository
rP Phabricator
Branch
DeletePonderEdges (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 13451
Build 17288: Run Core Tests
Build 17287: arc lint + arc unit

Event Timeline

jcox retitled this revision from to Added autopatch to remove ponder vote data.
jcox updated this object.
jcox edited the test plan for this revision. (Show Details)

Task ref? You should probably find the mechanism by which these are written and read, and test that rather than looking at SQL?

Task ref? You should probably find the mechanism by which these are written and read, and test that rather than looking at SQL?

@yelirekim if I understand correctly that mechanism doesn't exist anymore since D13833

epriestley added a reviewer: epriestley.

Yeah, this is just cleaning up free-floating garbage that we were hesitant to destroy when we unlinked it from everything.

(I actually don't have any of these locally myself, either.)

One minor double-check that I didn't mention is looking at ConfigEdge Types and verifying that these constants don't appear there (they don't), just as a sanity check that the numbers aren't wildly wrong.

This revision is now accepted and ready to land.Aug 25 2016, 7:03 PM
This revision was automatically updated to reflect the committed changes.