Skip to content

Commit

Permalink
Ensure the test version is always pre-8.3.0 (#88138)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Jun 28, 2022
1 parent 8c5647b commit 3d444e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ public void testSerializationPre830() throws IOException {
Version version = VersionUtils.randomVersionBetween(
random(),
Version.CURRENT.minimumCompatibilityVersion(),
VersionUtils.getPreviousVersion(Version.CURRENT)
VersionUtils.getPreviousVersion(Version.V_8_3_0)
);
InternalAutoDateHistogram deserialized = copyInstance(instance, version);
assertEquals(1, deserialized.getBucketInnerInterval());
Expand Down

0 comments on commit 3d444e9

Please sign in to comment.