-
Notifications
You must be signed in to change notification settings - Fork 314
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
Conversation
Rally only supports Elasticsearch 6.8+.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -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"), |
There was a problem hiding this comment.
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.
Please take another look! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Rally only supports Elasticsearch 6.8+.