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

Harden BaseDocValuesFormatTestCase (#13346) #13348

Merged
merged 1 commit into from
May 7, 2024

Commits on May 7, 2024

  1. Harden BaseDocValuesFormatTestCase (#13346)

    We hit a Codec bug in Elasticsearch, but it went unnoticed because our
    tests extend from BaseDocValuesFormatTestCase, which doesn't attempt to
    read the doc-values of the same document twice. This change strengthens
    BaseDocValuesFormatTestCase checks and randomly inserts that access
    pattern.
    dnhatn committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7724102 View commit details
    Browse the repository at this point in the history