Skip to content

Commit 6aa920e

Browse files
committed
AwaitsFix for #94935
1 parent 2ac20c0 commit 6aa920e

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/cluster/routing/allocation/DiskThresholdMonitorIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
package org.elasticsearch.cluster.routing.allocation;
1010

11+
import org.apache.lucene.tests.util.LuceneTestCase;
1112
import org.elasticsearch.cluster.DiskUsageIntegTestCase;
1213
import org.elasticsearch.cluster.metadata.IndexMetadata;
1314
import org.elasticsearch.cluster.routing.ShardRouting;
@@ -27,6 +28,7 @@
2728
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertBlocked;
2829
import static org.hamcrest.Matchers.equalTo;
2930

31+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94935")
3032
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
3133
public class DiskThresholdMonitorIT extends DiskUsageIntegTestCase {
3234

server/src/internalClusterTest/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
package org.elasticsearch.cluster.routing.allocation.decider;
1010

11+
import org.apache.lucene.tests.util.LuceneTestCase;
1112
import org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse;
1213
import org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse;
1314
import org.elasticsearch.action.admin.indices.stats.ShardStats;
@@ -53,6 +54,7 @@
5354
import static org.hamcrest.Matchers.equalTo;
5455
import static org.hamcrest.Matchers.is;
5556

57+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94935")
5658
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
5759
public class DiskThresholdDeciderIT extends DiskUsageIntegTestCase {
5860

x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage/ProactiveStorageIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.elasticsearch.xpack.autoscaling.storage;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.action.admin.indices.rollover.RolloverRequest;
1112
import org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse;
1213
import org.elasticsearch.action.admin.indices.template.put.PutComposableIndexTemplateAction;
@@ -35,6 +36,7 @@
3536

3637
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;
3738

39+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94935")
3840
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
3941
public class ProactiveStorageIT extends AutoscalingStorageIntegTestCase {
4042

x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage/ReactiveStorageIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.elasticsearch.xpack.autoscaling.storage;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.action.admin.indices.shrink.ResizeType;
1112
import org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse;
1213
import org.elasticsearch.action.index.IndexRequestBuilder;
@@ -43,6 +44,7 @@
4344
import static org.hamcrest.Matchers.is;
4445
import static org.hamcrest.Matchers.notNullValue;
4546

47+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94935")
4648
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
4749
public class ReactiveStorageIT extends AutoscalingStorageIntegTestCase {
4850

x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/allocation/SearchableSnapshotDiskThresholdIntegTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.elasticsearch.xpack.searchablesnapshots.allocation;
99

10+
import org.apache.lucene.tests.util.LuceneTestCase;
1011
import org.elasticsearch.action.ActionListener;
1112
import org.elasticsearch.blobcache.shared.SharedBlobCacheService;
1213
import org.elasticsearch.cluster.ClusterInfoService;
@@ -70,6 +71,7 @@
7071
import static org.hamcrest.Matchers.equalTo;
7172
import static org.hamcrest.Matchers.is;
7273

74+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94935")
7375
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
7476
public class SearchableSnapshotDiskThresholdIntegTests extends DiskUsageIntegTestCase {
7577

0 commit comments

Comments
 (0)