apollo icon indicating copy to clipboard operation
apollo copied to clipboard

[WIP] Add tests everywhere

Open r0mainK opened this issue 6 years ago • 6 comments

https://github.com/src-d/apollo/issues/58

r0mainK avatar Jun 15 '18 10:06 r0mainK

@vmarkovtsev tests failing because the version of sourced-ml package seems to be too outdated, compared to the git repo. We might wanna release a new one ? Else we can install it using git

r0mainK avatar Jun 15 '18 10:06 r0mainK

Wrote tests for as much stuff as possible. Currently bags, graph, main and cassandra_utils files are covered fully or almost. I want to add some for query, but regarding hash functions idk if Travis can handle all the GPU stuff. I also added a parameter to the Cassandra cluster because we often get connection timeouts with resetdb, from the logs i think it solves it for the most part.

r0mainK avatar Jun 20 '18 15:06 r0mainK

@vmarkovtsev let's merge this after https://github.com/src-d/apollo/pull/61 so I can modify/add tests for new ml and apollo features

r0mainK avatar Jun 26 '18 09:06 r0mainK

Added Konst's changes from PR #66 so tests would not fail, will update the rest of the code asap

r0mainK avatar Sep 04 '18 08:09 r0mainK

#66 was merged

vmarkovtsev avatar Sep 04 '18 09:09 vmarkovtsev

Great, will rebase and take care of conflicts asap. Ill also update the doc regarding the preprocess command

r0mainK avatar Sep 04 '18 09:09 r0mainK