File tree Expand file tree Collapse file tree
server/src/test/java/org/elasticsearch/threadpool Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040public 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments