Skip to content

[CI] DateHistogramGroupSourceTests.testBackwardsSerialization72 failure #60464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dimitris-athanasiou opened this issue Jul 30, 2020 · 1 comment · Fixed by #60500
Closed
Assignees
Labels
:ml/Transform Transform >test-failure Triaged test failures from CI

Comments

@dimitris-athanasiou
Copy link
Contributor

Build scan: https://gradle-enterprise.elastic.co/s/qqcvgqx5jompo

Repro line:

./gradlew ':x-pack:plugin:core:test' --tests "org.elasticsearch.xpack.core.transform.transforms.pivot.DateHistogramGroupSourceTests.testBackwardsSerialization72" -Dtests.seed=70E39AC50677B868

Reproduces locally?: Yes (with the random seed)

Failure excerpt:

java.lang.AssertionError: expected:<{
      "field" : "yeOfWZiq",
      "script" : {
        "id" : "qXvdh"
      },
      "calendar_interval" : "1M"
    }> but was:<{
      "field" : "yeOfWZiq",
      "calendar_interval" : "1M"
    }>
        at __randomizedtesting.SeedInfo.seed([70E39AC50677B868:467188109FBD3A3A]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at org.elasticsearch.xpack.core.transform.transforms.pivot.DateHistogramGroupSourceTests.testBackwardsSerialization72(DateHistogramGroupSourceTests.java:75)
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml/Transform)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml/Transform Transform >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants