@@ -545,6 +545,60 @@ tests:
545545- class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
546546 method : testDenseVectorMappingUpdate {initialType=int4_flat updateType=int8_hnsw}
547547 issue : https://github.com/elastic/elasticsearch/issues/132117
548+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
549+ method : testDenseVectorMappingUpdate {initialType=flat updateType=hnsw}
550+ issue : https://github.com/elastic/elasticsearch/issues/132119
551+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
552+ method : testDenseVectorMappingUpdate {initialType=flat updateType=bbq_flat}
553+ issue : https://github.com/elastic/elasticsearch/issues/132120
554+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
555+ method : testDenseVectorMappingUpdate {initialType=int8_flat updateType=bbq_disk}
556+ issue : https://github.com/elastic/elasticsearch/issues/132122
557+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
558+ method : testDenseVectorMappingUpdate {initialType=int8_flat updateType=int4_hnsw}
559+ issue : https://github.com/elastic/elasticsearch/issues/132123
560+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
561+ method : testDenseVectorMappingUpdate {initialType=int8_flat updateType=hnsw}
562+ issue : https://github.com/elastic/elasticsearch/issues/132124
563+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
564+ method : testDenseVectorMappingUpdate {initialType=int8_flat updateType=int4_flat}
565+ issue : https://github.com/elastic/elasticsearch/issues/132125
566+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
567+ method : testDenseVectorMappingUpdate {initialType=flat updateType=int8_hnsw}
568+ issue : https://github.com/elastic/elasticsearch/issues/132126
569+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
570+ method : testDenseVectorMappingUpdate {initialType=bbq_disk updateType=bbq_disk}
571+ issue : https://github.com/elastic/elasticsearch/issues/132127
572+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
573+ method : testDenseVectorMappingUpdate {initialType=flat updateType=int8_flat}
574+ issue : https://github.com/elastic/elasticsearch/issues/132129
575+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
576+ method : " testDenseVectorMappingUpdate {initialType=flat updateType=bbq_disk #2}"
577+ issue : https://github.com/elastic/elasticsearch/issues/132130
578+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
579+ method : testDenseVectorMappingUpdate {initialType=int4_flat updateType=bbq_flat}
580+ issue : https://github.com/elastic/elasticsearch/issues/132132
581+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
582+ method : testDenseVectorMappingUpdate {initialType=int8_hnsw updateType=int4_hnsw}
583+ issue : https://github.com/elastic/elasticsearch/issues/132133
584+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
585+ method : testDenseVectorMappingUpdate {initialType=bbq_flat updateType=bbq_disk}
586+ issue : https://github.com/elastic/elasticsearch/issues/132134
587+ - class : org.elasticsearch.upgrades.RunningSnapshotIT
588+ method : testRunningSnapshotCompleteAfterUpgrade {upgradedNodes=1}
589+ issue : https://github.com/elastic/elasticsearch/issues/132135
590+ - class : org.elasticsearch.upgrades.RunningSnapshotIT
591+ method : testRunningSnapshotCompleteAfterUpgrade {upgradedNodes=2}
592+ issue : https://github.com/elastic/elasticsearch/issues/132136
593+ - class : org.elasticsearch.upgrades.RunningSnapshotIT
594+ method : testRunningSnapshotCompleteAfterUpgrade {upgradedNodes=3}
595+ issue : https://github.com/elastic/elasticsearch/issues/132137
596+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
597+ method : testDenseVectorMappingUpdate {initialType=int4_flat updateType=int4_hnsw}
598+ issue : https://github.com/elastic/elasticsearch/issues/132140
599+ - class : org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
600+ method : testDenseVectorMappingUpdate {initialType=int8_flat updateType=bbq_hnsw}
601+ issue : https://github.com/elastic/elasticsearch/issues/132141
548602
549603# Examples:
550604#
0 commit comments