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)
Mon, Dec 16, 8:19 AM
Unknown Object (File)
Mon, Dec 16, 12:04 AM
Unknown Object (File)
Sun, Dec 15, 11:44 PM
Unknown Object (File)
Sun, Dec 15, 11:40 PM
Unknown Object (File)
Sat, Dec 14, 7:52 PM
Unknown Object (File)
Thu, Dec 12, 12:29 AM
Unknown Object (File)
Sun, Dec 8, 5:24 PM
Unknown Object (File)
Dec 4 2024, 7:23 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.