Closed Bug 1063599 Opened 10 years ago Closed 10 years ago

transform rule failure derails the processor

Categories

(Socorro :: Backend, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lars, Assigned: lars)

Details

In the configmanization of the TransformRule, the ProcessedTransform Rules were neglected and were not updated.  That means that they fail when given a configuration that they weren't expecting.  

This was not caught because the ProcessedTransformRules are added at run time rather than config time based on lists of transforms in the database.  Those rules likely don't exist in the test database, so were never loaded.  Since they're getting moved to configuration, it is not likely worth changing the test to ensure they get loaded - that loading method is about to go away...
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/1270e7cdf96eb9d47beacd847d7ca66f17d5d620
Merge pull request #2337 from twobraids/fixed_transform_rules

Fixes Bug1063599 - neglected rules in the configmanization of rules
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.