Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class ClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
.module("mapper-extras")
.feature(FeatureFlag.TIME_SERIES_MODE)
.feature(FeatureFlag.DLM_ENABLED)
.nodes(2)
.build();

public ClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
index:
number_of_shards: 5
number_of_routing_shards: 5
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
index:
number_of_shards: 5
number_of_routing_shards: 5
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
settings:
index:
refresh_interval: -1
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@ _doc_count:
indices.create:
index: test
body:
settings:
number_of_replicas: 1
mappings:
_source:
mode: synthetic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
index:
number_of_shards: 5
number_of_routing_shards: 5
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
settings:
index:
refresh_interval: -1
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
index:
number_of_shards: 5
number_of_routing_shards: 5
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
body:
settings:
refresh_interval: -1
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
index:
number_of_shards: 5
number_of_routing_shards: 5
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,10 @@ setup:
indices.clone:
index: "source"
target: "target"
wait_for_active_shards: 1
master_timeout: 10s
body:
settings:
index.number_of_replicas: 1
index.number_of_shards: 2

- do:
cluster.health:
wait_for_status: green

- do:
get:
index: target
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
index:
number_of_shards: 5
number_of_routing_shards: 5
number_of_replicas: 1

- do:
cluster.health:
wait_for_status: green

- do:
update:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public class CoreWithSecurityClientYamlTestSuiteIT extends ESClientYamlSuiteTest
.setting("xpack.security.autoconfiguration.enabled", "false")
.user(USER, PASS)
.feature(FeatureFlag.TIME_SERIES_MODE)
.nodes(2)
.build();

public CoreWithSecurityClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {
Expand Down