Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

improve tests structure, convert rethinkdb writer to bulk #276

Merged
merged 1 commit into from
Feb 23, 2017

Conversation

jipperinbham
Copy link
Contributor

during the process of adding a mongodb -> rethinkdb integration test, it was found the performance of rethinkdb writes were awful so the writer was changed to do bulk inserts at a max of 1k docs, the tests structure changes included changing to ENV VARs for connection strings and using a non-encrypted config.yml file, unit tests were also parallelized due to the length of time it took for them to run on Travis CI

during the process of adding a mongodb -> rethinkdb integration test, it was found the performance of rethinkdb writes were awful so the writer was changed to do bulk inserts at a max of 1k docs, the tests structure changes included changing to ENV VARs for connection strings and using a non-encrypted config.yml file, unit tests were also parallelized due to the length of time it took for them to run on travisci
@jipperinbham
Copy link
Contributor Author

the other notable change is a switch to codecov to handle test coverage because it's able to handle reports being sent in groups which we needed in order to make the tests run in parallel.

@jipperinbham jipperinbham merged commit 473ee94 into master Feb 23, 2017
@jipperinbham jipperinbham deleted the better-testing branch February 23, 2017 17:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant