From 2dd924bc15a8d112e62408c098c9be856663e400 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Fri, 21 Apr 2017 12:51:14 -0400 Subject: 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 --- settings.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.gradle') 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') -- cgit v1.2.3