Skip to content

Commit

Permalink
Generate 5.2.x BWC indices with the 5.2 script
Browse files Browse the repository at this point in the history
In #22716 we significantly increased the variety of boolean
representations that are created by the BWC script. The script and the
related tests have only been backported to Elasticsearch 5.3 though.
Hence, if we generate an index with a great variety of boolean
representation but `RestoreBackwardsCompatIT#testOldSnapshot()` tests
only one representation it has to fail.

With this commit we regenerate the BWC indices for 5.2.0 and 5.2.1 with
the older version of the script (which is present on the 5.2 branch) and
only generates one representation of boolean fields as expected by the
test.
  • Loading branch information
danielmitterdorfer committed Feb 21, 2017
1 parent cf75c70 commit 027ae9e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 0 deletions.
Binary file modified core/src/test/resources/indices/bwc/index-5.2.0.zip
Binary file not shown.
Binary file modified core/src/test/resources/indices/bwc/index-5.2.1.zip
Binary file not shown.
Binary file modified core/src/test/resources/indices/bwc/repo-5.2.0.zip
Binary file not shown.
Binary file modified core/src/test/resources/indices/bwc/repo-5.2.1.zip
Binary file not shown.

0 comments on commit 027ae9e

Please sign in to comment.