ryanhugh / searchneu

Search over Classes, Professors and Employees at NEU!
https://searchneu.com
GNU Affero General Public License v3.0
74 stars 18 forks source link

Optional Tests for Search Quality #112

Closed gamburgm closed 4 years ago

gamburgm commented 4 years ago

Create a test file, skipped on regular test runs, that will hit a local elasticsearch server, with the intent of testing search quality. Assumes an elasticsearch server is running.

Before this gets released, I would like to figure out what kind of mock data we want to use and put whatever mocks we land on in /backend/tests/data rather than the files we have there now.

gamburgm commented 4 years ago

Feel free to add some more mock data - but try to not add more than you need for the tests.

DJ and I talked and decided it would make the most sense to just fetch and index the prod data before running the search tests—that we have the best and most accurate picture of what's going on in terms of search quality on prod.

ryanhugh commented 4 years ago

Feel free to add some more mock data - but try to not add more than you need for the tests.

DJ and I talked and decided it would make the most sense to just fetch and index the prod data before running the search tests—that we have the best and most accurate picture of what's going on in terms of search quality on prod.

Sounds good!