diff --git a/src/test/java/org/elasticsearch/bwcompat/OldIndexBackwardsCompatibilityTests.java b/src/test/java/org/elasticsearch/bwcompat/OldIndexBackwardsCompatibilityTests.java index c79158aaf6f..c998cee38a9 100644 --- a/src/test/java/org/elasticsearch/bwcompat/OldIndexBackwardsCompatibilityTests.java +++ b/src/test/java/org/elasticsearch/bwcompat/OldIndexBackwardsCompatibilityTests.java @@ -88,10 +88,12 @@ public class OldIndexBackwardsCompatibilityTests extends StaticIndexBackwardComp "index-1.3.5.zip", "index-1.3.6.zip", "index-1.3.7.zip", + "index-1.3.8.zip", "index-1.4.0.Beta1.zip", "index-1.4.0.zip", "index-1.4.1.zip", - "index-1.4.2.zip" + "index-1.4.2.zip", + "index-1.4.3.zip" ); public void testAllVersionsTested() throws Exception {