Closed
Bug 1260416
Opened 9 years ago
Closed 8 years ago
Full integration test to use ES storage for correlations
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: peterbe, Unassigned)
References
Details
At the moment, we run a full integration test of the correlations_app here [0]. It starts the app with the intention of writing the output to .json files in a certain directory. These are later interrogated and compared with once-created files in ./testcrash/correlations-integration-correct-output/ [1]
To be more realistic we should use the ES based correlation output classes. And instead of comparing contents of .json files we should look at what got stored in ES.
[0] https://github.com/mozilla/socorro/blob/59707da10f2775fea513c65e5f1ca7223107710b/scripts/integration-test.sh#L537-L547
[1] https://github.com/mozilla/socorro/tree/59707da10f2775fea513c65e5f1ca7223107710b/testcrash/correlations-integration-correct-output
Reporter | ||
Comment 1•8 years ago
|
||
Not going to save correlations in ES.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•