elasticsearch-api 7.11.0 → 7.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -8
- data/Rakefile +46 -62
- data/lib/elasticsearch/api.rb +3 -1
- data/lib/elasticsearch/api/actions/bulk.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/aliases.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/allocation.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/count.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/health.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/help.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/indices.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/master.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/nodes.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/plugins.rb +3 -1
- data/lib/elasticsearch/api/actions/cat/recovery.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/repositories.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/segments.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/shards.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/tasks.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/templates.rb +1 -1
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +1 -1
- data/lib/elasticsearch/api/actions/clear_scroll.rb +1 -1
- data/lib/elasticsearch/api/actions/close_point_in_time.rb +42 -0
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/health.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/put_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/remote_info.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/reroute.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/state.rb +1 -1
- data/lib/elasticsearch/api/actions/cluster/stats.rb +1 -1
- data/lib/elasticsearch/api/actions/count.rb +1 -1
- data/lib/elasticsearch/api/actions/create.rb +1 -1
- data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +1 -1
- data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +1 -1
- data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +1 -1
- data/lib/elasticsearch/api/actions/delete.rb +1 -1
- data/lib/elasticsearch/api/actions/delete_by_query.rb +1 -1
- data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +1 -1
- data/lib/elasticsearch/api/actions/delete_script.rb +1 -1
- data/lib/elasticsearch/api/actions/exists.rb +1 -1
- data/lib/elasticsearch/api/actions/exists_source.rb +1 -1
- data/lib/elasticsearch/api/actions/explain.rb +1 -1
- data/lib/elasticsearch/api/actions/features/get_features.rb +51 -0
- data/lib/elasticsearch/api/actions/features/params_registry.rb +60 -0
- data/lib/elasticsearch/api/actions/features/reset_features.rb +47 -0
- data/lib/elasticsearch/api/actions/field_caps.rb +1 -1
- data/lib/elasticsearch/api/actions/get.rb +1 -1
- data/lib/elasticsearch/api/actions/get_script.rb +1 -1
- data/lib/elasticsearch/api/actions/get_script_context.rb +1 -1
- data/lib/elasticsearch/api/actions/get_script_languages.rb +1 -1
- data/lib/elasticsearch/api/actions/get_source.rb +1 -1
- data/lib/elasticsearch/api/actions/index.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/add_block.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/analyze.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/clone.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/close.rb +2 -2
- data/lib/elasticsearch/api/actions/indices/create.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/exists_type.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/flush.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/flush_synced.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_index_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/open.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_index_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/put_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/recovery.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/refresh.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/resolve_index.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/rollover.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/segments.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/shrink.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/simulate_template.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/split.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/stats.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/upgrade.rb +1 -1
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +1 -1
- data/lib/elasticsearch/api/actions/info.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb +43 -0
- data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +3 -1
- data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +1 -1
- data/lib/elasticsearch/api/actions/ingest/simulate.rb +1 -1
- data/lib/elasticsearch/api/actions/mget.rb +1 -1
- data/lib/elasticsearch/api/actions/msearch.rb +1 -1
- data/lib/elasticsearch/api/actions/msearch_template.rb +1 -1
- data/lib/elasticsearch/api/actions/mtermvectors.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/info.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +1 -1
- data/lib/elasticsearch/api/actions/nodes/stats.rb +4 -2
- data/lib/elasticsearch/api/actions/nodes/usage.rb +1 -1
- data/lib/elasticsearch/api/actions/open_point_in_time.rb +64 -0
- data/lib/elasticsearch/api/actions/ping.rb +1 -1
- data/lib/elasticsearch/api/actions/put_script.rb +1 -1
- data/lib/elasticsearch/api/actions/rank_eval.rb +1 -1
- data/lib/elasticsearch/api/actions/reindex.rb +1 -1
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +1 -1
- data/lib/elasticsearch/api/actions/render_search_template.rb +1 -1
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +1 -1
- data/lib/elasticsearch/api/actions/scroll.rb +1 -1
- data/lib/elasticsearch/api/actions/search.rb +4 -2
- data/lib/elasticsearch/api/actions/search_shards.rb +1 -1
- data/lib/elasticsearch/api/actions/search_template.rb +1 -1
- data/lib/elasticsearch/api/actions/shutdown/delete_node.rb +52 -0
- data/lib/elasticsearch/api/actions/shutdown/get_node.rb +54 -0
- data/lib/elasticsearch/api/actions/shutdown/params_registry.rb +60 -0
- data/lib/elasticsearch/api/actions/shutdown/put_node.rb +54 -0
- data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/clone.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/create.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/delete.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/get.rb +3 -1
- data/lib/elasticsearch/api/actions/snapshot/get_features.rb +51 -0
- data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/restore.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/status.rb +1 -1
- data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/cancel.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/get.rb +1 -1
- data/lib/elasticsearch/api/actions/tasks/list.rb +1 -1
- data/lib/elasticsearch/api/actions/termvectors.rb +1 -1
- data/lib/elasticsearch/api/actions/update.rb +1 -1
- data/lib/elasticsearch/api/actions/update_by_query.rb +1 -1
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +1 -1
- data/lib/elasticsearch/api/namespace/features.rb +36 -0
- data/lib/elasticsearch/api/namespace/shutdown.rb +37 -0
- data/lib/elasticsearch/api/version.rb +1 -1
- data/spec/elasticsearch/api/actions/close_point_in_time_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/features/get_features_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/features/reset_features_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb +34 -0
- data/spec/elasticsearch/api/actions/open_point_in_time_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb +44 -0
- data/spec/elasticsearch/api/actions/{indices/freeze_spec.rb → shutdown/get_node_spec.rb} +12 -51
- data/spec/elasticsearch/api/actions/shutdown/put_node_spec.rb +50 -0
- data/spec/elasticsearch/api/actions/snapshot/get_features_spec.rb +38 -0
- data/spec/elasticsearch/api/rest_api_yaml_spec.rb +7 -0
- data/spec/rest_yaml_tests_helper.rb +16 -52
- data/spec/skipped_tests.yml +29 -0
- data/utils/Gemfile +4 -3
- data/utils/thor/generate_source.rb +1 -2
- data/utils/thor/generator/endpoint_specifics.rb +4 -0
- data/utils/thor/generator/files_helper.rb +38 -20
- data/utils/thor/templates/_perform_request.erb +1 -1
- metadata +36 -9
- data/lib/elasticsearch/api/actions/indices/freeze.rb +0 -56
- data/lib/elasticsearch/api/actions/indices/unfreeze.rb +0 -56
- data/spec/elasticsearch/api/actions/indices/unfreeze_spec.rb +0 -85
@@ -0,0 +1,50 @@
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
3
|
+
# this work for additional information regarding copyright
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
6
|
+
# not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
12
|
+
# software distributed under the License is distributed on an
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
14
|
+
# KIND, either express or implied. See the License for the
|
15
|
+
# specific language governing permissions and limitations
|
16
|
+
# under the License.
|
17
|
+
|
18
|
+
require 'spec_helper'
|
19
|
+
|
20
|
+
describe 'client.shutdown#put_node' do
|
21
|
+
let(:expected_args) do
|
22
|
+
[
|
23
|
+
'PUT',
|
24
|
+
'_nodes/id/shutdown',
|
25
|
+
{},
|
26
|
+
{},
|
27
|
+
{}
|
28
|
+
]
|
29
|
+
end
|
30
|
+
|
31
|
+
it 'performs the request' do
|
32
|
+
expect(client_double.shutdown.put_node(body: {}, node_id: 'id')).to eq({})
|
33
|
+
end
|
34
|
+
|
35
|
+
let(:client) do
|
36
|
+
Class.new { include Elasticsearch::API }.new
|
37
|
+
end
|
38
|
+
|
39
|
+
it 'raises an error if no node_id is provided' do
|
40
|
+
expect {
|
41
|
+
client.shutdown.put_node(body: {})
|
42
|
+
}.to raise_exception(ArgumentError)
|
43
|
+
end
|
44
|
+
|
45
|
+
it 'raises an error if no body is provided' do
|
46
|
+
expect {
|
47
|
+
client.shutdown.put_node(node_id: 'id')
|
48
|
+
}.to raise_exception(ArgumentError)
|
49
|
+
end
|
50
|
+
end
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
3
|
+
# this work for additional information regarding copyright
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
6
|
+
# not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
12
|
+
# software distributed under the License is distributed on an
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
14
|
+
# KIND, either express or implied. See the License for the
|
15
|
+
# specific language governing permissions and limitations
|
16
|
+
# under the License.
|
17
|
+
|
18
|
+
require 'spec_helper'
|
19
|
+
|
20
|
+
describe 'client.snapshot#get' do
|
21
|
+
let(:expected_args) do
|
22
|
+
[
|
23
|
+
'GET',
|
24
|
+
'_snapshottable_features',
|
25
|
+
{},
|
26
|
+
nil,
|
27
|
+
{}
|
28
|
+
]
|
29
|
+
end
|
30
|
+
|
31
|
+
let(:client) do
|
32
|
+
Class.new { include Elasticsearch::API }.new
|
33
|
+
end
|
34
|
+
|
35
|
+
it 'performs the request' do
|
36
|
+
expect(client_double.snapshot.get_features).to eq({})
|
37
|
+
end
|
38
|
+
end
|
@@ -6,6 +6,13 @@ require 'spec_helper'
|
|
6
6
|
require 'rest_yaml_tests_helper'
|
7
7
|
|
8
8
|
describe 'Rest API YAML tests' do
|
9
|
+
if REST_API_YAML_FILES.empty?
|
10
|
+
logger = Logger.new($stdout)
|
11
|
+
logger.error 'No test files found!'
|
12
|
+
logger.info 'Use rake rake test:download_artifacts in the root directory of the project to download the test artifacts.'
|
13
|
+
exit 1
|
14
|
+
end
|
15
|
+
|
9
16
|
# Traverse YAML files and create TestFile object:
|
10
17
|
REST_API_YAML_FILES.each do |file|
|
11
18
|
begin
|
@@ -20,7 +20,7 @@ require "#{File.expand_path(File.dirname('..'), '..')}/api-spec-testing/rspec_ma
|
|
20
20
|
include Elasticsearch::RestAPIYAMLTests
|
21
21
|
|
22
22
|
TRANSPORT_OPTIONS = {}
|
23
|
-
PROJECT_PATH = File.join(File.dirname(__FILE__), '..'
|
23
|
+
PROJECT_PATH = File.join(File.dirname(__FILE__), '..')
|
24
24
|
|
25
25
|
if (hosts = ELASTICSEARCH_URL)
|
26
26
|
split_hosts = hosts.split(',').map do |host|
|
@@ -47,71 +47,35 @@ if defined?(TEST_HOST) && defined?(TEST_PORT)
|
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
50
|
-
|
51
|
-
YAML_FILES_DIRECTORY = "#{File.expand_path(File.dirname('..'), '..')}" +
|
52
|
-
'/tmp/elasticsearch/rest-api-spec/src/main/resources/rest-api-spec/test'
|
50
|
+
YAML_FILES_DIRECTORY = "#{PROJECT_PATH}/../tmp/rest-api-spec/test/free"
|
53
51
|
|
54
52
|
SINGLE_TEST = if ENV['SINGLE_TEST'] && !ENV['SINGLE_TEST'].empty?
|
55
53
|
test_target = ENV['SINGLE_TEST']
|
56
|
-
path = File.expand_path(File.dirname('..'), '..')
|
57
54
|
|
58
55
|
if test_target.match?(/\.yml$/)
|
59
|
-
["#{
|
56
|
+
["#{PROJECT_PATH}/../tmp/rest-api-spec/test/free/#{test_target}"]
|
60
57
|
else
|
61
58
|
Dir.glob(
|
62
|
-
["#{
|
59
|
+
["#{PROJECT_PATH}/../tmp/rest-api-spec/test/free/#{test_target}/*.yml"]
|
63
60
|
)
|
64
61
|
end
|
65
62
|
end
|
66
63
|
|
67
|
-
skipped_tests = []
|
68
|
-
|
69
|
-
# Response from Elasticsearch is just a String, so it's not possible to compare using headers.
|
70
|
-
skipped_tests << { file: 'cat.aliases/20_headers.yml',
|
71
|
-
description: 'Simple alias with yaml body through Accept header' }
|
72
|
-
|
73
|
-
# Check version skip logic
|
74
|
-
skipped_tests << { file: 'create/15_without_id.yml',
|
75
|
-
description: 'Create without ID' }
|
76
|
-
|
77
|
-
# No error is raised
|
78
|
-
skipped_tests << { file: 'create/15_without_id_with_types.yml',
|
79
|
-
description: 'Create without ID' }
|
80
|
-
|
81
|
-
# Error message doesn't match
|
82
|
-
skipped_tests << { file: 'tasks.get/10_basic.yml',
|
83
|
-
description: 'get task test' }
|
84
|
-
|
85
|
-
# No error is raised
|
86
|
-
skipped_tests << { file: 'cat.allocation/10_basic.yml',
|
87
|
-
description: '*' }
|
88
|
-
|
89
|
-
# Figure out how to match response when there is an error
|
90
|
-
skipped_tests << { file: 'delete/70_mix_typeless_typeful.yml',
|
91
|
-
description: '*' }
|
92
|
-
|
93
|
-
# Figure out how to match response when there is an error
|
94
|
-
skipped_tests << { file: 'cat.templates/10_basic.yml',
|
95
|
-
description: '*' }
|
96
|
-
|
97
|
-
# Responses are there but not equal (eg.: yellow status)
|
98
|
-
skipped_tests << { file: 'cluster.health/10_basic.yml',
|
99
|
-
description: 'cluster health with closed index (pre 7.2.0)' }
|
100
|
-
|
101
|
-
# Regular expression not catching exact match:
|
102
|
-
skipped_tests << { file: 'cat.indices/10_basic.yml',
|
103
|
-
description: 'Test cat indices output for closed index (pre 7.2.0)' }
|
104
|
-
|
105
|
-
# TODO
|
106
|
-
skipped_tests << {
|
107
|
-
file: 'nodes.info/10_basic.yml',
|
108
|
-
description: 'node_info role test'
|
109
|
-
}
|
110
64
|
|
111
|
-
|
65
|
+
# Skipped tests
|
66
|
+
file = File.expand_path(__dir__ + '/skipped_tests.yml')
|
67
|
+
skipped_tests = YAML.load_file(file)
|
112
68
|
|
113
69
|
# The directory of rest api YAML files.
|
114
|
-
REST_API_YAML_FILES =
|
70
|
+
REST_API_YAML_FILES = if ENV['RUN_SKIPPED_TESTS'] # only run the skipped tests if true
|
71
|
+
SKIPPED_TESTS = []
|
72
|
+
skipped_tests.map { |test| "#{YAML_FILES_DIRECTORY}/#{test[:file]}" }
|
73
|
+
else
|
74
|
+
# If not, define the skipped tests constant and try the single test or all
|
75
|
+
# the tests
|
76
|
+
SKIPPED_TESTS = skipped_tests
|
77
|
+
SINGLE_TEST || Dir.glob("#{YAML_FILES_DIRECTORY}/**/*.yml")
|
78
|
+
end
|
115
79
|
|
116
80
|
# The features to skip
|
117
81
|
REST_API_YAML_SKIP_FEATURES = ['warnings', 'node_selector'].freeze
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# Response from Elasticsearch is just a String, so it's not possible to compare using headers.
|
2
|
+
-
|
3
|
+
:file: 'cat.aliases/20_headers.yml'
|
4
|
+
:description: 'Simple alias with yaml body through Accept header'
|
5
|
+
|
6
|
+
# Check version skip logic
|
7
|
+
-
|
8
|
+
:file: 'create/15_without_id.yml'
|
9
|
+
:description: 'Create without ID'
|
10
|
+
|
11
|
+
# No error is raised
|
12
|
+
-
|
13
|
+
:file: 'create/15_without_id_with_types.yml'
|
14
|
+
:description: 'Create without ID'
|
15
|
+
|
16
|
+
# Error message doesn't match
|
17
|
+
-
|
18
|
+
:file: 'tasks.get/10_basic.yml'
|
19
|
+
:description: 'get task test'
|
20
|
+
|
21
|
+
# Figure out how to match response when there is an error
|
22
|
+
-
|
23
|
+
:file: 'delete/70_mix_typeless_typeful.yml'
|
24
|
+
:description: '*'
|
25
|
+
|
26
|
+
# Figure out how to match response when there is an error
|
27
|
+
-
|
28
|
+
:file: 'cat.templates/10_basic.yml'
|
29
|
+
:description: '*'
|
data/utils/Gemfile
CHANGED
@@ -18,10 +18,11 @@
|
|
18
18
|
source 'https://rubygems.org'
|
19
19
|
|
20
20
|
gem 'activesupport'
|
21
|
-
gem '
|
21
|
+
gem 'byebug'
|
22
22
|
gem 'coderay'
|
23
|
-
gem 'multi_json'
|
24
|
-
gem 'thor'
|
25
23
|
gem 'json'
|
24
|
+
gem 'multi_json'
|
26
25
|
gem 'pry'
|
26
|
+
gem 'rest-client'
|
27
27
|
gem 'rubocop'
|
28
|
+
gem 'thor'
|
@@ -66,11 +66,10 @@ module Elasticsearch
|
|
66
66
|
|
67
67
|
def __generate_source(api)
|
68
68
|
@current_api = api
|
69
|
-
@input = FilesHelper.input_dir(api)
|
70
69
|
@output = FilesHelper.output_dir(api)
|
71
70
|
|
72
71
|
FilesHelper.files(api).each do |filepath|
|
73
|
-
@path = Pathname(
|
72
|
+
@path = Pathname(filepath)
|
74
73
|
@json = MultiJson.load(File.read(@path))
|
75
74
|
@spec = @json.values.first
|
76
75
|
say_status 'json', @path, :yellow
|
@@ -21,20 +21,47 @@ require_relative '../../../lib/elasticsearch/api/version.rb'
|
|
21
21
|
module Elasticsearch
|
22
22
|
module API
|
23
23
|
module FilesHelper
|
24
|
-
|
24
|
+
PROJECT_PATH = File.join(File.dirname(__FILE__), '..')
|
25
|
+
SRC_PATH = File.join(PROJECT_PATH, '..', '..', '..', 'tmp/elasticsearch/rest-api-spec/src/main/resources/rest-api-spec/api/')
|
25
26
|
OSS_OUTPUT_DIR = '../../elasticsearch-api/lib/elasticsearch/api/actions'.freeze
|
26
|
-
|
27
|
-
XPACK_SRC_PATH = '../../../../../tmp/elasticsearch/x-pack/plugin/src/test/resources/rest-api-spec/api'.freeze
|
28
27
|
XPACK_OUTPUT_DIR = '../../elasticsearch-xpack/lib/elasticsearch/xpack/api/actions'.freeze
|
29
28
|
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
29
|
+
TESTS_DIRECTORIES = {
|
30
|
+
oss: "#{PROJECT_PATH}/../../../tmp/rest-api-spec/test/free",
|
31
|
+
xpack: "#{PROJECT_PATH}/../../../tmp/rest-api-spec/test/platinum"
|
32
|
+
}.freeze
|
33
|
+
|
34
|
+
# Only get JSON files and remove hidden files
|
35
|
+
def self.files(api)
|
36
|
+
json_files = if api == :xpack
|
37
|
+
xpack_files
|
38
|
+
else
|
39
|
+
Dir.entries(SRC_PATH) - xpack_files
|
40
|
+
end
|
41
|
+
json_files.reject do |file|
|
42
|
+
File.extname(file) != '.json' ||
|
43
|
+
File.basename(file) == '_common.json'
|
44
|
+
end.map { |file| "#{SRC_PATH}#{file}" }
|
45
|
+
end
|
46
|
+
|
47
|
+
XPACK_ENDPOINTS = [
|
48
|
+
'autoscaling', 'cross_cluster_replication', 'ccr', 'data_frame_transform_deprecated',
|
49
|
+
'enrich', 'eql', 'fleet', 'ilm', 'logstash', 'migration', 'watcher', 'slm'
|
50
|
+
]
|
51
|
+
XPACK_ENDPOINTS_REGEXP = /data_stream|ml_|reload_search_analyzers|transform|freeze|unfreeze/
|
52
|
+
|
53
|
+
def self.xpack_files
|
54
|
+
xpack_tests = Dir.entries(TESTS_DIRECTORIES[:xpack])
|
55
|
+
Dir.entries(SRC_PATH).map do |entry|
|
56
|
+
filename = entry.split('.').first
|
57
|
+
next if filename == 'snapshot'
|
58
|
+
|
59
|
+
if xpack_tests.include?(filename) ||
|
60
|
+
XPACK_ENDPOINTS.include?(filename) ||
|
61
|
+
entry.match?(XPACK_ENDPOINTS_REGEXP)
|
62
|
+
entry
|
63
|
+
end
|
64
|
+
end.compact
|
38
65
|
end
|
39
66
|
|
40
67
|
# Path to directory to copy generated files
|
@@ -42,15 +69,6 @@ module Elasticsearch
|
|
42
69
|
api == :xpack ? Pathname(XPACK_OUTPUT_DIR) : Pathname(OSS_OUTPUT_DIR)
|
43
70
|
end
|
44
71
|
|
45
|
-
# Only get JSON files and remove hidden files
|
46
|
-
def self.files(api)
|
47
|
-
Dir.entries(input_dir(api).to_s).reject do |f|
|
48
|
-
f.start_with?('.') ||
|
49
|
-
f.start_with?('_') ||
|
50
|
-
File.extname(f) != '.json'
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
72
|
def self.gem_version
|
55
73
|
regex = /([0-9]{1,2}\.[0-9x]{1,2})/
|
56
74
|
Elasticsearch::API::VERSION.match(regex)[0]
|
@@ -14,7 +14,7 @@ when 'mtermvectors'
|
|
14
14
|
<%- else -%>
|
15
15
|
<%= ' '*(@namespace_depth+3) %>body = <%= @spec['body'].nil? ? 'nil' : 'arguments[:body]' %>
|
16
16
|
<%- end -%>
|
17
|
-
<%- if ['bulk', 'msearch', 'msearch_template'].include? @method_name -%>
|
17
|
+
<%- if ['bulk', 'msearch', 'msearch_template', 'find_structure'].include? @method_name -%>
|
18
18
|
<%= self.send("#{@method_name}_body_helper".to_s) %>
|
19
19
|
headers.merge!("Content-Type" => "application/x-ndjson")
|
20
20
|
<%= ' '*(@namespace_depth+4) %>perform_request(method, path, params, payload, headers).body
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elasticsearch-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karel Minarik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|
@@ -382,6 +382,7 @@ files:
|
|
382
382
|
- lib/elasticsearch/api/actions/cat/templates.rb
|
383
383
|
- lib/elasticsearch/api/actions/cat/thread_pool.rb
|
384
384
|
- lib/elasticsearch/api/actions/clear_scroll.rb
|
385
|
+
- lib/elasticsearch/api/actions/close_point_in_time.rb
|
385
386
|
- lib/elasticsearch/api/actions/cluster/allocation_explain.rb
|
386
387
|
- lib/elasticsearch/api/actions/cluster/delete_component_template.rb
|
387
388
|
- lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb
|
@@ -412,6 +413,9 @@ files:
|
|
412
413
|
- lib/elasticsearch/api/actions/exists.rb
|
413
414
|
- lib/elasticsearch/api/actions/exists_source.rb
|
414
415
|
- lib/elasticsearch/api/actions/explain.rb
|
416
|
+
- lib/elasticsearch/api/actions/features/get_features.rb
|
417
|
+
- lib/elasticsearch/api/actions/features/params_registry.rb
|
418
|
+
- lib/elasticsearch/api/actions/features/reset_features.rb
|
415
419
|
- lib/elasticsearch/api/actions/field_caps.rb
|
416
420
|
- lib/elasticsearch/api/actions/get.rb
|
417
421
|
- lib/elasticsearch/api/actions/get_script.rb
|
@@ -437,7 +441,6 @@ files:
|
|
437
441
|
- lib/elasticsearch/api/actions/indices/flush.rb
|
438
442
|
- lib/elasticsearch/api/actions/indices/flush_synced.rb
|
439
443
|
- lib/elasticsearch/api/actions/indices/forcemerge.rb
|
440
|
-
- lib/elasticsearch/api/actions/indices/freeze.rb
|
441
444
|
- lib/elasticsearch/api/actions/indices/get.rb
|
442
445
|
- lib/elasticsearch/api/actions/indices/get_alias.rb
|
443
446
|
- lib/elasticsearch/api/actions/indices/get_field_mapping.rb
|
@@ -464,12 +467,12 @@ files:
|
|
464
467
|
- lib/elasticsearch/api/actions/indices/simulate_template.rb
|
465
468
|
- lib/elasticsearch/api/actions/indices/split.rb
|
466
469
|
- lib/elasticsearch/api/actions/indices/stats.rb
|
467
|
-
- lib/elasticsearch/api/actions/indices/unfreeze.rb
|
468
470
|
- lib/elasticsearch/api/actions/indices/update_aliases.rb
|
469
471
|
- lib/elasticsearch/api/actions/indices/upgrade.rb
|
470
472
|
- lib/elasticsearch/api/actions/indices/validate_query.rb
|
471
473
|
- lib/elasticsearch/api/actions/info.rb
|
472
474
|
- lib/elasticsearch/api/actions/ingest/delete_pipeline.rb
|
475
|
+
- lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb
|
473
476
|
- lib/elasticsearch/api/actions/ingest/get_pipeline.rb
|
474
477
|
- lib/elasticsearch/api/actions/ingest/params_registry.rb
|
475
478
|
- lib/elasticsearch/api/actions/ingest/processor_grok.rb
|
@@ -486,6 +489,7 @@ files:
|
|
486
489
|
- lib/elasticsearch/api/actions/nodes/shutdown.rb
|
487
490
|
- lib/elasticsearch/api/actions/nodes/stats.rb
|
488
491
|
- lib/elasticsearch/api/actions/nodes/usage.rb
|
492
|
+
- lib/elasticsearch/api/actions/open_point_in_time.rb
|
489
493
|
- lib/elasticsearch/api/actions/params_registry.rb
|
490
494
|
- lib/elasticsearch/api/actions/ping.rb
|
491
495
|
- lib/elasticsearch/api/actions/put_script.rb
|
@@ -499,6 +503,10 @@ files:
|
|
499
503
|
- lib/elasticsearch/api/actions/search.rb
|
500
504
|
- lib/elasticsearch/api/actions/search_shards.rb
|
501
505
|
- lib/elasticsearch/api/actions/search_template.rb
|
506
|
+
- lib/elasticsearch/api/actions/shutdown/delete_node.rb
|
507
|
+
- lib/elasticsearch/api/actions/shutdown/get_node.rb
|
508
|
+
- lib/elasticsearch/api/actions/shutdown/params_registry.rb
|
509
|
+
- lib/elasticsearch/api/actions/shutdown/put_node.rb
|
502
510
|
- lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb
|
503
511
|
- lib/elasticsearch/api/actions/snapshot/clone.rb
|
504
512
|
- lib/elasticsearch/api/actions/snapshot/create.rb
|
@@ -506,6 +514,7 @@ files:
|
|
506
514
|
- lib/elasticsearch/api/actions/snapshot/delete.rb
|
507
515
|
- lib/elasticsearch/api/actions/snapshot/delete_repository.rb
|
508
516
|
- lib/elasticsearch/api/actions/snapshot/get.rb
|
517
|
+
- lib/elasticsearch/api/actions/snapshot/get_features.rb
|
509
518
|
- lib/elasticsearch/api/actions/snapshot/get_repository.rb
|
510
519
|
- lib/elasticsearch/api/actions/snapshot/params_registry.rb
|
511
520
|
- lib/elasticsearch/api/actions/snapshot/restore.rb
|
@@ -523,10 +532,12 @@ files:
|
|
523
532
|
- lib/elasticsearch/api/namespace/cluster.rb
|
524
533
|
- lib/elasticsearch/api/namespace/common.rb
|
525
534
|
- lib/elasticsearch/api/namespace/dangling_indices.rb
|
535
|
+
- lib/elasticsearch/api/namespace/features.rb
|
526
536
|
- lib/elasticsearch/api/namespace/indices.rb
|
527
537
|
- lib/elasticsearch/api/namespace/ingest.rb
|
528
538
|
- lib/elasticsearch/api/namespace/nodes.rb
|
529
539
|
- lib/elasticsearch/api/namespace/remote.rb
|
540
|
+
- lib/elasticsearch/api/namespace/shutdown.rb
|
530
541
|
- lib/elasticsearch/api/namespace/snapshot.rb
|
531
542
|
- lib/elasticsearch/api/namespace/tasks.rb
|
532
543
|
- lib/elasticsearch/api/utils.rb
|
@@ -555,6 +566,7 @@ files:
|
|
555
566
|
- spec/elasticsearch/api/actions/cat/templates_spec.rb
|
556
567
|
- spec/elasticsearch/api/actions/cat/thread_pool_spec.rb
|
557
568
|
- spec/elasticsearch/api/actions/clear_scroll_spec.rb
|
569
|
+
- spec/elasticsearch/api/actions/close_point_in_time_spec.rb
|
558
570
|
- spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb
|
559
571
|
- spec/elasticsearch/api/actions/cluster/get_settings_spec.rb
|
560
572
|
- spec/elasticsearch/api/actions/cluster/health_spec.rb
|
@@ -574,6 +586,8 @@ files:
|
|
574
586
|
- spec/elasticsearch/api/actions/delete_script_spec.rb
|
575
587
|
- spec/elasticsearch/api/actions/exists_document_spec.rb
|
576
588
|
- spec/elasticsearch/api/actions/explain_document_spec.rb
|
589
|
+
- spec/elasticsearch/api/actions/features/get_features_spec.rb
|
590
|
+
- spec/elasticsearch/api/actions/features/reset_features_spec.rb
|
577
591
|
- spec/elasticsearch/api/actions/field_caps_spec.rb
|
578
592
|
- spec/elasticsearch/api/actions/get_document_source_spec.rb
|
579
593
|
- spec/elasticsearch/api/actions/get_document_spec.rb
|
@@ -596,7 +610,6 @@ files:
|
|
596
610
|
- spec/elasticsearch/api/actions/indices/flush_spec.rb
|
597
611
|
- spec/elasticsearch/api/actions/indices/flush_synced_spec.rb
|
598
612
|
- spec/elasticsearch/api/actions/indices/forcemerge_spec.rb
|
599
|
-
- spec/elasticsearch/api/actions/indices/freeze_spec.rb
|
600
613
|
- spec/elasticsearch/api/actions/indices/get_alias_spec.rb
|
601
614
|
- spec/elasticsearch/api/actions/indices/get_field_mapping_spec.rb
|
602
615
|
- spec/elasticsearch/api/actions/indices/get_mapping_spec.rb
|
@@ -615,12 +628,12 @@ files:
|
|
615
628
|
- spec/elasticsearch/api/actions/indices/shrink_spec.rb
|
616
629
|
- spec/elasticsearch/api/actions/indices/split_spec.rb
|
617
630
|
- spec/elasticsearch/api/actions/indices/stats_spec.rb
|
618
|
-
- spec/elasticsearch/api/actions/indices/unfreeze_spec.rb
|
619
631
|
- spec/elasticsearch/api/actions/indices/update_aliases_spec.rb
|
620
632
|
- spec/elasticsearch/api/actions/indices/upgrade_spec.rb
|
621
633
|
- spec/elasticsearch/api/actions/indices/validate_query_spec.rb
|
622
634
|
- spec/elasticsearch/api/actions/info_spec.rb
|
623
635
|
- spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb
|
636
|
+
- spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb
|
624
637
|
- spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb
|
625
638
|
- spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb
|
626
639
|
- spec/elasticsearch/api/actions/ingest/simulate_spec.rb
|
@@ -634,6 +647,7 @@ files:
|
|
634
647
|
- spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
|
635
648
|
- spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
|
636
649
|
- spec/elasticsearch/api/actions/nodes/stats_spec.rb
|
650
|
+
- spec/elasticsearch/api/actions/open_point_in_time_spec.rb
|
637
651
|
- spec/elasticsearch/api/actions/ping_spec.rb
|
638
652
|
- spec/elasticsearch/api/actions/put_script_spec.rb
|
639
653
|
- spec/elasticsearch/api/actions/reindex_spec.rb
|
@@ -643,11 +657,15 @@ files:
|
|
643
657
|
- spec/elasticsearch/api/actions/search_shards_spec.rb
|
644
658
|
- spec/elasticsearch/api/actions/search_spec.rb
|
645
659
|
- spec/elasticsearch/api/actions/search_template_spec.rb
|
660
|
+
- spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb
|
661
|
+
- spec/elasticsearch/api/actions/shutdown/get_node_spec.rb
|
662
|
+
- spec/elasticsearch/api/actions/shutdown/put_node_spec.rb
|
646
663
|
- spec/elasticsearch/api/actions/snapshot/clone_spec.rb
|
647
664
|
- spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb
|
648
665
|
- spec/elasticsearch/api/actions/snapshot/create_spec.rb
|
649
666
|
- spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
|
650
667
|
- spec/elasticsearch/api/actions/snapshot/delete_spec.rb
|
668
|
+
- spec/elasticsearch/api/actions/snapshot/get_features_spec.rb
|
651
669
|
- spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb
|
652
670
|
- spec/elasticsearch/api/actions/snapshot/get_spec.rb
|
653
671
|
- spec/elasticsearch/api/actions/snapshot/restore_spec.rb
|
@@ -664,6 +682,7 @@ files:
|
|
664
682
|
- spec/elasticsearch/api/rest_api_yaml_spec.rb
|
665
683
|
- spec/elasticsearch/api/utils_spec.rb
|
666
684
|
- spec/rest_yaml_tests_helper.rb
|
685
|
+
- spec/skipped_tests.yml
|
667
686
|
- spec/spec_helper.rb
|
668
687
|
- utils/Gemfile
|
669
688
|
- utils/README.md
|
@@ -704,7 +723,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
704
723
|
- !ruby/object:Gem::Version
|
705
724
|
version: '0'
|
706
725
|
requirements: []
|
707
|
-
rubygems_version: 3.
|
726
|
+
rubygems_version: 3.2.16
|
708
727
|
signing_key:
|
709
728
|
specification_version: 4
|
710
729
|
summary: Ruby API for Elasticsearch.
|
@@ -733,6 +752,7 @@ test_files:
|
|
733
752
|
- spec/elasticsearch/api/actions/cat/templates_spec.rb
|
734
753
|
- spec/elasticsearch/api/actions/cat/thread_pool_spec.rb
|
735
754
|
- spec/elasticsearch/api/actions/clear_scroll_spec.rb
|
755
|
+
- spec/elasticsearch/api/actions/close_point_in_time_spec.rb
|
736
756
|
- spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb
|
737
757
|
- spec/elasticsearch/api/actions/cluster/get_settings_spec.rb
|
738
758
|
- spec/elasticsearch/api/actions/cluster/health_spec.rb
|
@@ -752,6 +772,8 @@ test_files:
|
|
752
772
|
- spec/elasticsearch/api/actions/delete_script_spec.rb
|
753
773
|
- spec/elasticsearch/api/actions/exists_document_spec.rb
|
754
774
|
- spec/elasticsearch/api/actions/explain_document_spec.rb
|
775
|
+
- spec/elasticsearch/api/actions/features/get_features_spec.rb
|
776
|
+
- spec/elasticsearch/api/actions/features/reset_features_spec.rb
|
755
777
|
- spec/elasticsearch/api/actions/field_caps_spec.rb
|
756
778
|
- spec/elasticsearch/api/actions/get_document_source_spec.rb
|
757
779
|
- spec/elasticsearch/api/actions/get_document_spec.rb
|
@@ -774,7 +796,6 @@ test_files:
|
|
774
796
|
- spec/elasticsearch/api/actions/indices/flush_spec.rb
|
775
797
|
- spec/elasticsearch/api/actions/indices/flush_synced_spec.rb
|
776
798
|
- spec/elasticsearch/api/actions/indices/forcemerge_spec.rb
|
777
|
-
- spec/elasticsearch/api/actions/indices/freeze_spec.rb
|
778
799
|
- spec/elasticsearch/api/actions/indices/get_alias_spec.rb
|
779
800
|
- spec/elasticsearch/api/actions/indices/get_field_mapping_spec.rb
|
780
801
|
- spec/elasticsearch/api/actions/indices/get_mapping_spec.rb
|
@@ -793,12 +814,12 @@ test_files:
|
|
793
814
|
- spec/elasticsearch/api/actions/indices/shrink_spec.rb
|
794
815
|
- spec/elasticsearch/api/actions/indices/split_spec.rb
|
795
816
|
- spec/elasticsearch/api/actions/indices/stats_spec.rb
|
796
|
-
- spec/elasticsearch/api/actions/indices/unfreeze_spec.rb
|
797
817
|
- spec/elasticsearch/api/actions/indices/update_aliases_spec.rb
|
798
818
|
- spec/elasticsearch/api/actions/indices/upgrade_spec.rb
|
799
819
|
- spec/elasticsearch/api/actions/indices/validate_query_spec.rb
|
800
820
|
- spec/elasticsearch/api/actions/info_spec.rb
|
801
821
|
- spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb
|
822
|
+
- spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb
|
802
823
|
- spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb
|
803
824
|
- spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb
|
804
825
|
- spec/elasticsearch/api/actions/ingest/simulate_spec.rb
|
@@ -812,6 +833,7 @@ test_files:
|
|
812
833
|
- spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
|
813
834
|
- spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
|
814
835
|
- spec/elasticsearch/api/actions/nodes/stats_spec.rb
|
836
|
+
- spec/elasticsearch/api/actions/open_point_in_time_spec.rb
|
815
837
|
- spec/elasticsearch/api/actions/ping_spec.rb
|
816
838
|
- spec/elasticsearch/api/actions/put_script_spec.rb
|
817
839
|
- spec/elasticsearch/api/actions/reindex_spec.rb
|
@@ -821,11 +843,15 @@ test_files:
|
|
821
843
|
- spec/elasticsearch/api/actions/search_shards_spec.rb
|
822
844
|
- spec/elasticsearch/api/actions/search_spec.rb
|
823
845
|
- spec/elasticsearch/api/actions/search_template_spec.rb
|
846
|
+
- spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb
|
847
|
+
- spec/elasticsearch/api/actions/shutdown/get_node_spec.rb
|
848
|
+
- spec/elasticsearch/api/actions/shutdown/put_node_spec.rb
|
824
849
|
- spec/elasticsearch/api/actions/snapshot/clone_spec.rb
|
825
850
|
- spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb
|
826
851
|
- spec/elasticsearch/api/actions/snapshot/create_spec.rb
|
827
852
|
- spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
|
828
853
|
- spec/elasticsearch/api/actions/snapshot/delete_spec.rb
|
854
|
+
- spec/elasticsearch/api/actions/snapshot/get_features_spec.rb
|
829
855
|
- spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb
|
830
856
|
- spec/elasticsearch/api/actions/snapshot/get_spec.rb
|
831
857
|
- spec/elasticsearch/api/actions/snapshot/restore_spec.rb
|
@@ -842,4 +868,5 @@ test_files:
|
|
842
868
|
- spec/elasticsearch/api/rest_api_yaml_spec.rb
|
843
869
|
- spec/elasticsearch/api/utils_spec.rb
|
844
870
|
- spec/rest_yaml_tests_helper.rb
|
871
|
+
- spec/skipped_tests.yml
|
845
872
|
- spec/spec_helper.rb
|