Skip to content

Commit

Permalink
Add basic GET tests for core and indices endpoints
Browse files Browse the repository at this point in the history
- Added tests for core endpoints: _refresh, _remote/info, _script_context
- Added test for indices endpoint: _template
- Removed tests for _script_language and _shard_stores due to API unfamiliarity
- Cleaned up local environment files

Signed-off-by: Bruno Lloret <[email protected]>
  • Loading branch information
brunoLloret committed Oct 17, 2024
1 parent 5dc65a5 commit e0de9ea
Show file tree
Hide file tree
Showing 9 changed files with 474 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .cspell
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ lucene
Lucene
lycheeverse
marvinpinto
memlock
metaphone
mget
millis
Expand All @@ -110,6 +111,7 @@ niofs
nmslib
nodeattrs
nodesdn
nofile
noops
nori
Nori
Expand Down Expand Up @@ -188,6 +190,7 @@ translog
Translog
trbl
tubone
ulimits
Undeploys
unigrams
Unmanaged
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ build/
# coverage output
/coverage/

docker-compose.yml

.env
.env
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default [
},
rules: {
'yml/no-empty-document': 'off',
'yml/no-empty-mapping-value': 'off',
'yml/quotes': ['error', { prefer: 'single', avoidEscape: true }],
'yml/plain-scalar': ['error', 'always'],
'yml/no-trailing-zeros': 'error',
Expand Down
Loading

0 comments on commit e0de9ea

Please sign in to comment.