summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorJason Tedor <jason@tedor.me>2017-04-21 12:51:14 -0400
committerGitHub <noreply@github.com>2017-04-21 12:51:14 -0400
commit2dd924bc15a8d112e62408c098c9be856663e400 (patch)
treebdb71ec80add4932c8bfccd78503df944aeea670 /settings.gradle
parentba4867469500b464c67da17226de745f34253163 (diff)
Add Wildfly integration test
An important use case for our users is deploying our clients inside of applications containers like Wildly. Sometimes, we make changes that unintentionally break this use case. We need to know before we ship a release that we have broken such use cases. As Wildfly is one of the bigger application containers, this commit starts by adding an integration test that deploys an application using the transport client to Wildfly and ensures that all is well. Future work can add similar integration tests for the low-level and high-level REST clients. Relates #24147
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 519dca27f8..2f1fcfaed3 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -71,6 +71,7 @@ List projects = [
'qa:smoke-test-reindex-with-painless',
'qa:smoke-test-tribe-node',
'qa:vagrant',
+ 'qa:wildfly'
]
boolean isEclipse = System.getProperty("eclipse.launcher") != null || gradle.startParameter.taskNames.contains('eclipse') || gradle.startParameter.taskNames.contains('cleanEclipse')