Skip to content

Commit ea4f991

Browse files
Fix
Changed double shard value from 2.1... to 1.1...
1 parent 7ef9f72 commit ea4f991

File tree

1 file changed

+2
-2
lines changed
  • rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cluster.allocation_explain

1 file changed

+2
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cluster.allocation_explain/10_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585

8686
- do:
8787
cluster.allocation_explain:
88-
body: { "index": "test", "shard": 2.1234567891234567, "primary": true }
88+
body: { "index": "test", "shard": 1.1234567891234567, "primary": true }
8989

9090
- match: { current_state: "started" }
9191
- is_true: current_node.id
9292
- match: { index: "test" }
93-
- match: { shard: 2 }
93+
- match: { shard: 1 }
9494
- match: { primary: true }
9595
- is_true: can_remain_on_current_node
9696
- is_true: can_rebalance_cluster

0 commit comments

Comments
 (0)