Skip to content

Commit

Permalink
remove v1 test from mincompat testing
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Nov 1, 2022
1 parent 6f15d24 commit 36019a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/test/java/org/opensearch/VersionTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public void testMax() {

public void testMinimumIndexCompatibilityVersion() {
// note: all Legacy compatibility support will be removed in OpenSearch 3.0
assertEquals(LegacyESVersion.fromId(6000026), V_2_3_0.minimumIndexCompatibilityVersion());
assertEquals(LegacyESVersion.fromId(7000099), Version.fromId(2000099).minimumIndexCompatibilityVersion());
assertEquals(LegacyESVersion.fromId(7000099), Version.fromId(2010000).minimumIndexCompatibilityVersion());
assertEquals(LegacyESVersion.fromId(7000099), Version.fromId(2000001).minimumIndexCompatibilityVersion());
Expand Down

0 comments on commit 36019a2

Please sign in to comment.