OpenSearch/qa
Jay Modi 4239ba5415 allow reads of native users and roles when template version hasn't been updated
This change allows reads of our native users and roles when the template version has not been updated to
match the current version. This is useful for rolling upgrades where the nodes are also being actively
queried and/or indexed into. Without this, we can wreak havoc on a cluster by causing exceptions during
replication, which leads to shard failures. On nodes that match the version defined in the template,
write operations are allowed since we know that we are backwards compatible in terms of format but we
may have added new fields and shouldn't index them until the mappings and template have been updated.

As part of this, the rolling upgrade tests from core were used as the basis for a very basic set of tests
for doing a rolling upgrade with x-pack.

Closes elastic/elasticsearch#4126

Original commit: elastic/x-pack-elasticsearch@9be518ef00
2016-11-22 12:00:09 -05:00
..
audit-tests Remove netty_3 support from xpack (elastic/elasticsearch#4097) 2016-11-17 12:44:24 +01:00
core-rest-tests-with-security Use index_patterns in templates 2016-11-10 21:42:59 -05:00
reindex-tests-with-security Remove netty_3 support from xpack (elastic/elasticsearch#4097) 2016-11-17 12:44:24 +01:00
rolling-upgrade allow reads of native users and roles when template version hasn't been updated 2016-11-22 12:00:09 -05:00
security-client-tests Remove netty_3 support from xpack (elastic/elasticsearch#4097) 2016-11-17 12:44:24 +01:00
security-example-realm Remove netty_3 support from xpack (elastic/elasticsearch#4097) 2016-11-17 12:44:24 +01:00
security-migrate-tests Cut over to MockTcpTransport since LocalTransport is remove in core (elastic/elasticsearch#3684) 2016-10-07 11:28:05 +02:00
smoke-test-graph-with-security Remove unneeded rest test params 2016-11-07 14:46:39 -08:00
smoke-test-monitoring-with-security Remove unneeded rest test params 2016-11-07 14:46:39 -08:00
smoke-test-plugins Remove unneeded rest test params 2016-11-07 14:46:39 -08:00
smoke-test-plugins-ssl Remove netty_3 support from xpack (elastic/elasticsearch#4097) 2016-11-17 12:44:24 +01:00
smoke-test-security-with-mustache Remove unneeded rest test params 2016-11-07 14:46:39 -08:00
smoke-test-watcher Remove unneeded rest test params 2016-11-07 14:46:39 -08:00
smoke-test-watcher-with-groovy Remove unneeded rest test params 2016-11-07 14:46:39 -08:00
smoke-test-watcher-with-mustache Watcher: Add JIRA action (elastic/elasticsearch#4014) 2016-11-21 10:52:55 +01:00
smoke-test-watcher-with-painless Remove unneeded rest test params 2016-11-07 14:46:39 -08:00
smoke-test-watcher-with-security Remove unneeded rest test params 2016-11-07 14:46:39 -08:00
tribe-node-tests-with-security Moved directories around 2016-09-29 12:03:14 +02:00
tribe-tests-with-license Enable merging license in tribe node (elastic/elasticsearch#4147) 2016-11-22 11:42:51 -05:00
vagrant Add Vagrant Gradle plugin (elastic/elasticsearch#3993) 2016-11-15 15:30:13 +01:00
build.gradle Moved directories around 2016-09-29 12:03:14 +02:00