mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
[Unmute] IndexPrimaryRelocationIT (#2488)
Unmutes IndexPrimaryRelocationIT.testPrimaryRelocationWhileIndexing which was fixed by LuceneChangesSnapshot using accurate ops history. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
parent
f52f6f5052
commit
bd21043d65
@ -56,7 +56,6 @@ public class IndexPrimaryRelocationIT extends OpenSearchIntegTestCase {
|
|||||||
|
|
||||||
private static final int RELOCATION_COUNT = 15;
|
private static final int RELOCATION_COUNT = 15;
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063")
|
|
||||||
public void testPrimaryRelocationWhileIndexing() throws Exception {
|
public void testPrimaryRelocationWhileIndexing() throws Exception {
|
||||||
internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(2, 3));
|
internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(2, 3));
|
||||||
client().admin()
|
client().admin()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user