Original commit: elastic/x-pack-elasticsearch@be8fbc156e
This commit is contained in:
Robert Muir 2015-09-29 21:32:41 -04:00
parent 4d71d18f50
commit e11191fd03
2 changed files with 6 additions and 0 deletions

View File

@ -41,10 +41,13 @@ import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcke
import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.Matchers.notNullValue;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
// Transport Client instantiation also calls the marvel plugin, which then fails to find modules // Transport Client instantiation also calls the marvel plugin, which then fails to find modules
@SuppressLocalMode @SuppressLocalMode
@ClusterScope(scope = TEST, transportClientRatio = 0.0, numDataNodes = 0, numClientNodes = 0) @ClusterScope(scope = TEST, transportClientRatio = 0.0, numDataNodes = 0, numClientNodes = 0)
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/729")
public class HttpExporterTests extends MarvelIntegTestCase { public class HttpExporterTests extends MarvelIntegTestCase {
final static AtomicLong timeStampGenerator = new AtomicLong(); final static AtomicLong timeStampGenerator = new AtomicLong();

View File

@ -23,7 +23,10 @@ import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import static org.elasticsearch.test.ESIntegTestCase.Scope.SUITE; import static org.elasticsearch.test.ESIntegTestCase.Scope.SUITE;
import static org.hamcrest.Matchers.greaterThan; import static org.hamcrest.Matchers.greaterThan;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
@ClusterScope(scope = SUITE, maxNumDataNodes = 2) @ClusterScope(scope = SUITE, maxNumDataNodes = 2)
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/729")
public class ClusterStatsTests extends MarvelIntegTestCase { public class ClusterStatsTests extends MarvelIntegTestCase {
@Override @Override