You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test failure ES92GpuHnswSQVectorsFormatTests. (#137051)
ES92GpuHnswSQVectorsFormatTests fails because it may choose not
supported vector similarity function max_inner_product
This fixes this test to ensure only supported similarity metrics are
picked for tests.
This change is already a part of 9.2.1 branch, so no backported is
needed
Related to #136881
Copy file name to clipboardExpand all lines: x-pack/plugin/gpu/src/internalClusterTest/java/org/elasticsearch/plugin/gpu/GPUPluginInitializationIT.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ public void testFFOffGPUFormatNull() {
0 commit comments