Page MenuHomePhabricator

Update unique key for Fact aggregates to include a hash of stringA
AbandonedPublic

Authored by hach-que on May 21 2014, 6:44 AM.
Tags
None
Referenced Files
F13335321: D9234.diff
Wed, Jun 19, 1:46 AM
F13324489: D9234.id.diff
Sat, Jun 15, 12:23 AM
F13323907: D9234.diff
Fri, Jun 14, 9:57 PM
F13306447: D9234.diff
Sun, Jun 9, 8:06 AM
F13272397: D9234.diff
Thu, May 30, 1:32 PM
F13271875: D9234.diff
May 30 2024, 6:22 AM
F13257263: D9234.diff
May 25 2024, 10:07 PM
F13196904: D9234.diff
May 12 2024, 11:40 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

Depends on D9130.

Without this unique key it's impossible to publish aggregate information for the same object with different stringA values. This fixes the lint engine because it relied on the previous aggregation value to determine the difference and because the aggregated data for multiple paths wasn't recorded correctly, it would always detect the previous value as 0.

Test Plan

Ran the Fact analysis and saw multiple aggregate records for different paths.

Diff Detail

Repository
rP Phabricator
Branch
live-master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2715
Build 2719: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

hach-que retitled this revision from to Update unique key for Fact aggregates to include a hash of stringA.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
hach-que edited edge metadata.

Fixing line length

Abandoning this because Fact is still very far away on the upstream roadmap, and by the time upstream work starts on it, this will probably be out-of-date anyway.