File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
libs/simdvec/src/test/java/org/elasticsearch/simdvec Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ public void testBulk() throws IOException {
423423 var factory = AbstractVectorTestCase .factory .get ();
424424
425425 final int dims = 1024 ;
426- final int size = randomIntBetween (0 , 102 );
426+ final int size = randomIntBetween (1 , 102 );
427427 // Set maxChunkSize to be less than dims * size
428428 try (Directory dir = new MMapDirectory (createTempDir ("testBulk" ))) {
429429 String fileName = "testBulk-" + dims ;
Original file line number Diff line number Diff line change @@ -485,9 +485,6 @@ tests:
485485- class : org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
486486 method : test {p0=search.highlight/50_synthetic_source/text multi unified from vectors}
487487 issue : https://github.com/elastic/elasticsearch/issues/139066
488- - class : org.elasticsearch.simdvec.Int7SQVectorScorerFactoryTests
489- method : testBulk
490- issue : https://github.com/elastic/elasticsearch/issues/139079
491488- class : org.elasticsearch.upgrades.IndexSortUpgradeIT
492489 method : testIndexSortForNumericTypes {upgradedNodes=1}
493490 issue : https://github.com/elastic/elasticsearch/issues/139127
You can’t perform that action at this time.
0 commit comments