-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Ensure the tsdb doc values codec is used in ES87TSDBDocValuesFormatTests #125420
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
Ensure the tsdb doc values codec is used in ES87TSDBDocValuesFormatTests #125420
Conversation
Ensure `ES87TSDBDocValuesFormat` is used in `ES87TSDBDocValuesFormatTests`'s tests.
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
|
@elasticmachine update branch |
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 think these tests are already using tsdb code because BaseIndexFileFormatTestCase overrides the default codec. This change looks good.
The tests that are inherited do use the tsdb doc values codec, but the tests defined in |
|
The test base class sets the codec as default codec: https://github.com/apache/lucene/blob/b59a357e58611b86e4cc1643794e05dd17d71b08/lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseIndexFileFormatTestCase.java#L220 This change doesn't change the codec being used, but will make it more clearer. |
…sts (elastic#125420) Ensure `ES87TSDBDocValuesFormat` is used in `ES87TSDBDocValuesFormatTests`'s tests.
…sts (elastic#125420) Ensure `ES87TSDBDocValuesFormat` is used in `ES87TSDBDocValuesFormatTests`'s tests.
…sts (elastic#125420) Ensure `ES87TSDBDocValuesFormat` is used in `ES87TSDBDocValuesFormatTests`'s tests.
…sts (elastic#125420) Ensure `ES87TSDBDocValuesFormat` is used in `ES87TSDBDocValuesFormatTests`'s tests.
Ensure
ES87TSDBDocValuesFormatis used inES87TSDBDocValuesFormatTests's tests.