File tree 2 files changed +4
-4
lines changed
libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ public void testFilesEntitlementsWithExclusive() {
508
508
assertThat (
509
509
iae .getMessage (),
510
510
allOf (
511
- containsString ("Path [/base/test ] is already exclusive" ),
511
+ containsString ("Path [" + testPath1 + " ] is already exclusive" ),
512
512
containsString ("[plugin1][test.module1]" ),
513
513
containsString ("[plugin2][test.module2]" ),
514
514
containsString ("cannot add exclusive access" )
Original file line number Diff line number Diff line change @@ -464,9 +464,6 @@ tests:
464
464
- class : org.elasticsearch.index.shard.StoreRecoveryTests
465
465
method : testAddIndices
466
466
issue : https://github.com/elastic/elasticsearch/issues/124104
467
- - class : org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
468
- method : testFilesEntitlementsWithExclusive
469
- issue : https://github.com/elastic/elasticsearch/issues/124420
470
467
- class : org.elasticsearch.xpack.core.common.notifications.AbstractAuditorTests
471
468
method : testRecreateTemplateWhenDeleted
472
469
issue : https://github.com/elastic/elasticsearch/issues/123232
@@ -483,3 +480,6 @@ tests:
483
480
- class : org.elasticsearch.xpack.inference.external.request.azureopenai.embeddings.AzureOpenAiEmbeddingsRequestTests
484
481
method : testCreateRequest_WithEntraIdDefined
485
482
issue : https://github.com/elastic/elasticsearch/issues/125061
483
+ - class : org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
484
+ method : testTruncateLongError
485
+ issue : https://github.com/elastic/elasticsearch/issues/125216
You can’t perform that action at this time.
0 commit comments