File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main
java/org/elasticsearch/xpack/esql Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -567,8 +567,6 @@ tests:
567567- class : org.elasticsearch.xpack.inference.qa.mixed.CohereServiceMixedIT
568568 method : testCohereEmbeddings
569569 issue : https://github.com/elastic/elasticsearch/issues/130010
570- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
571- issue : https://github.com/elastic/elasticsearch/issues/128224
572570- class : org.elasticsearch.xpack.autoscaling.storage.ReactiveStorageIT
573571 method : testScaleDuringSplitOrClone
574572 issue : https://github.com/elastic/elasticsearch/issues/130044
Original file line number Diff line number Diff line change @@ -212,7 +212,8 @@ public class CsvTestsDataLoader {
212212 Map .entry (SEMANTIC_TEXT .indexName , SEMANTIC_TEXT ),
213213 Map .entry (LOGS .indexName , LOGS ),
214214 Map .entry (MV_TEXT .indexName , MV_TEXT ),
215- Map .entry (DENSE_VECTOR .indexName , DENSE_VECTOR ),
215+ // Awaitsfix: https://github.com/elastic/elasticsearch/issues/130085
216+ // Map.entry(DENSE_VECTOR.indexName, DENSE_VECTOR),
216217 Map .entry (COLORS .indexName , COLORS )
217218 );
218219
Original file line number Diff line number Diff line change 1-
1+ # All tests skipped for now due to issues in bwc tests
2+ # https://github.com/elastic/elasticsearch/issues/130085
23retrieveDenseVectorData
34required_capability: dense_vector_field_type
5+ required_capability: awaitsfix
46
57FROM dense_vector
68| KEEP id, vector
@@ -16,6 +18,7 @@ id:l | vector:dense_vector
1618
1719denseVectorWithEval
1820required_capability: dense_vector_field_type
21+ required_capability: awaitsfix
1922
2023FROM dense_vector
2124| EVAL v = vector
@@ -32,6 +35,7 @@ id:l | v:dense_vector
3235
3336denseVectorWithRenameAndDrop
3437required_capability: dense_vector_field_type
38+ required_capability: awaitsfix
3539
3640FROM dense_vector
3741| EVAL v = vector
You can’t perform that action at this time.
0 commit comments