Test wouldn't compile w/o these annotations.
This commit is contained in:
parent
c4cfb9d7b5
commit
b8652b1224
|
@ -35,7 +35,15 @@ import java.util.List;
|
|||
import java.util.Map.Entry;
|
||||
import java.util.Set;
|
||||
|
||||
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.SUITE)
|
||||
@ESIntegTestCase.ClusterScope(
|
||||
scope = ESIntegTestCase.Scope.SUITE,
|
||||
minNumDataNodes = 1,
|
||||
numDataNodes = 2,
|
||||
maxNumDataNodes = 3,
|
||||
numClientNodes = 1,
|
||||
transportClientRatio = 0.5,
|
||||
supportsDedicatedMasters = true,
|
||||
randomDynamicTemplates = true)
|
||||
public class RankEvalRequestTests extends ESIntegTestCase {
|
||||
@Override
|
||||
protected Collection<Class<? extends Plugin>> transportClientPlugins() {
|
||||
|
|
Loading…
Reference in New Issue