We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861b73e commit eabfc36Copy full SHA for eabfc36
server/src/internalClusterTest/java/org/opensearch/cluster/routing/WeightedRoutingIT.java
@@ -898,7 +898,7 @@ public void testCustomPreferenceShardIdCombination() {
898
for (int i = 0; i < 30; i++) {
899
client().prepareIndex("test_index").setId(String.valueOf(i)).setSource("field", "value" + i).get();
900
}
901
- refresh("test_index");
+ refreshAndWaitForReplication("test_index");
902
903
/*
904
Execute the same match all query with custom string preference.
0 commit comments