Skip to content
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

Reproducible Failure in org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.testParentChild #60954

Closed
original-brownbear opened this issue Aug 11, 2020 · 2 comments
Assignees
Labels
:Analytics/Aggregations Aggregations Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI

Comments

@original-brownbear
Copy link
Member

./gradlew ':modules:parent-join:test' --tests "org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.testParentChild" -Dtests.seed=2D773C1E12C3463D -Dtests.security.manager=true -Dtests.locale=es-BO -Dtests.timezone=Eire -Druntime.java=11

on master fails with:

org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests > testParentChild FAILED
    java.lang.AssertionError: Having 9 docs and aggregation results: {in_parent={"in_parent":{"value":5.0}}} expected:<8> but was:<9>
        at __randomizedtesting.SeedInfo.seed([2D773C1E12C3463D:34B65CEF542DE422]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.lambda$testParentChild$1(ChildrenToParentAggregatorTests.java:122)
        at org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.testCase(ChildrenToParentAggregatorTests.java:307)
        at org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.testParentChild(ChildrenToParentAggregatorTests.java:115)
REPRODUCE WITH: ./gradlew ':modules:parent-join:test' --tests "org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.testParentChild" -Dtests.seed=2D773C1E12C3463D -Dtests.security.manager=true -Dtests.locale=es-BO -Dtests.timezone=Eire -Druntime.java=11

Suite: Test class org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests
  1> [2020-08-11T10:50:39,091][INFO ][o.e.j.a.ChildrenToParentAggregatorTests] [testParentChild] before test
  1> [2020-08-11T10:50:40,086][INFO ][o.e.j.a.ChildrenToParentAggregatorTests] [testParentChild] after test
  2> REPRODUCE WITH: ./gradlew ':modules:parent-join:test' --tests "org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.testParentChild" -Dtests.seed=2D773C1E12C3463D -Dtests.security.manager=true -Dtests.locale=es-BO -Dtests.timezone=Eire -Druntime.java=11
  2> java.lang.AssertionError: Having 9 docs and aggregation results: {in_parent={"in_parent":{"value":5.0}}} expected:<8> but was:<9>
        at __randomizedtesting.SeedInfo.seed([2D773C1E12C3463D:34B65CEF542DE422]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.lambda$testParentChild$1(ChildrenToParentAggregatorTests.java:122)
        at org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.testCase(ChildrenToParentAggregatorTests.java:307)
        at org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests.testParentChild(ChildrenToParentAggregatorTests.java:115)
  2> NOTE: leaving temporary files on disk at: /home/brownbear/src/elasticsearch/modules/parent-join/build/testrun/test/temp/org.elasticsearch.join.aggregations.ChildrenToParentAggregatorTests_2D773C1E12C3463D-001
  2> NOTE: test params are: codec=Asserting(Lucene86): {_id=PostingsFormat(name=Asserting), join_field=PostingsFormat(name=Asserting)}, docValues:{number=DocValuesFormat(name=Lucene80), join_field#parent_type=DocValuesFormat(name=Lucene80), subNumber=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1652, maxMBSortInHeap=7.56132819025695, sim=Asserting(RandomSimilarity(queryNorm=false): {join_field=IB LL-L2}), locale=es-BO, timezone=Eire
  2> NOTE: Linux 5.4.0-42-generic amd64/Oracle Corporation 11.0.2 (64-bit)/cpus=16,threads=1,free=430485288,total=536870912
  2> NOTE: All tests run in this JVM: [ChildrenToParentAggregatorTests]

for me locally on every run.

@original-brownbear original-brownbear added :Analytics/Aggregations Aggregations >test-failure Triaged test failures from CI labels Aug 11, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (:Analytics/Aggregations)

@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Aug 11, 2020
@imotov imotov self-assigned this Oct 14, 2020
@nik9000 nik9000 assigned nik9000 and unassigned imotov Oct 15, 2020
@nik9000
Copy link
Member

nik9000 commented Oct 20, 2020

I believe I fixed this with #60991.

@nik9000 nik9000 closed this as completed Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

4 participants