Skip to content

Commit b2cee96

Browse files
author
Lukas Wegmann
authored
Mute tests affected by elastic#90210 (elastic#90256)
1 parent ff55cd0 commit b2cee96

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

server/src/test/java/org/elasticsearch/threadpool/ScalingThreadPoolTests.java

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

4040
public class ScalingThreadPoolTests extends ESThreadPoolTestCase {
4141

42+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90210")
4243
public void testScalingThreadPoolConfiguration() throws InterruptedException {
4344
final String threadPoolName = randomThreadPool(ThreadPool.ThreadPoolType.SCALING);
4445
final Settings.Builder builder = Settings.builder();
@@ -147,6 +148,7 @@ public void testScalingThreadPoolIsBounded() throws InterruptedException {
147148
});
148149
}
149150

151+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90210")
150152
public void testScalingThreadPoolThreadsAreTerminatedAfterKeepAlive() throws InterruptedException {
151153
final String threadPoolName = randomThreadPool(ThreadPool.ThreadPoolType.SCALING);
152154
final int min = "generic".equals(threadPoolName) ? 4 : 1;

server/src/test/java/org/elasticsearch/threadpool/UpdateThreadPoolSettingsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public void testFixedExecutorType() throws InterruptedException {
112112
}
113113
}
114114

115+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90210")
115116
public void testScalingExecutorType() throws InterruptedException {
116117
String threadPoolName = randomThreadPool(ThreadPool.ThreadPoolType.SCALING);
117118
ThreadPool threadPool = null;

0 commit comments

Comments
 (0)