Skip to content
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

Fix and unmute entitlements unit tests #125217

Merged
merged 17 commits into from
Mar 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public void testFilesEntitlementsWithExclusive() {
assertThat(
iae.getMessage(),
allOf(
containsString("Path [/base/test] is already exclusive"),
containsString("Path [" + testPath1 + "] is already exclusive"),
containsString("[plugin1][test.module1]"),
containsString("[plugin2][test.module2]"),
containsString("cannot add exclusive access")
Expand Down
9 changes: 6 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,6 @@ tests:
- class: org.elasticsearch.env.NodeEnvironmentTests
method: testIndexCompatibilityChecks
issue: https://github.com/elastic/elasticsearch/issues/124388
- class: org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
method: testFilesEntitlementsWithExclusive
issue: https://github.com/elastic/elasticsearch/issues/124420
- class: org.elasticsearch.xpack.restart.FullClusterRestartIT
method: testWatcherWithApiKey {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/124159
Expand Down Expand Up @@ -390,6 +387,12 @@ tests:
- class: org.elasticsearch.index.engine.ThreadPoolMergeSchedulerTests
method: testSchedulerCloseWaitsForRunningMerge
issue: https://github.com/elastic/elasticsearch/issues/125236
- class: org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
method: testTruncateLongError
issue: https://github.com/elastic/elasticsearch/issues/125216
- class: org.elasticsearch.index.shard.StoreRecoveryTests
method: testAddIndices
issue: https://github.com/elastic/elasticsearch/issues/124104

# Examples:
#
Expand Down