Skip to content

Commit d84eb1f

Browse files
authored
Update bbq test data to better distinguish docs (#125705)
Adjust the test data. I verified that the scores are now more distinguishable when: - each doc has its own segment - when 1 & 2 are in the same segment but 3 is alone - 2 & 3 in the same segment but 1 alone - 1 & 3 in the same segment but 2 alone - all three in the same segment closes: #123727 closes: #124848
1 parent b476ee1 commit d84eb1f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

muted-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -245,16 +245,12 @@ tests:
245245
- class: org.elasticsearch.action.admin.cluster.node.tasks.CancellableTasksIT
246246
method: testChildrenTasksCancelledOnTimeout
247247
issue: https://github.com/elastic/elasticsearch/issues/123568
248-
- class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
249-
method: test {p0=search.vectors/41_knn_search_bbq_hnsw/Test knn search}
250-
issue: https://github.com/elastic/elasticsearch/issues/123727
251248
- class: org.elasticsearch.xpack.downsample.DataStreamLifecycleDownsampleDisruptionIT
252249
method: testDataStreamLifecycleDownsampleRollingRestart
253250
issue: https://github.com/elastic/elasticsearch/issues/123769
254251
- class: org.elasticsearch.xpack.searchablesnapshots.FrozenSearchableSnapshotsIntegTests
255252
method: testCreateAndRestorePartialSearchableSnapshot
256253
issue: https://github.com/elastic/elasticsearch/issues/123773
257-
258254
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
259255
method: test {p0=snapshot/10_basic/Create a source only snapshot and then restore it}
260256
issue: https://github.com/elastic/elasticsearch/issues/122755
@@ -318,9 +314,6 @@ tests:
318314
- class: org.elasticsearch.common.metrics.ExponentiallyWeightedMovingRateTests
319315
method: testEwmr_threadSafe
320316
issue: https://github.com/elastic/elasticsearch/issues/124692
321-
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
322-
method: test {p0=search.vectors/41_knn_search_bbq_hnsw/Test knn search}
323-
issue: https://github.com/elastic/elasticsearch/issues/124848
324317
- class: org.elasticsearch.packaging.test.BootstrapCheckTests
325318
method: test20RunWithBootstrapChecks
326319
issue: https://github.com/elastic/elasticsearch/issues/124940

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/41_knn_search_bbq_hnsw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ setup:
6565
-0.279, 0.402, -0.107, 0.308, -0.273, 0.019, 0.082, 0.399,
6666
-0.658, -0.03 , 0.276, 0.041, 0.187, -0.331, 0.165, 0.017,
6767
0.171, -0.203, -0.198, 0.115, -0.007, 0.337, -0.444, 0.615,
68-
-0.657, 1.285, 0.2 , -0.062, 0.038, 0.089, -0.068, -0.058]
68+
-0.683, 1.331, 0.194, -0.157, -0.1 , -0.279, -0.098, -0.176]
6969
# Flush in order to provoke a merge later
7070
- do:
7171
indices.flush:

0 commit comments

Comments
 (0)