CrossRef / cayenne

MOVED to https://gitlab.com/crossref/rest_api
https://gitlab.com/crossref/rest_api
MIT License
17 stars 9 forks source link

Synchronous indexing for tests #77

Closed afandian closed 5 years ago

afandian commented 5 years ago

Integration tests need to be able to index a chunk of XML into the Elastic index. Currently this is done by putting into the feed directory and waiting for indexing to complete. It would be better to ingest a given chunk of files synchronously and explicitly in the test. This will pave the way for more diverse and atomic integration tests.

afandian commented 5 years ago

Done.