Test wouldn't compile w/o these annotations.

This commit is contained in:
Isabel Drost-Fromm 2016-09-07 11:21:29 +02:00
parent c4cfb9d7b5
commit b8652b1224
1 changed files with 9 additions and 1 deletions

View File

@ -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() {