Support for Elasticsearch 7.7 (#1192)

This commit is contained in:
Tomas Della Vedova
2020-05-14 09:55:54 +02:00
committed by GitHub
parent be6257380e
commit 51169d5efa
258 changed files with 15839 additions and 1485 deletions

View File

@ -32,10 +32,7 @@ test('Should emit a request event when a request is performed', t => {
method: 'GET',
path: '/test/_search',
body: '',
querystring: 'q=foo%3Abar',
headers: {
'Content-Length': '0'
}
querystring: 'q=foo%3Abar'
},
options: {},
id: 1
@ -83,10 +80,7 @@ test('Should emit a response event in case of a successful response', t => {
method: 'GET',
path: '/test/_search',
body: '',
querystring: 'q=foo%3Abar',
headers: {
'Content-Length': '0'
}
querystring: 'q=foo%3Abar'
},
options: {},
id: 1
@ -132,10 +126,7 @@ test('Should emit a response event with the error set', t => {
method: 'GET',
path: '/test/_search',
body: '',
querystring: 'q=foo%3Abar',
headers: {
'Content-Length': '0'
}
querystring: 'q=foo%3Abar'
},
options: {
requestTimeout: 500