Disable bw testing due to license expiration.
Relates to elastic/elasticsearch#3858 Original commit: elastic/x-pack-elasticsearch@7d676b96d3
This commit is contained in:
parent
546e364417
commit
47079cf5d1
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
package org.elasticsearch;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
import org.elasticsearch.client.Client;
|
||||
import org.elasticsearch.common.bytes.BytesArray;
|
||||
|
@ -64,6 +65,7 @@ import static org.hamcrest.Matchers.equalTo;
|
|||
* <li>This document in {@code index3}: {@code {"title": "bwc_test_user should not see this index"}}</li>
|
||||
* </ul>
|
||||
**/
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/3858")
|
||||
public class OldSecurityIndexBackwardsCompatibilityIT extends AbstractOldXPackIndicesBackwardsCompatibilityTestCase {
|
||||
@Override
|
||||
protected boolean shouldTestVersion(Version version) {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
package org.elasticsearch.xpack.monitoring;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
import org.elasticsearch.AbstractOldXPackIndicesBackwardsCompatibilityTestCase;
|
||||
import org.elasticsearch.Version;
|
||||
import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse;
|
||||
|
@ -42,6 +43,7 @@ import static org.hamcrest.Matchers.hasKey;
|
|||
/**
|
||||
* Tests for monitoring indexes created before 5.0.
|
||||
*/
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/3858")
|
||||
public class OldMonitoringIndicesBackwardsCompatibilityIT extends AbstractOldXPackIndicesBackwardsCompatibilityTestCase {
|
||||
private final boolean httpExporter = randomBoolean();
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
package org.elasticsearch.xpack.watcher;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
import org.elasticsearch.AbstractOldXPackIndicesBackwardsCompatibilityTestCase;
|
||||
import org.elasticsearch.Version;
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
|
@ -31,6 +32,7 @@ import static org.hamcrest.Matchers.not;
|
|||
/**
|
||||
* Tests for watcher indexes created before 5.0.
|
||||
*/
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/3858")
|
||||
public class OldWatcherIndicesBackwardsCompatibilityIT extends AbstractOldXPackIndicesBackwardsCompatibilityTestCase {
|
||||
@Override
|
||||
public Settings nodeSettings(int ord) {
|
||||
|
|
Loading…
Reference in New Issue