Mike Pellegrini
Mike Pellegrini
This test is failing because the required cluster feature is defined only when the `DefaultElserFeatureFlag` is enabled. See here: https://github.com/elastic/elasticsearch/blob/8.16/x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/InferenceFeatures.java#L31-L33 Exclusion of this cluster feature is by design, the idea...
This test has been fixed in the `8.16` branch, so it should not be an issue for that release. Fixes in 8.17+ are pending; they are currently blocked by unrelated...
Fixes have been merged into `main` and `8.x`
... and it's failing again now, but this time due to timeouts. Can someone from the ML team take a look? cc: @davidkyle @maxhniebergall
This test is failing because the required cluster feature is defined only when the `DefaultElserFeatureFlag` is enabled. See here: https://github.com/elastic/elasticsearch/blob/8.16/x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/InferenceFeatures.java#L31-L33 Exclusion of this cluster feature is by design, the idea...
This test has been fixed in the `8.16` branch, so it should not be an issue for that release. Fixes in 8.17+ are pending; they are currently blocked by unrelated...
Fixes have been merged into `main` and `8.x`
... and it's failing again now, but this time due to timeouts. Can someone from the ML team take a look? cc: @davidkyle @maxhniebergall
We are hitting this issue as well with semantic text tests. We want to create a mixed-version cluster for BwC testing and install the [`inference-service-test` plugin](https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/inference/qa/test-service-plugin/build.gradle) on it. However, the...
@elasticmachine update branch