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

Remove Elasticsearch 6.3 logic #1497

Merged
merged 7 commits into from
Jul 26, 2022

Conversation

pquentin
Copy link
Member

Rally only supports Elasticsearch 6.8+.

Rally only supports Elasticsearch 6.8+.
@pquentin pquentin added cleanup Linter changes, reformatting, removal of unused code etc. :internal Changes for internal, undocumented features: e.g. experimental, release scripts labels May 20, 2022
@pquentin pquentin added this to the 2.5.0 milestone May 20, 2022
@pquentin pquentin requested a review from michaelbaamonde May 20, 2022 17:08
@pquentin pquentin self-assigned this May 20, 2022
Copy link
Contributor

@michaelbaamonde michaelbaamonde left a comment

Choose a reason for hiding this comment

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

LGTM

@pquentin pquentin modified the milestones: 2.5.0, 2.5.1 Jun 22, 2022
@pquentin pquentin modified the milestones: 2.5.1, 2.6.1 Jul 4, 2022
@@ -354,8 +354,7 @@ def _after_track_prepared(self):
self.send(
self.start_sender,
PreparationComplete(
# older versions (pre 6.3.0) don't expose build_flavor because the only (implicit) flavor was "oss"
cluster_version.get("build_flavor", "oss"),
Copy link
Member Author

Choose a reason for hiding this comment

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

This breaks the ClusterEnvironmentInfo telemetry device when no build flavor is set, eg. esrally race --revision=latest --track=geonames --test-mode --car=4gheap,basic-license breaks.

@pquentin
Copy link
Member Author

Please take another look!

Copy link
Contributor

@michaelbaamonde michaelbaamonde left a comment

Choose a reason for hiding this comment

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

LGTM!

@pquentin pquentin merged commit a967387 into elastic:master Jul 26, 2022
@pquentin pquentin deleted the elasticsearch-6.3-logic branch July 26, 2022 22:19
@pquentin pquentin added :misc Changes that don't affect users directly: linter fixes, test improvements, etc. and removed :internal Changes for internal, undocumented features: e.g. experimental, release scripts labels Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Linter changes, reformatting, removal of unused code etc. :misc Changes that don't affect users directly: linter fixes, test improvements, etc. tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants