Commit graph

558 commits

Author SHA1 Message Date
Yang Wang
d4d71417f6
fix trappy http stream tests (#116829) (#116905)
(cherry picked from commit 94897268b3)

# Conflicts:
#	modules/transport-netty4/src/internalClusterTest/java/org/elasticsearch/http/netty4/Netty4IncrementalRequestHandlingIT.java
#	modules/transport-netty4/src/main/java/org/elasticsearch/http/netty4/Netty4HttpRequestBodyStream.java
#	muted-tests.yml

Co-authored-by: Mikhail Berezovskiy <mikhail@elastic.co>
2024-11-18 17:01:44 +11:00
elasticsearchmachine
46a350df91 Mute org.elasticsearch.http.netty4.Netty4IncrementalRequestHandlingIT testServerCloseConnectionMidStream #116774 2024-11-15 08:49:26 +11:00
Simon Cooper
eda35e62c7
[8.16] Make snapshot restore release version check more lenient (#116727) (#116803)
* Make snapshot restore release version check more lenient (#116727)

* Add unmutes
2024-11-15 00:56:54 +11:00
elasticsearchmachine
73bdb03a0b Mute org.elasticsearch.ingest.geoip.EnterpriseGeoIpDownloaderIT testEnterpriseDownloaderTask #115163 2024-11-14 00:45:36 +11:00
elasticsearchmachine
acf2a96a3e Mute org.elasticsearch.xpack.searchablesnapshots.SearchableSnapshotsCanMatchOnCoordinatorIntegTests testSearchableSnapshotShardsAreSkippedBySearchRequestWithoutQueryingAnyNodeWhenTheyAreOutsideOfTheQueryRange #116523 2024-11-12 01:57:33 +11:00
Nikolaj Volgushev
022be89607
[8.16] Fix race conditions in file settings service tests (#116309) (#116403)
# Backport

This will backport the following commits from `main` to `8.16`:
 - [Fix race conditions in file settings service tests (#116309)](https://github.com/elastic/elasticsearch/pull/116309)
2024-11-07 15:52:58 +01:00
elasticsearchmachine
2fb244216d Mute org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT test {categorize.Categorize SYNC} #113054 2024-11-07 16:49:36 +11:00
Lee Hinman
2796093f76
Mute DeprecationHttpIT.testDeprecatedSettingsReturnWarnings (#116349)
Relates to https://github.com/elastic/elasticsearch/issues/108628
2024-11-07 05:34:12 +11:00
elasticsearchmachine
9fa97647b3 [test-triage] Unmuting stale muted items 2024-11-07 05:02:40 +11:00
elasticsearchmachine
5aa974c167 [test-triage] Unmuting stale muted items 2024-11-06 08:53:01 +11:00
elasticsearchmachine
e2992351e8 [test-triage] Unmuting stale muted items 2024-11-06 08:47:14 +11:00
Mark Vieira
0cb69579e3
Unmute HdfsRepositoryAnalysisRestIT (#116056) (#116114) 2024-11-05 08:25:42 -08:00
David Kyle
9f98d2331b
[CI] Unmute UpgradeClusterClientYamlTestSuiteIT (#116169)
Related to #115170
2024-11-05 10:52:57 +01:00
elasticsearchmachine
0f3ab61951 Mute org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT test {categorize.Categorize ASYNC} #113055 2024-11-05 11:26:48 +11:00
elasticsearchmachine
15bae7e99f Mute org.elasticsearch.search.basic.SearchWhileRelocatingIT testSearchAndRelocateConcurrentlyRandomReplicas #116145 2024-11-04 22:01:24 +11:00
Nikolaj Volgushev
d4b43089c8
[8.16] Fix file settings service restart IT (#115917) (#116163)
* Resolve

* Fix
2024-11-04 21:12:16 +11:00
Parker Timmins
ba80c4cabc
[8.16] Resolve pipelines from template if lazy rollover write (#116031) (#116131)
* Resolve pipelines from template if lazy rollover write  (#116031)

If datastream rollover on write flag is set in cluster state, resolve pipelines from templates rather than from metadata. This fixes the following bug: when a pipeline reroutes every document to another index, and rollover is called with lazy=true (setting the rollover on write flag), changes to the pipeline do not go into effect, because the lack of writes means the data stream never rolls over and pipelines in metadata are not updated. The fix is to resolve pipelines from templates if the lazy rollover flag is set. To improve efficiency we only resolve pipelines once per index in the bulk request, caching the value, and reusing for other requests to the same index.

Fixes: #112781

* Remute tests blocking merge

* Remute tests blocking merge
2024-11-03 04:12:06 +11:00
elasticsearchmachine
d36289ccbf [test-triage] Unmuting stale muted items 2024-11-02 08:04:20 +11:00
Mark Vieira
78435b5a42
Unmute GlobalCheckpointSyncActionIT (#116037) (#116040)
Closes #111124
2024-10-31 15:11:22 -07:00
Kostas Krikellas
776af45e00
[8.16][TEST] Add missing required feature to yaml tests (#116010)
* Update muted-tests.yml

* Update 20_synthetic_source.yml
2024-10-31 15:38:39 +02:00
Simon Cooper
0bd7fa4135
[8.16] Fix NodeStatsTests chunking (#115929) (#115956)
* Fix NodeStatsTests chunking (#115929)

Rewrite the test to make it a bit clearer

* ScriptStats hasn't been converted
2024-10-31 04:51:39 +11:00
Mike Pellegrini
992a973d8d
Add Default ELSER 2 Capability (#115939) 2024-10-30 13:51:23 -04:00
Nikolaj Volgushev
b2027f04a6
Mute UpgradeClusterClientYamlTestSuiteIT#indices.create/20_synthetic_source tests (#115925)
Manual mute for: https://github.com/elastic/elasticsearch/issues/115910,
https://github.com/elastic/elasticsearch/issues/115911,
https://github.com/elastic/elasticsearch/issues/115912

These are also failing on 8.16.
2024-10-30 22:02:04 +11:00
Slobodan Adamović
b6a5192e02
Fix lingering license warning header in IP filter (#115510) (#115839)
Fixes another place where we do not stash thread context
that causes the license warning header to persist in
the thread context across Netty worker threads.

Resolves #114865

Relates to #107573

(cherry picked from commit fb9e028565)

# Conflicts:
#	muted-tests.yml
2024-10-30 00:09:43 +11:00
elasticsearchmachine
9c6eef2bb5 Mute org.elasticsearch.reservedstate.service.FileSettingsServiceTests testProcessFileChanges #115280 2024-10-28 23:37:18 +11:00
elasticsearchmachine
1ea6ef0623 Mute org.elasticsearch.xpack.inference.rest.ServerSentEventsRestActionListenerTests testNoStream #114788 2024-10-27 23:43:34 +11:00
elasticsearchmachine
0f02493566 Mute org.elasticsearch.xpack.security.FileSettingsRoleMappingsRestartIT testFileSettingsReprocessedOnRestartWithoutVersionChange #115450 2024-10-27 15:24:27 +11:00
elasticsearchmachine
493dfc3760 Mute org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT #115170 2024-10-26 15:51:00 +11:00
Keith Massey
e627e601c6
Fixing DatabaseNodeServiceIT testNonGzippedDatabase and testGzippedDatabase race condition (#115463) (#115708)
Co-authored-by: Joe Gallo <joegallo@gmail.com>
2024-10-26 10:24:49 +11:00
John Wagster
239038bba7
removing vestigial 'Date range' test (#115677) 2024-10-26 04:24:22 +11:00
Yang Wang
9f0551a578
[8.16] [Test] Flush response body for progress (#115177) (#115613)
* [Test] Flush response body for progress (#115177)

In JDK23, response headers are no longer always immediately sent. See
also https://bugs.openjdk.org/browse/JDK-8331847 This PR adds flush call
for the response body to make progress.

Resolves: #115145 Resolves: #115164
(cherry picked from commit 8c23fd7712)

* unmute
2024-10-25 13:40:35 +11:00
Ryan Ernst
194dc1d428
Use jna cleaner thread filter in spawner tests (#115598) (#115610)
This commit filters out jna cleaner threads specifically in the spawner
tests (which have a different set of filters from ESTestCase because
they extend LuceneTestCase).

closes #114555
2024-10-25 11:33:55 +11:00
elasticsearchmachine
6a637fdc48 Mute org.elasticsearch.repositories.s3.S3BlobContainerRetriesTests testReadRetriesAfterMeaningfulProgress #115583 2024-10-25 05:12:56 +11:00
David Kyle
644cd2ee4c
[8.16][ML] Fix .inference index leaking out of tests. (#115343)
Backport of #115023 with additional logic to handle streaming to/from a patch version
2024-10-24 12:05:56 +01:00
Nikolaj Volgushev
6c3168ad5c
Fix file settings service test on windows (#115234) (#115491)
Backport #115234
2024-10-24 18:35:28 +11:00
Joe Gallo
5bdeaa1f6d
Close exchanges in HttpClientTests (#115059) (#115458) 2024-10-24 11:36:47 +11:00
elasticsearchmachine
ea119e5c6d Mute org.elasticsearch.xpack.inference.DefaultEndPointsIT testInferDeploysDefaultE5 #115361 2024-10-24 06:23:20 +11:00
Nik Everett
ffe836e398
ESQL: Fix test muting (#115448)
Fix the test muting on the test for grapheme clusters - it should only
allow the test if we're on the 20+ jvm.

Closes #114536
2024-10-24 06:11:19 +11:00
elasticsearchmachine
00512cc980 Mute org.elasticsearch.ingest.geoip.DatabaseNodeServiceIT testNonGzippedDatabase #113821 2024-10-24 05:01:32 +11:00
Mark Vieira
ecaf947a68
Mute org.elasticsearch.bootstrap.SpawnerNoBootstrapTests (#114555)
(cherry picked from commit f3572f4ff2)
2024-10-23 09:35:11 -07:00
elasticsearchmachine
2715c18025
Mute org.elasticsearch.xpack.security.operator.OperatorPrivilegesIT testEveryActionIsEitherOperatorOnlyOrNonOperator #102992
(cherry picked from commit 3b9d55dce1)
2024-10-23 08:28:45 -07:00
Keith Massey
1d9b13d845
Unmuting 80_ingest_simulate method (#115370) (#115371)
It looks like this test was accidentally re-muted. Unmuting again.
Closes #112575
2024-10-23 10:44:51 +11:00
elasticsearchmachine
6e7fea8386
Mute org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT test {yaml=reference/rest-api/usage/line_38} #113694 2024-10-22 16:14:21 -07:00
elasticsearchmachine
5ce260c9cf Mute org.elasticsearch.xpack.enrich.EnrichIT testDeleteExistingPipeline #114775 2024-10-23 09:30:22 +11:00
elasticsearchmachine
5b306c7f2a
Mute org.elasticsearch.reservedstate.service.FileSettingsServiceTests testProcessFileChanges #115280 2024-10-22 15:27:18 -07:00
elasticsearchmachine
fb02fdd9a1 Mute org.elasticsearch.ingest.geoip.HttpClientTests org.elasticsearch.ingest.geoip.HttpClientTests #115169 2024-10-23 07:41:56 +11:00
elasticsearchmachine
1167fab628 Mute org.elasticsearch.xpack.security.authc.ldap.GroupMappingIT org.elasticsearch.xpack.security.authc.ldap.GroupMappingIT #115221 2024-10-22 06:53:16 +11:00
elasticsearchmachine
cc17604939 Mute org.elasticsearch.xpack.enrich.EnrichIT testImmutablePolicy #114839 2024-10-21 22:53:36 +11:00
Kostas Krikellas
5a9c65a55f
[8.16] Fix allowed warnings (#114991) (#115184)
* Fix allowed warnings (#114991)

Fixes #114961

(cherry picked from commit cfdc65482b)

* Update muted-tests.yml
2024-10-21 20:45:39 +11:00
elasticsearchmachine
0d0cba2894 Mute org.elasticsearch.xpack.logsdb.LogsdbTestSuiteIT org.elasticsearch.xpack.logsdb.LogsdbTestSuiteIT #115176 2024-10-21 08:49:45 +11:00