parent
7776b6b4f0
commit
3b5fa9075a
|
@ -61,7 +61,7 @@ In case you only need to execute a unit test, because your implementation can be
|
|||
|
||||
These kind of tests require firing up a whole cluster of nodes, before the tests can actually be run. Compared to unit tests they are obviously way more time consuming, but the test infrastructure tries to minimize the time cost by only restarting the whole cluster, if this is configured explicitly.
|
||||
|
||||
The class your tests have to inherit from is `ElasticsearchIntegrationTest`. As soon as you inherit, there is no need for you to start any elasticsearch nodes manually in your test anymore, though you might need to ensure that at least a certain amount of nodes is up and running.
|
||||
The class your tests have to inherit from is `ElasticsearchIntegrationTest`. As soon as you inherit, there is no need for you to start any elasticsearch nodes manually in your test anymore, though you might need to ensure that at least a certain number of nodes is up.
|
||||
|
||||
[[number-of-shards]]
|
||||
==== number of shards
|
||||
|
|
Loading…
Reference in New Issue