-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Disable async search rest tests in release builds #131132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
elasticsearchmachine
merged 1 commit into
elastic:main
from
mark-vieira:disable-async-search-test-release
Jul 11, 2025
Merged
Disable async search rest tests in release builds #131132
elasticsearchmachine
merged 1 commit into
elastic:main
from
mark-vieira:disable-async-search-test-release
Jul 11, 2025
Conversation
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
Pinging @elastic/es-core-infra (Team:Core/Infra) |
mark-vieira
added a commit
to mark-vieira/elasticsearch
that referenced
this pull request
Jul 11, 2025
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds. Closes elastic#130978
This was referenced Jul 12, 2025
mark-vieira
added a commit
to mark-vieira/elasticsearch
that referenced
this pull request
Jul 12, 2025
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds. Closes elastic#130978
mark-vieira
added a commit
to mark-vieira/elasticsearch
that referenced
this pull request
Jul 12, 2025
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds. Closes elastic#130978
mark-vieira
added a commit
to mark-vieira/elasticsearch
that referenced
this pull request
Jul 12, 2025
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds. Closes elastic#130978
mark-vieira
added a commit
to mark-vieira/elasticsearch
that referenced
this pull request
Jul 12, 2025
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds. Closes elastic#130978
Maybe #131134 could fix it without disabling the whole test? |
elasticsearchmachine
pushed a commit
that referenced
this pull request
Jul 12, 2025
elasticsearchmachine
pushed a commit
that referenced
this pull request
Jul 12, 2025
elasticsearchmachine
pushed a commit
that referenced
this pull request
Jul 12, 2025
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Jul 14, 2025
…king * upstream/main: (33 commits) Allow both WithEntitlementsOnTestCode and EntitledTestPackages together (elastic#130826) Move streams status actions to cluster:monitor group (elastic#131015) Update JDK base image for OIDC fixture (elastic#131176) Mute org.elasticsearch.xpack.esql.ccq.MultiClustersIT testLookupJoinAliases elastic#131166 Mute org.elasticsearch.index.engine.ThreadPoolMergeExecutorServiceDiskSpaceTests testEnqueuedMergeTasksAreUnblockedWhenEstimatedMergeSizeChanges elastic#131165 Mute org.elasticsearch.xpack.esql.ccq.MultiClustersIT testNotLikeListKeyword elastic#131155 Mute org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT test elastic#131154 Check file entitlements on the Lucene FilterFileSystem in tests (elastic#130825) Mute org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT test {lookup-join.MvJoinKeyOnFromAfterStats ASYNC} elastic#131148 Move FrequencyCappedAction to common package (elastic#131060) Mute org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT testStopQueryLocal elastic#121672 Remove nesting from multi allocation decision (elastic#130844) Disable async search rest tests in release builds (elastic#131132) Fix testStopQueryLocal (elastic#131130) Fixes based on resharding disruption tests (elastic#130870) Remove inactive logger (elastic#131121) Add wait for remote start for the test (elastic#131124) Add existing shards allocator settings to failure store allowed list. (elastic#131056) Don't allow field caps to use semantic queries as index filters (elastic#131111) issue should be already fixed by elastic#121466 (elastic#130860) ...
Seems odd if the tests don't require that plugin, why even install it? |
I think some tests require it, but those are disabled in release with |
elasticsearchmachine
pushed a commit
that referenced
this pull request
Jul 14, 2025
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds. Closes #130978 Co-authored-by: Lorenzo Dematté <[email protected]>
mark-vieira
added a commit
that referenced
this pull request
Jul 15, 2025
mridula-s109
pushed a commit
to mridula-s109/elasticsearch
that referenced
this pull request
Jul 17, 2025
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds. Closes elastic#130978
mridula-s109
pushed a commit
to mridula-s109/elasticsearch
that referenced
this pull request
Jul 17, 2025
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds. Closes elastic#130978
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auto-backport
Automatically create backport pull requests when merged
auto-merge-without-approval
Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!)
:Core/Infra/Core
Core issues without another label
Team:Core/Infra
Meta label for core/infra team
>test
Issues or PRs that are addressing/adding tests
test-release
Trigger CI checks against release build
v8.17.10
v8.18.5
v8.19.1
v9.0.5
v9.1.1
v9.2.0
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.
These tests rely on test-only modules which can only be installed in snapshot builds of ES. This disables these tests in our release builds.
Closes #130978