Skip to content

Commit d47915b

Browse files
Merge branch 'main' into master-node-disconnect
2 parents cc67155 + 7a34391 commit d47915b

File tree

21 files changed

+709
-254
lines changed

21 files changed

+709
-254
lines changed

docs/changelog/132689.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132689
2+
summary: Add support for dimensions in google vertex ai request
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/132744.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
pr: 132744
2+
summary: Fix async operator warnings not always sent when blocking
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 130642
7+
- 132554
8+
- 132778
9+
- 130296
10+
- 132555
11+
- 131563
12+
- 131148
13+
- 132604
14+
- 128030

muted-tests.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,6 @@ tests:
284284
- class: org.elasticsearch.xpack.esql.action.CrossClusterQueryWithPartialResultsIT
285285
method: testOneRemoteClusterPartial
286286
issue: https://github.com/elastic/elasticsearch/issues/124055
287-
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
288-
method: test {csv-spec:lookup-join.MvJoinKeyOnTheLookupIndex}
289-
issue: https://github.com/elastic/elasticsearch/issues/128030
290287
- class: org.elasticsearch.packaging.test.EnrollmentProcessTests
291288
method: test20DockerAutoFormCluster
292289
issue: https://github.com/elastic/elasticsearch/issues/128113
@@ -348,18 +345,12 @@ tests:
348345
- class: org.elasticsearch.index.IndexingPressureIT
349346
method: testWriteCanRejectOnPrimaryBasedOnMaxOperationSize
350347
issue: https://github.com/elastic/elasticsearch/issues/130281
351-
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
352-
method: test {csv-spec:lookup-join.MvJoinKeyOnFrom}
353-
issue: https://github.com/elastic/elasticsearch/issues/130296
354348
- class: org.elasticsearch.xpack.esql.inference.bulk.BulkInferenceExecutorTests
355349
method: testSuccessfulExecution
356350
issue: https://github.com/elastic/elasticsearch/issues/130306
357351
- class: org.elasticsearch.gradle.LoggedExecFuncTest
358352
method: failed tasks output logged to console when spooling true
359353
issue: https://github.com/elastic/elasticsearch/issues/119509
360-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
361-
method: test {csv-spec:lookup-join.MvJoinKeyFromRow}
362-
issue: https://github.com/elastic/elasticsearch/issues/130642
363354
- class: org.elasticsearch.indices.stats.IndexStatsIT
364355
method: testFilterCacheStats
365356
issue: https://github.com/elastic/elasticsearch/issues/124447
@@ -369,9 +360,6 @@ tests:
369360
- class: org.elasticsearch.search.SearchWithRejectionsIT
370361
method: testOpenContextsAfterRejections
371362
issue: https://github.com/elastic/elasticsearch/issues/130821
372-
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
373-
method: test {csv-spec:lookup-join.MvJoinKeyOnFromAfterStats}
374-
issue: https://github.com/elastic/elasticsearch/issues/131148
375363
- class: org.elasticsearch.xpack.esql.ccq.MultiClustersIT
376364
method: testLookupJoinAliases
377365
issue: https://github.com/elastic/elasticsearch/issues/131166
@@ -462,12 +450,6 @@ tests:
462450
- class: org.elasticsearch.xpack.esql.inference.completion.CompletionOperatorTests
463451
method: testSimpleCircuitBreaking
464452
issue: https://github.com/elastic/elasticsearch/issues/132382
465-
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
466-
method: test {csv-spec:lookup-join.MvJoinKeyOnFrom}
467-
issue: https://github.com/elastic/elasticsearch/issues/132554
468-
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
469-
method: test {csv-spec:lookup-join.MvJoinKeyFromRow}
470-
issue: https://github.com/elastic/elasticsearch/issues/132555
471453
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
472454
method: test {csv-spec:spatial.ConvertFromStringParseError}
473455
issue: https://github.com/elastic/elasticsearch/issues/132558
@@ -480,9 +462,6 @@ tests:
480462
- class: org.elasticsearch.xpack.logsdb.qa.StoredSourceLogsDbVersusReindexedLogsDbChallengeRestIT
481463
method: testEsqlSource
482464
issue: https://github.com/elastic/elasticsearch/issues/132602
483-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
484-
method: test {csv-spec:lookup-join.MvJoinKeyFromRowExpanded}
485-
issue: https://github.com/elastic/elasticsearch/issues/132604
486465
- class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
487466
method: testRevertModelSnapshot_DeleteInterveningResults
488467
issue: https://github.com/elastic/elasticsearch/issues/132349

0 commit comments

Comments
 (0)