Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Apr 12, 2022
1 parent 04ef50f commit c92d1b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .linelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ ignore:
- 'qa/os/oel-6/build.gradle'
- 'qa/os/oel-7/build.gradle'
- 'qa/os/sles-12/build.gradle'
# Test requires no new line for these files
- 'server/src/test/resources/org/opensearch/action/bulk/simple-bulk11.json'
- 'server/src/test/resources/org/opensearch/action/search/simple-msearch5.json'

rules:
# checks if file ends in a newline character
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{ "field1" : "value1" }
{ "delete" : { "_index" : "test", "_id" : "2" } }
{ "create" : { "_index" : "test", "_id" : "3" } }
{ "field1" : "value3" }
{ "field1" : "value3" }
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
{"index" : "test2,test3", "preference": "_local"}
{"query" : {"match_all" : {}}}
{"index" : ["test4", "test1"], "routing": "123"}
{"query" : {"match_all" : {}}}
{"query" : {"match_all" : {}}}

0 comments on commit c92d1b6

Please sign in to comment.