Results 119 comments of Luigi Dell'Aquila

I see this was flagged as QL/EQL issue, but it seems more a Search related issue. I'm changing the labels accordingly

It seems a precision problem specific of Avg function, most likely the same problem is also causing this https://github.com/elastic/elasticsearch/issues/103866

It failed again https://gradle-enterprise.elastic.co/s/2ufy4uu7btph6/tests/task/:modules:transport-netty4:pooledTest/details/org.elasticsearch.http.netty4.Netty4HttpServerTransportTests/testChannelAcceptorCannotTamperThreadContext?top-execution=1

IMHO it's hard to define a single rounding criterion that can be applied to all the spec tests, in some cases we really want to test that the result is...

Failed again https://gradle-enterprise.elastic.co/s/fgz24muow2ol6/tests/task/:qa:smoke-test-http:javaRestTest/details/org.elasticsearch.http.DanglingIndicesRestIT/testDanglingIndicesCanBeDeleted?top-execution=1

@elasticmachine update branch

New failure for this test https://gradle-enterprise.elastic.co/s/l6oekwgikjffk/tests/:x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest/org.elasticsearch.xpack.ml.integration.ClassificationHousePricingIT/testFeatureImportanceValues?expanded-stacktrace=WyIwIl0&top-execution=1 but the error message seems different: ``` java.lang.AssertionError: Expected: is but: was at __randomizedtesting.SeedInfo.seed([92FA6D8BE974BF6C:6F2B0B478EE3E639]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:956) at org.junit.Assert.assertThat(Assert.java:923) at org.elasticsearch.xpack.ml.integration.ClassificationHousePricingIT.testFeatureImportanceValues(ClassificationHousePricingIT.java:1590) ```

Hi @abiro Thank you very much for pointing it out, we'll fix it asap Thanks Luigi

Hi @pa-emmanuel You have a few strategies for this. One is `expand()`, not sure how you are using it, but it's supposed to work... Try the following in DemoDB: ```...

Hi @SamHard yes, that page, together with other parts of the docs, are under review. You'll find some changes soon thanks Luigi