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 e3a1981 commit 9bb620eCopy full SHA for 9bb620e
server/src/test/java/org/elasticsearch/routing/PartitionedRoutingIT.java
@@ -19,6 +19,7 @@
19
20
package org.elasticsearch.routing;
21
22
+import org.apache.lucene.util.Constants;
23
import org.elasticsearch.action.search.SearchResponse;
24
import org.elasticsearch.cluster.node.DiscoveryNode;
25
import org.elasticsearch.common.settings.Settings;
@@ -58,6 +59,8 @@ public void testVariousPartitionSizes() throws Exception {
58
59
}
60
61
public void testShrinking() throws Exception {
62
+ assumeFalse("http://github.com/elastic/elasticsearch/issues/33857", Constants.WINDOWS);
63
+
64
// creates random routing groups and repeatedly halves the index until it is down to 1 shard
65
// verifying that the count is correct for each shrunken index
66
final int partitionSize = 3;
0 commit comments