Closed
Bug 784051
Opened 13 years ago
Closed 13 years ago
Fix elastic search tests in CI
Categories
(Marketplace Graveyard :: Code Quality, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-08-23
People
(Reporter: kumar, Assigned: kumar)
Details
The public pages of marketplace rely heavily on elastic search (browsing, search, etc) but these tests are not under continuous integration. This bug is to get the tests up and running. Here are some issues:
- the tests were overloading ES on the CI machine so we need to adjust our suite for that. See bug 761187
- some tests are suffering bit rot since they are not running :(
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → kumar.mcmillan
Priority: -- → P2
Target Milestone: --- → 2012-08-23
Assignee | ||
Comment 1•13 years ago
|
||
The index change seems to have fixed the overloading part https://github.com/mozilla/zamboni/commit/fd653f8497fbc0e1965f2999689ad7c4b70ac769
Assignee | ||
Comment 2•13 years ago
|
||
per bug 761187, the index fix has stabilized the CI cluster.
Assignee | ||
Comment 3•13 years ago
|
||
Step #1 accomplished: elastic search has stabilized enough in CI where we can periodically run tests. I made bug 785414 to kill the bit rot.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•