-
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] InternalAutoDateHistogramTests#testReduceRandom reproducable failure #32215
Comments
Pinging @elastic/es-search-aggs |
@pcsanwald are you up for taking a look at this or would you like me to look into it? |
I’m happy to have a look
|
Thanks @pcsanwald |
I'm still investigating, but, some more detail on the cause:
The problem is a mismatch between the interval expected by the test (which is 1s intervals) and the interval actually returned by the aggregator (which is 30s intervals). The total number of documents aggregated is the same. Still working out which number this seed is producing that is causing this behavior, as I agree with @cbuescher that the problem is not reproducible with other seeds I've tried. |
I've muted the test in 320f1d2. @colings86 and I identified the problem and I'll open a PR against this issue when ready. |
Reopening this issue as CI has thrown up a couple more failures. Sadly these do not reproduce
|
thanks @davidkyle I will have a look at these failures today. |
I encountered this issue on a PR build which yielded this
The failing stack trace is:
|
thanks @DaveCTurner, this is helpful. I've muted the offending test in 3ce984d while I work on this fix. |
Failure: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/6700/console
Reproducable locally with this seed:
Error:
Other seeds seem to be okay, so I don't think the test needs to be muted right away.
The text was updated successfully, but these errors were encountered: