mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Fix breakage of distribution integ tests
This commit is contained in:
parent
e29c9b9dfd
commit
634c39ccfd
@ -95,11 +95,11 @@ subprojects {
|
||||
apply plugin: 'elasticsearch.rest-test'
|
||||
project.integTest {
|
||||
dependsOn project.assemble
|
||||
includePackaged project.name == 'integ-test-zip'
|
||||
cluster {
|
||||
distribution = project.name
|
||||
}
|
||||
if (project.name != 'integ-test-zip') {
|
||||
includePackaged true
|
||||
// see note above with module mustRunAfter about why integTest#stop is used here
|
||||
mustRunAfter ':distribution:integ-test-zip:integTest#stop'
|
||||
}
|
||||
|
@ -10,4 +10,4 @@
|
||||
- do:
|
||||
nodes.info: {}
|
||||
|
||||
- length: { nodes.$master.plugins: ${expected.modules.count} }
|
||||
- length: { nodes.$master.modules: ${expected.modules.count} }
|
||||
|
@ -10,4 +10,4 @@
|
||||
- do:
|
||||
nodes.info: {}
|
||||
|
||||
- length: { nodes.$master.plugins: ${expected.modules.count} }
|
||||
- length: { nodes.$master.modules: ${expected.modules.count} }
|
||||
|
@ -10,4 +10,4 @@
|
||||
- do:
|
||||
nodes.info: {}
|
||||
|
||||
- length: { nodes.$master.plugins: ${expected.modules.count} }
|
||||
- length: { nodes.$master.modules: ${expected.modules.count} }
|
||||
|
@ -10,4 +10,4 @@
|
||||
- do:
|
||||
nodes.info: {}
|
||||
|
||||
- length: { nodes.$master.plugins: ${expected.modules.count} }
|
||||
- length: { nodes.$master.modules: ${expected.modules.count} }
|
||||
|
Loading…
x
Reference in New Issue
Block a user