-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[CI] DateHistogramAggregatorTests.testAsSubAgg failing #57168
Comments
Pinging @elastic/es-analytics-geo (:Analytics/Aggregations) |
I've muted this test in both |
I saw this this weekend while I was playing with something only vaguely related. I'll push a fix. |
These generally occur because we're calling Lucene's I don't know enough to know if we should blacklist that method from Lucene, but it'd be nice if we could... |
huh! It looks like |
I pushed 60f91d8 with the fix @polyfractal talked about. |
Closes #57168 by using `AggregatorTestCase#newIndexSearcher` in the `AggregatorTestCase#testCase`. Without that global ordinals will *sometimes* fail to work.
Build scan:
Master: https://gradle-enterprise.elastic.co/s/jn4odc7uka7xe/tests/:server:test/org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorTests/testAsSubAgg#1
7.x: https://gradle-enterprise.elastic.co/s/p6w2gne7bvoja/tests/:server:test/org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorTests/testAsSubAgg#1
Repro line:
Reproduces locally?:
Yes, reproduced on both
master
and7.x
branches for me.Applicable branches:
master
and7.x
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?search.buildToolType=gradle&search.buildToolType=maven&search.relativeStartTime=P7D&search.tags=not:fips&search.tags=not:nested&search.timeZoneId=America/Los_Angeles&tests.container=org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregatorTests&tests.disabledDistributions=WyJvdXRjb21lOnBhc3NlZCIsIm91dGNvbWU6c2tpcHBlZCJd&tests.sortField=FAILED&tests.test=testAsSubAgg&tests.unstableOnly=true
Failure excerpt:
The text was updated successfully, but these errors were encountered: