[8.19] Fix MergeWithLowDiskSpaceIT testRelocationWhileForceMerging#132913
Merged
elasticsearchmachine merged 6 commits intoelastic:8.19from Aug 15, 2025
Merged
Conversation
After triggering a force merge, there might still be other merge tasks running concurrently, so it is incorrect to assert a single merge is blocked in the test. Fix elastic#131789 Co-authored-by: Patrick Doyle <patrick.doyle@elastic.co>
Contributor
Author
|
@elasticmachine test this please |
…elastic#132882) (elastic#132898) The build system for transport versions operate on two different types of projects. A project can have named references to transport versions, and it could also be the source of truth for transport version resources, where latest and definitions files exist. This commit renames the plugins and tasks to consistently use that terminology.
9f1e558 to
0814c1b
Compare
0814c1b to
7dcceb8
Compare
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Aug 15, 2025
* upstream/8.19: [8.19] Fix MergeWithLowDiskSpaceIT testRelocationWhileForceMerging (elastic#132913) Allow the test to also accept partial, this seems to be normal (elastic#132614) (elastic#132949) Add `complete` attribute to .fleet-agents docs (elastic#127651) (elastic#132903) [8.19] docs: add 429 semantic_text troubleshooting (elastic#132747) Reduce logging levels for meter usage tests (elastic#131935) (elastic#131942) Add 8.19.2 Connectors release notes (elastic#132714)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After triggering a force merge, there might still be other merge tasks running concurrently, so it is incorrect to assert a single merge is blocked in the test.
Fix #131789
Backport of #132496
Co-authored-by: Patrick Doyle patrick.doyle@elastic.co