mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
Halt OpenLDAP fixture (elastic/x-pack-elasticsearch#2929)
Halt OpenLDAP fixture after :x-pack-elasticsearch:qa:openldap-tests:test Currently the OpenLDAP vagrant fixture is not halted. Reruning the test will fail because the new fixture instance will try to bind to the same host ports. Project :x-pack-elasticsearch:qa:openldap-tests:test is the only one using the OpenLDAP fixture from :x-pack-elasticsearch:test:openldap-fixture. relates elastic/x-pack-elasticsearch#2619 Original commit: elastic/x-pack-elasticsearch@bea2f81b76
This commit is contained in:
parent
96d0a374a4
commit
872f2558c9
@ -12,6 +12,7 @@ task openLdapFixture {
|
|||||||
|
|
||||||
if (project.rootProject.vagrantSupported) {
|
if (project.rootProject.vagrantSupported) {
|
||||||
test.dependsOn openLdapFixture
|
test.dependsOn openLdapFixture
|
||||||
|
test.finalizedBy ":x-pack-elasticsearch:test:openldap-fixture:halt"
|
||||||
} else {
|
} else {
|
||||||
test.enabled = false
|
test.enabled = false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user