Skip to content

[CI] CoreValuesSourceTypeTests.testDatePrepareRoundingWithQuery failure #63659

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
romseygeek opened this issue Oct 14, 2020 · 4 comments
Closed
Assignees
Labels
>test-failure Triaged test failures from CI

Comments

@romseygeek
Copy link
Contributor

Build scan:
https://gradle-enterprise.elastic.co/s/sk3idodjsauxm/console-log?task=:server:internalClusterTest

Repro line:
./gradlew ':server:test' --tests "org.elasticsearch.search.aggregations.support.CoreValuesSourceTypeTests.testDatePrepareRoundingWithQuery" -Dtests.seed=953606DE8449AE7F -Dtests.security.manager=true -Dtests.locale=fr-BE -Dtests.timezone=Pacific/Yap -Druntime.java=11

Reproduces locally?:
Yes

Applicable branches:
master, 7x

Failure history:
Just the once so far, but the test was added only a few days ago

Failure excerpt:

org.elasticsearch.search.aggregations.support.CoreValuesSourceTypeTests > testDatePrepareRoundingWithQuery FAILED
    Argument(s) are different! Wanted:
    rounding.prepare(
        1415,
        81897210183
    );
    -> at org.elasticsearch.search.aggregations.support.CoreValuesSourceTypeTests.lambda$testDatePrepareRoundingWithQuery$4(CoreValuesSourceTypeTests.java:79)
    Actual invocation has different arguments:
    rounding.prepare(
        -17514144000000,
        81897210183
    );
    -> at org.elasticsearch.search.aggregations.support.CoreValuesSourceType$6$1.lambda$roundingPreparer$0(CoreValuesSourceType.java:333)
        at __randomizedtesting.SeedInfo.seed([953606DE8449AE7F:84145B19A2F491A2]:0)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
        at org.elasticsearch.search.aggregations.support.CoreValuesSourceTypeTests.lambda$testDatePrepareRoundingWithQuery$4(CoreValuesSourceTypeTests.java:79)
        at org.elasticsearch.index.mapper.MapperServiceTestCase.lambda$withAggregationContext$10(MapperServiceTestCase.java:357)
        at org.elasticsearch.index.mapper.MapperServiceTestCase.withLuceneIndex(MapperServiceTestCase.java:187)
        at org.elasticsearch.index.mapper.MapperServiceTestCase.withAggregationContext(MapperServiceTestCase.java:350)
        at org.elasticsearch.search.aggregations.support.CoreValuesSourceTypeTests.testDatePrepareRoundingWithQuery(CoreValuesSourceTypeTests.java:76)
@romseygeek romseygeek added the >test-failure Triaged test failures from CI label Oct 14, 2020
@romseygeek
Copy link
Contributor Author

@nik9000 this looks like it might be one of yours?

@nik9000 nik9000 self-assigned this Oct 14, 2020
@nik9000
Copy link
Member

nik9000 commented Oct 14, 2020

@nik9000 this looks like it might be one of yours?

Oh wow. I've tracked it down and I'm full of hate right now.

@nik9000
Copy link
Member

nik9000 commented Oct 14, 2020

I've filed #63680.

@nik9000
Copy link
Member

nik9000 commented Oct 14, 2020

Fixed by b0b2acc.

@nik9000 nik9000 closed this as completed Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants