Skip to content

Commit 0217c87

Browse files
mch2Vishalks
authored andcommitted
Unmute RelocationIT.testRelocationWhileIndexingRandom. (opensearch-project#4580)
Signed-off-by: Marc Handalian <handalm@amazon.com> Signed-off-by: Marc Handalian <handalm@amazon.com> Signed-off-by: Vishal Sarda <vsarda@amazon.com>
1 parent f32d316 commit 0217c87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4444
- [Segment Replication] Update replicas to commit SegmentInfos instead of relying on SIS files from primary shards. ([#4402](https://github.com/opensearch-project/OpenSearch/pull/4402))
4545
- [CCR] Add getHistoryOperationsFromTranslog method to fetch the history snapshot from translogs ([#3948](https://github.com/opensearch-project/OpenSearch/pull/3948))
4646
- [Remote Store] Change behaviour in replica recovery for remote translog enabled indices ([#4318](https://github.com/opensearch-project/OpenSearch/pull/4318))
47+
- Unmute test RelocationIT.testRelocationWhileIndexingRandom ([#4580](https://github.com/opensearch-project/OpenSearch/pull/4580))
4748

4849
### Deprecated
4950

@@ -103,4 +104,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
103104

104105

105106
[Unreleased]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...HEAD
106-
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x
107+
[2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.2.0...2.x

server/src/internalClusterTest/java/org/opensearch/recovery/RelocationIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ public void testSimpleRelocationNoIndexing() {
191191
assertThat(client().prepareSearch("test").setSize(0).execute().actionGet().getHits().getTotalHits().value, equalTo(20L));
192192
}
193193

194-
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
195194
public void testRelocationWhileIndexingRandom() throws Exception {
196195
int numberOfRelocations = scaledRandomIntBetween(1, rarely() ? 10 : 4);
197196
int numberOfReplicas = randomBoolean() ? 0 : 1;

0 commit comments

Comments
 (0)