elasticsearchmachine
bcad4f0d24
Mute org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT #112147
2024-08-23 23:59:44 +10:00
elasticsearchmachine
915528c00e
Mute org.elasticsearch.xpack.test.rest.XPackRestIT test {p0=transform/preview_transforms/Test preview transform latest} #112144
2024-08-23 23:08:09 +10:00
elasticsearchmachine
3ab1634509
Mute org.elasticsearch.test.rest.ClientYamlTestSuiteIT org.elasticsearch.test.rest.ClientYamlTestSuiteIT #112143
2024-08-23 22:32:20 +10:00
elasticsearchmachine
7b1d2a2543
Mute org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test {stats.ByTwoCalculatedSecondOverwritesReferencingFirst SYNC} #112118
2024-08-23 06:44:31 +10:00
elasticsearchmachine
5dcdc34927
Mute org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT test {stats.ByTwoCalculatedSecondOverwrites SYNC} #112117
2024-08-23 06:43:13 +10:00
Nik Everett
d802e6fd11
Test infra: Catch and report errors building error ( #112109 )
...
This modifies our `matchesMap` and `matchesList` infrastructure to
report when it encounters an error building the description of an error.
This looks something like:
```
a map containing
foo: expected "val" but error describing <java.lang.IllegalStateException: intentional failure
... a whole stack trace ...>
bar: <val>
```
This preserves the original error message while also giving you the
context for the actual failure.
Relates to #112039 Relates to #112049
2024-08-23 06:04:32 +10:00
Ankita Kumar
5534a1f856
Fix Test Failure in SplitIndexIT ( #112070 )
...
This PR fixes the testSplitIndexPrimaryTerm() test inside SplitIndexIT. Fixes #111282
2024-08-22 12:34:45 -04:00
elasticsearchmachine
322d319a83
Mute org.elasticsearch.xpack.esql.EsqlAsyncSecurityIT testLimitedPrivilege #112110
2024-08-23 01:39:25 +10:00
elasticsearchmachine
31cdc43286
Mute org.elasticsearch.xpack.ml.integration.MlJobIT testDeleteJobAfterMissingIndex #112088
2024-08-22 18:08:41 +10:00
Nhat Nguyen
967af10d58
Fix DocValuesCodecDuelTests testDuel ( #112084 )
...
We need to check the returned doc id from advance() before accessing the
values of the current document.
Closes #112082
2024-08-22 17:08:38 +10:00
elasticsearchmachine
158901577d
Mute org.elasticsearch.xpack.inference.InferenceRestIT test {p0=inference/80_random_rerank_retriever/Random rerank retriever predictably shuffles results} #111999
2024-08-22 15:09:35 +10:00
elasticsearchmachine
a226826786
Mute org.elasticsearch.index.codec.tsdb.DocValuesCodecDuelTests testDuel #112082
2024-08-22 14:28:36 +10:00
Iván Cea Fontenla
e9b2e57329
Unskip mv_percentile tests and add extra debugging data ( #112061 )
...
Closes https://github.com/elastic/elasticsearch/issues/112036 Closes
https://github.com/elastic/elasticsearch/issues/112037
This isn't fixing anything, as I couldn't reproduce the issue. But at
least now, if it fails again, we know which data rendered that result
exactly (Or so I wish...)
2024-08-22 00:48:51 +10:00
Siddharth Rayabharam
2b7a3cd062
Unmuted ModelRegistry testGetModel ( #112042 )
2024-08-21 08:37:22 -04:00
Ignacio Vera
5d5d2e8a63
[ESQL] Fix cases of geometry collections with one point in CartesianPoint queries ( #111193 )
2024-08-21 11:39:54 +02:00
Kostas Krikellas
a294265bfd
Re-enable xpack yaml tests ( #112031 )
2024-08-21 09:34:08 +03:00
elasticsearchmachine
3153bd0c63
Mute org.elasticsearch.xpack.esql.qa.single_node.RestEsqlIT testForceSleepsProfile {ASYNC} #112049
2024-08-21 14:32:43 +10:00
elasticsearchmachine
3a122a7d71
Mute org.elasticsearch.xpack.esql.qa.single_node.RestEsqlIT testForceSleepsProfile {SYNC} #112039
2024-08-21 06:24:58 +10:00
elasticsearchmachine
94aa6ce1b2
Mute org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT test {mv_percentile.FromIndex ASYNC} #112037
2024-08-21 05:16:33 +10:00
elasticsearchmachine
fe5fa0575b
Mute org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT test {mv_percentile.FromIndex SYNC} #112036
2024-08-21 05:16:20 +10:00
Fang Xing
8841c61ee3
EsqlCapabilities for casting string to version ( #112032 )
2024-08-20 14:44:56 -04:00
Max Hniebergall
f2021f4630
Unmute the test, it had already been fixed but wasn't unmuted ( #111800 )
2024-08-20 12:52:30 -04:00
Johannes Fredén
47d331662c
Fix query roles test by setting license synchronously ( #112002 )
...
Relates: https://github.com/elastic/elasticsearch/issues/110729
The `testQueryDLSFLSRolesShowAsDisabled` failed intermittently and my
theory is that it's because applying the license of the cluster to
cluster state has `NORMAL` priority and therefore sometimes (very
rarely) takes more than 10 seconds. There are some related discussions
to this, see: https://github.com/elastic/elasticsearch/pull/67182 ,
https://github.com/elastic/elasticsearch/issues/64578
Since we're not testing the actual license lifecycle in this test, but
instead how an applied license impacts the query roles API, I changed
the approach to use the synchronous `/_license/start_trial` API in a
`@before` so we can be sure the license was applied before we start
testing. An alternative to this fix could be to increase the timeout.
2024-08-20 22:42:44 +10:00
elasticsearchmachine
e3bf795659
Mute org.elasticsearch.xpack.esql.qa.mixed.FieldExtractorIT testScaledFloat #112003
2024-08-20 17:11:25 +10:00
Lorenzo Dematté
7bf730a88f
Fix: HierarchyCircuitBreakerTelemetryTests testCircuitBreakerTripCountMetric failing ( #111831 )
...
* Cleanup code and teardown for testCircuitBreakerTripCountMetric
* Move to a more appropriate location
2024-08-19 15:55:58 +02:00
elasticsearchmachine
445be15766
Mute org.elasticsearch.xpack.test.rest.XPackRestIT org.elasticsearch.xpack.test.rest.XPackRestIT #111944
2024-08-16 15:21:52 +10:00
elasticsearchmachine
13c9030c4f
Mute org.elasticsearch.xpack.sql.qa.security.JdbcCsvSpecIT org.elasticsearch.xpack.sql.qa.security.JdbcCsvSpecIT #111923
2024-08-16 00:41:09 +10:00
elasticsearchmachine
15890e1e67
Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT #111923
2024-08-15 17:01:11 +10:00
elasticsearchmachine
504efd92f1
Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_2} #111919
2024-08-15 16:13:13 +10:00
elasticsearchmachine
c0d03e67e9
Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT test {date.testDateParseHaving} #111921
2024-08-15 16:13:04 +10:00
elasticsearchmachine
466760b196
Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_1} #111918
2024-08-15 16:12:55 +10:00
elasticsearchmachine
23e659b804
Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT test {datetime.testDateTimeParseHaving} #111922
2024-08-15 16:12:44 +10:00
elasticsearchmachine
5411befe4c
Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT #111923
2024-08-15 16:03:51 +10:00
elasticsearchmachine
bbdf64d64d
Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_1} #111918
2024-08-15 15:32:48 +10:00
elasticsearchmachine
afa788f7bb
Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT test {datetime.testDateTimeParseHaving} #111922
2024-08-15 15:32:40 +10:00
elasticsearchmachine
49b1b28681
Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT test {date.testDateParseHaving} #111921
2024-08-15 15:32:32 +10:00
elasticsearchmachine
c6bd898684
Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_2} #111919
2024-08-15 15:32:23 +10:00
elasticsearchmachine
2fe7077028
Mute org.elasticsearch.xpack.sql.qa.security.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_2} #111919
2024-08-15 12:14:56 +10:00
elasticsearchmachine
e1170692fd
Mute org.elasticsearch.xpack.sql.qa.security.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_1} #111918
2024-08-15 12:14:31 +10:00
elasticsearchmachine
9940f90a5f
Mute org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT test {p0=esql/26_aggs_bucket/friendlier BUCKET interval: monthly #110916} #111902
2024-08-15 01:55:27 +10:00
elasticsearchmachine
6ada42bcfa
Mute org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT test {p0=esql/26_aggs_bucket/friendlier BUCKET interval hourly: #110916} #111901
2024-08-15 01:55:18 +10:00
Benjamin Trent
d0bd1f2cb1
fixing data setup for knn yaml tests ( #111794 )
...
We should do set up just in the test as that is the only place that uses
this index. This way we get around any weird bwc checks around
previously required parameters.
Additionally, this adjusts the bwc version skip as the code fix has been
backported.
closes: https://github.com/elastic/elasticsearch/issues/111765 closes:
https://github.com/elastic/elasticsearch/issues/111766 closes:
https://github.com/elastic/elasticsearch/issues/111767 closes:
https://github.com/elastic/elasticsearch/issues/111768
2024-08-13 06:38:14 +10:00
Benjamin Trent
b0cbb0ce1d
Test mute for #111814 ( #111815 )
...
Test mute for issue:
https://github.com/elastic/elasticsearch/issues/111814
2024-08-13 05:31:52 +10:00
elasticsearchmachine
98ee53c45c
Mute org.elasticsearch.indices.breaker.HierarchyCircuitBreakerTelemetryTests testCircuitBreakerTripCountMetric #111778
2024-08-13 00:10:20 +10:00
elasticsearchmachine
cabe1b1648
Mute org.elasticsearch.xpack.restart.CoreFullClusterRestartIT testSnapshotRestore {cluster=UPGRADED} #111799
2024-08-12 23:39:53 +10:00
elasticsearchmachine
5a23929d31
Mute org.elasticsearch.upgrades.FullClusterRestartIT testSnapshotRestore {cluster=UPGRADED} #111798
2024-08-12 23:36:36 +10:00
elasticsearchmachine
6479be49bf
Mute org.elasticsearch.xpack.restart.CoreFullClusterRestartIT testSnapshotRestore {cluster=OLD} #111775
2024-08-12 22:49:19 +10:00
elasticsearchmachine
a81755dd13
Mute org.elasticsearch.upgrades.FullClusterRestartIT testSnapshotRestore {cluster=OLD} #111777
2024-08-12 22:49:06 +10:00
elasticsearchmachine
fd916c221a
Mute org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT #111765
2024-08-10 06:39:24 +10:00
Alexander Spies
f0d06ee380
Skip LOOKUP/INLINESTATS cases unless on snapshot ( #111755 )
...
Fix https://github.com/elastic/elasticsearch/issues/111753
2024-08-10 01:21:39 +10:00