Test: Prevent use of transport client when testing changed transports
This makes sure, that the transport client is not used, as it would use a different than the configured local transport mechanism in this test.
This commit is contained in:
parent
45ca7771ee
commit
357ab3a9d8
|
@ -39,7 +39,7 @@ import static org.hamcrest.Matchers.*;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ClusterScope(scope = Scope.SUITE, numDataNodes = 2)
|
@ClusterScope(scope = Scope.SUITE, numDataNodes = 2, transportClientRatio = 0.0)
|
||||||
public class PluggableTransportModuleTests extends ElasticsearchIntegrationTest {
|
public class PluggableTransportModuleTests extends ElasticsearchIntegrationTest {
|
||||||
|
|
||||||
public static final AtomicInteger SENT_REQUEST_COUNTER = new AtomicInteger(0);
|
public static final AtomicInteger SENT_REQUEST_COUNTER = new AtomicInteger(0);
|
||||||
|
|
Loading…
Reference in New Issue