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)
Sun, Dec 29, 9:39 PM
Unknown Object (File)
Fri, Dec 13, 8:11 PM
Unknown Object (File)
Dec 8 2024, 8:28 AM
Unknown Object (File)
Dec 4 2024, 12:20 PM
Unknown Object (File)
Nov 30 2024, 3:51 PM
Unknown Object (File)
Nov 28 2024, 1:48 PM
Unknown Object (File)
Nov 24 2024, 2:44 PM
Unknown Object (File)
Nov 23 2024, 12:46 AM

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.