mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[Transform] use correct version in BWC serialization test (#60500)
use correct version in BWC serialization test fixes #60464
This commit is contained in:
parent
79ec0f2442
commit
a721d6d19b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class DateHistogramGroupSourceTests extends AbstractSerializingTestCase<D
|
||||||
public void testBackwardsSerialization72() throws IOException {
|
public void testBackwardsSerialization72() throws IOException {
|
||||||
// version 7.7 introduced scripts, so test before that
|
// version 7.7 introduced scripts, so test before that
|
||||||
DateHistogramGroupSource groupSource = randomDateHistogramGroupSource(
|
DateHistogramGroupSource groupSource = randomDateHistogramGroupSource(
|
||||||
VersionUtils.randomVersionBetween(random(), Version.V_7_3_0, Version.V_7_7_0)
|
VersionUtils.randomVersionBetween(random(), Version.V_7_3_0, Version.V_7_6_2)
|
||||||
);
|
);
|
||||||
|
|
||||||
try (BytesStreamOutput output = new BytesStreamOutput()) {
|
try (BytesStreamOutput output = new BytesStreamOutput()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue