-
Notifications
You must be signed in to change notification settings - Fork 313
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
Migrate track param check to new IT infrastructure #977
Migrate track param check to new IT infrastructure #977
Conversation
With this commit we migrate the integration test that checks for misspelled track parameters to the new infrastructure. Relates elastic#975
|
||
|
||
@it.random_rally_config | ||
@it.rally_in_mem |
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.
I opted to switch all of these tests to the in-memory configuration because it does not matter at all which metrics store implementation we use here.
fi | ||
restore_rally_log | ||
} | ||
|
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.
Should we also remove the call test_distribution_fails_with_wrong_track_params
at line 457? https://github.com/elastic/rally/pull/977/files#diff-4799edc37363079fc48a459bce59b8f9R457
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.
Good catch! We should indeed. I've pushed a fix in 76b1ebf.
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! Thanks!
Thanks for the review! |
With this commit we migrate the integration test that checks for
misspelled track parameters to the new infrastructure.
Relates #975