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)
Wed, Nov 20, 11:36 PM
Unknown Object (File)
Mon, Nov 4, 2:09 PM
Unknown Object (File)
Sun, Nov 3, 5:42 AM
Unknown Object (File)
Tue, Oct 29, 3:55 PM
Unknown Object (File)
Oct 21 2024, 3:49 PM
Unknown Object (File)
Oct 19 2024, 1:17 AM
Unknown Object (File)
Oct 18 2024, 7:55 PM
Unknown Object (File)
Oct 15 2024, 5:08 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.