Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc fixes and tests. #673

Merged
merged 6 commits into from
Nov 18, 2024
Merged
Changes from 1 commit
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
Next Next commit
Added test for GET /{index}/_refresh.
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Nov 18, 2024
commit 05288102dcec75c6ff72a2616483c67dd91de1e6
12 changes: 11 additions & 1 deletion tests/default/indices/refresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ prologues:
year: 1991
status: [201]
chapters:
- synopsis: Refresh an index.
- synopsis: Refresh an index (GET).
path: /{index}/_refresh
method: GET
parameters:
index: movies
response:
status: 200
payload:
_shards:
failed: 0
- synopsis: Refresh an index (POST).
path: /{index}/_refresh
method: POST
parameters:
Expand Down