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
Unknown Object (File)
Thu, Sep 26, 5:38 PM
Unknown Object (File)
Aug 30 2024, 10:54 AM
Unknown Object (File)
Aug 14 2024, 9:50 AM
Unknown Object (File)
Aug 11 2024, 12:15 AM
Unknown Object (File)
Aug 7 2024, 3:49 AM
Unknown Object (File)
Jul 28 2024, 4:37 AM
Unknown Object (File)
Jul 27 2024, 2:49 AM
Unknown Object (File)
Jul 21 2024, 7:49 AM
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.