mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Fix the mixed cluster REST test explain/11_basic_with_types.
This commit is contained in:
parent
790f8102e9
commit
eb733f404a
@ -57,7 +57,6 @@ for (Version version : bwcVersions.wireCompatible) {
|
|||||||
tasks.getByName("${baseName}#mixedClusterTestRunner").configure {
|
tasks.getByName("${baseName}#mixedClusterTestRunner").configure {
|
||||||
/* To support taking index snapshots, we have to set path.repo setting */
|
/* To support taking index snapshots, we have to set path.repo setting */
|
||||||
systemProperty 'tests.path.repo', new File(buildDir, "cluster/shared/repo")
|
systemProperty 'tests.path.repo', new File(buildDir, "cluster/shared/repo")
|
||||||
systemProperty 'tests.rest.blacklist', ['explain/11_basic_with_types/Explain body without query element'].join(',')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,6 +59,7 @@ setup:
|
|||||||
catch: bad_request
|
catch: bad_request
|
||||||
explain:
|
explain:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
type: test
|
||||||
id: id_1
|
id: id_1
|
||||||
body:
|
body:
|
||||||
match_all: {}
|
match_all: {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user