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

Tests: Fix convert error tests to use fixed value #32415

Merged
merged 3 commits into from
Jul 30, 2018

Commits on Jul 26, 2018

  1. Tests: Fix convert error tests to use fixed value

    The error tests for hex values previously used a random string of
    digits, but this could be a valid hex value. This commit changes these
    tests to use a fixed invalid hex value.
    
    closes elastic#32370
    rjernst committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    0cf7737 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Merge remote-tracking branch 'elastic/master' into pr/32415

    * elastic/master:
      [TEST] Mute failing InternalEngineTests#testSeqNoAndCheckpoints
      [TEST] Mute failing testConvertLongHexError
      bump lucene version after backport
      Upgrade to Lucene-7.5.0-snapshot-608f0277b0 (elastic#32390)
      [Kerberos] Avoid vagrant update on precommit (elastic#32416)
    jasontedor committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    e8893f8 View commit details
    Browse the repository at this point in the history
  2. Remove added awaits fix

    jasontedor committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    82b9da5 View commit details
    Browse the repository at this point in the history