Closed Bug 711191 Opened 13 years ago Closed 13 years ago

incremental indexing shouldn't happen outside of elastic search tests

Categories

(support.mozilla.org :: Code Quality, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: willkg)

Details

(Whiteboard: [qa-])

Incremental indexing (i.e. post_save/pre_delete signal initiated indexing) should only be happening on test cases that have the ElasticSearchMixin.  All other tests shouldn't have any incremental indexing going on.

It looks like tests on dev are running incremental indexing for all tests--not just the elastic search ones.

This bug is to figure out why and stop it before we all perish in elastic fire.
Fixed in https://github.com/mozilla/kitsune/commit/75976bcc2bd9de694ab3d8b4e988c77c9400977e

This only affects the tests when elasticsearch isn't available.  So instead of having 400+ failures, it'll have 7 or so.  Thus marking as qa-.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.