Skip to content

Commit

Permalink
Remove AwaitsFix for issues that marked as completed (elastic#101919)
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Nov 9, 2023
1 parent 6b72def commit 1efb62b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ public void testInvalidShardCountSettingsWithoutPrefix() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/96578")
public void testCreateAndDeleteIndexConcurrently() throws InterruptedException {
createIndex("test");
final AtomicInteger indexVersion = new AtomicInteger(0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ private void assertEngineTypes() {
}
}

@AwaitsFix(bugUrl = "ES-4677")
public void testRelocation() {
var routingTableWatcher = new RoutingTableWatcher();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
}

/** Check that the reset method cleans up a feature */
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97780")
public void testResetSystemIndices() throws Exception {
String systemIndex1 = ".test-system-idx-1";
String systemIndex2 = ".second-test-system-idx-1";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,6 @@ public void doTestDocValueRangeQueries(NumberType type, Supplier<Number> valueSu
dir.close();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/74057")
public void testIndexSortIntRange() throws Exception {
doTestIndexSortRangeQueries(NumberType.INTEGER, random()::nextInt);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public void testStringField() throws IOException {
/**
* Attempting to use HDRPercentileAggregation on a range field throws IllegalArgumentException
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42949")
public void testRangeField() throws IOException {
// Currently fails (throws ClassCast exception), but should be fixed once HDRPercentileAggregation uses the ValuesSource registry
final String fieldName = "range";
Expand Down

0 comments on commit 1efb62b

Please sign in to comment.