toystars / node-elasticsearch-sync

ElasticSearch and MongoDB sync module for node
MIT License
17 stars 11 forks source link

Add integration tests #16

Open nuest opened 8 years ago

nuest commented 8 years ago

Currently the package has no test - but it is really useful to me, so I'll add this "request" knowing that I'll probably have to do this myself :-)

Since this package really needs an actual MongoDB and Elasticsearch to be tested, integration tests could run both of these databases in Docker containers and then insert data into the MongoDB and check that they are available in Elasticsearch.

Here are some links that could get somebody started on this task:

toystars commented 8 years ago

@nuest are you still on the test or should I get along with it?

nuest commented 8 years ago

I haven't started on this yet, so if you want to give it a go, please do.