Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimize USE_ZEN2 setting usage #38200

Closed

Conversation

andrershov
Copy link
Contributor

Since all the tests are migrated to Zen2, we want to minimize USE_ZEN2
setting usage, to make it clear that the default value of true is used.
We still have some tests, that make use of getUseZen2, which is set
to true, however, when you look for USE_ZEN2 setting usage, these tests
introduce noise.

This setting should only be used in Zen1IT (which checks the Zen1 -
Zen2 mixed cluster) and in the test framework (and will be completely
removed once Zen1 support is removed).

@andrershov andrershov added >test Issues or PRs that are addressing/adding tests :Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. labels Feb 1, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

Copy link
Contributor

@DaveCTurner DaveCTurner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but seems to be failing precommit right now.

@andrershov
Copy link
Contributor Author

run elasticsearch-ci/1

@andrershov
Copy link
Contributor Author

run elasticsearch-ci/2

@andrershov
Copy link
Contributor Author

run elasticsearch-ci/default-distro

# Conflicts:
#	test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java
#	x-pack/plugin/security/src/test/java/org/elasticsearch/license/LicensingTests.java
#	x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/ServerTransportFilterIntegrationTests.java
@andrershov andrershov closed this Feb 6, 2019
@DaveCTurner
Copy link
Contributor

These changes were incorporated into #38414 it seems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. >test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants