Replace problematic bwc indices for 2.3.1 with newly generated one.

Restore the test OldIndexBackwardsCompatibilityIT.testOldIndexes which now works fine with 2.3.1 bwc indices.
This commit is contained in:
Jim Ferenczi 2016-04-05 09:50:34 +02:00
parent 177e3ae331
commit 0225376a49
3 changed files with 1 additions and 2 deletions

View File

@ -294,8 +294,7 @@ public class OldIndexBackwardsCompatibilityIT extends ESIntegTestCase {
fail(msg.toString());
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/17514")
public void testOldIndexes() throws Exception {
setupCluster();