numenta / htm.java

Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).
GNU Affero General Public License v3.0
308 stars 160 forks source link

Separate integration tests #531

Open codeallthethingz opened 6 years ago

codeallthethingz commented 6 years ago

Currently there are long running tests (10s+) that should be separated out so that the fast tests can be run more frequently to reduce the dev cycle for developers.

cogmission commented 6 years ago

Hi @willwandering,

I'm curious if you tried the gradle command:

gradle -Pskipbench check

??

That is there so that the benchmarks aren't run and makes the gradle check command go faster.

Anyway, I'm concerned that certain tests may be skipped and that full coverage of any new development's impact may be overlooked? Also, in the build.gradle file I documented a way to run individual tests - which are more appropriate for quick testing and avoiding a full waiting period. So I'm not sure this is needed, though we can talk about it more?

Thanks for getting involved! :-)

David