OpenSearch/x-pack/qa
Jake Landis eb73bed40d
7x watcher backport testfixes (#43848)
* fix org.elasticsearch.xpack.watcher.test.integration.RejectedExecutionTests (#41777)

This commit un-mutes org.elasticsearch.xpack.watcher.test.integration.RejectedExecutionTests
which was failing intermittently due to a logic bug. It is not possible to use the real
Watcher scheduler (which is needed for this test) and reliabliby count the .triggered-watches
since current count of documents in the .triggered-watches index is based on the timing of the
scheduler and the ability to delete based on the Watcher and Write thread pools.

This commit simply removes the .triggered-watch check and relies soley on the .watcher-history
index as an indication that operations that can occur when the Watcher threadpool is rejecting.

closes #41734

* fix unlikely bug that can prevent Watcher from restarting (#42030)

The bug fixed here is unlikely to happen. It requires ES to be started with
ILM disabled, Watcher enabled, and Watcher explicitly stopped and restarted.
Due to template validation Watcher does not fully start and can result in a
partially started state. This is an unlikely scenerio outside of the testing
framework.

Note - this bug was introduced while the test that would have caught it was
muted. The test remains muted since the underlying cuase of the random failures
has not been identified. When this test is un-muted it will now work.
2019-07-02 12:16:06 -05:00
..
core-rest-tests-with-security Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
evil-tests [Backport] Replace usages RandomizedTestingTask with built-in Gradle Test (#40978) (#40993) 2019-04-09 11:52:50 -07:00
full-cluster-restart Remove suppresions for "unchecked" for hamcrest varargs methods Backport(41528) #42749 2019-05-31 13:58:49 +02:00
kerberos-tests Remove compile-time dependency on test fixtures (#43651) 2019-07-01 14:59:41 +03:00
multi-cluster-search-security Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
multi-node Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
oidc-op-tests Fix credentials encoding for OIDC token request (#43808) 2019-07-02 13:36:00 +03:00
openldap-tests Remove stale test logging annotations (#43403) 2019-06-19 22:58:22 -04:00
reindex-tests-with-security Testclusters: conver remaining x-pack (#43335) 2019-06-24 12:07:42 +03:00
rolling-upgrade Remove token service trace logging in tests 2019-06-18 22:32:38 -04:00
rolling-upgrade-basic Provide names for all artifact repositories (#41857) 2019-05-07 06:35:28 -04:00
rolling-upgrade-multi-cluster Remove xpack dependencies from qa rest modules (#41134) (7.x backport) (#41202) 2019-04-15 19:14:43 +02:00
saml-idp-tests Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
security-client-tests [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00
security-example-spi-extension Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
security-migrate-tests [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00
security-setup-password-tests Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
security-tools-tests Avoid sharing source directories as it breaks intellij (#40877) 2019-04-08 17:26:46 +03:00
smoke-test-monitoring-with-watcher Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
smoke-test-plugins Testclusters: conver remaining x-pack (#43335) 2019-06-24 12:07:42 +03:00
smoke-test-plugins-ssl Testclusters: conver remaining x-pack (#43335) 2019-06-24 12:07:42 +03:00
smoke-test-security-with-mustache Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
smoke-test-watcher Backport: convert x pack qa (#43763) 2019-07-01 10:38:56 +03:00
smoke-test-watcher-with-security 7x watcher backport testfixes (#43848) 2019-07-02 12:16:06 -05:00
src/main/java/org/elasticsearch/xpack/test 7x watcher backport testfixes (#43848) 2019-07-02 12:16:06 -05:00
third-party Testclusters: conver remaining x-pack (#43335) 2019-06-24 12:07:42 +03:00
transport-client-tests [Backport] Remove dependency substitutions 7.x (#42866) 2019-06-04 13:50:23 -07:00
vagrant Remove string usages of old transport settings (#41207) 2019-04-15 16:54:24 -06:00
build.gradle Remove xpack dependencies from qa rest modules (#41134) (7.x backport) (#41202) 2019-04-15 19:14:43 +02:00