finn-no / solr-integrationtest-support

Integration testing with Solr made easy
http://finn-no.github.io/solr-integrationtest-support/development/javadocs
Apache License 2.0
3 stars 0 forks source link

multithread support #3

Open fmmr opened 8 years ago

fmmr commented 8 years ago

today we need to run maven (or actually surefire) in single-thread mode because each test need exclusive access to a common data-dir on disk.

-possible solutions: use in-memory datadir somehow -each test-class can have it's own datadir

fmmr commented 8 years ago

reponed - does not work as intended for some internal FINN-tests. Must be investigated further.