Skip to content

Commit 113b161

Browse files
committed
Fix descriptions
1 parent 3f45f14 commit 113b161

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public void testGetMaxSnapshotCores() {
371371
assertThat(getMaxSnapshotThreadPoolSize(allocatedProcessors, ByteSizeValue.ofGb(4)), equalTo(10));
372372
}
373373

374-
@AwaitsFix(bugUrl = "test")
374+
@AwaitsFix(bugUrl = "It does not")
375375
public void testWriteThreadPoolUsesTaskExecutionTimeTrackingEsThreadPoolExecutor() {
376376
final ThreadPool threadPool = new TestThreadPool("test", Settings.EMPTY);
377377
try {
@@ -490,7 +490,7 @@ public void testScheduledFixedDelayForceExecution() {
490490
}
491491
}
492492

493-
@AwaitsFix(bugUrl = "Not yet")
493+
@AwaitsFix(bugUrl = "Write thread pool is one of the new virtual ones")
494494
public void testDetailedUtilizationMetric() throws Exception {
495495
final RecordingMeterRegistry meterRegistry = new RecordingMeterRegistry();
496496
final BuiltInExecutorBuilders builtInExecutorBuilders = new DefaultBuiltInExecutorBuilders();
@@ -570,7 +570,7 @@ public void testDetailedUtilizationMetric() throws Exception {
570570
}
571571
}
572572

573-
@AwaitsFix(bugUrl = "test")
573+
@AwaitsFix(bugUrl = "Generic, write and write coordination have no metrics now")
574574
public void testThreadCountMetrics() throws Exception {
575575
final RecordingMeterRegistry meterRegistry = new RecordingMeterRegistry();
576576
final BuiltInExecutorBuilders builtInExecutorBuilders = new DefaultBuiltInExecutorBuilders();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void testCorrectThreadPoolTypePermittedInSettings() {
4949
}
5050
}
5151

52-
@AwaitsFix(bugUrl = "Not right now")
52+
@AwaitsFix(bugUrl = "Write thread pool is virtual now, hence doesn't support max size")
5353
public void testWriteThreadPoolsMaxSize() throws InterruptedException {
5454
final int maxSize = 1 + EsExecutors.allocatedProcessors(Settings.EMPTY);
5555
final int tooBig = randomIntBetween(1 + maxSize, Integer.MAX_VALUE);

0 commit comments

Comments
 (0)