-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] XPackRestIT "analytics/top_metrics/sort by string script fails" failure #52409
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
Comments
Pinging @elastic/es-analytics-geo (:Analytics/Aggregations) |
Another failure in master here: Looks like the index somehow got created with 2 shards. |
This master failure looks similar, but is for another test case:
|
Notice that an index template "global" is randomly added, causing the indices to have two shards. @nik9000 I noticed this is a new test, maybe you can take a look? |
These tests fails when the global template is added, which changes number_of_shards to 2. Relates elastic#52409 and elastic#52418
These tests fails when the global template is added, which changes number_of_shards to 2. Relates elastic#52409 and elastic#52418
Fixed in #52516. |
I had my wires crossed. This wasn't fixed. |
I might just have hit this in a PR build based off master abeb837 which has the number of shards fix. Didn't reproduce locally. |
I'll push some even more paranoid clamping on the test to see if that fixes it.... |
More paranoia: 0a4c5e0 |
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+multijob-unix-compatibility/os=oraclelinux-7&&immutable/574/console
Couldn't repro, though :-(.
The text was updated successfully, but these errors were encountered: