File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ public void testFilesEntitlementsWithExclusive() {
508508 assertThat (
509509 iae .getMessage (),
510510 allOf (
511- containsString ("Path [/base/test ] is already exclusive" ),
511+ containsString ("Path [" + testPath1 + " ] is already exclusive" ),
512512 containsString ("[plugin1][test.module1]" ),
513513 containsString ("[plugin2][test.module2]" ),
514514 containsString ("cannot add exclusive access" )
Original file line number Diff line number Diff line change @@ -464,9 +464,6 @@ tests:
464464- class : org.elasticsearch.index.shard.StoreRecoveryTests
465465 method : testAddIndices
466466 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
470467- class : org.elasticsearch.xpack.core.common.notifications.AbstractAuditorTests
471468 method : testRecreateTemplateWhenDeleted
472469 issue : https://github.com/elastic/elasticsearch/issues/123232
@@ -483,3 +480,6 @@ tests:
483480- class : org.elasticsearch.xpack.inference.external.request.azureopenai.embeddings.AzureOpenAiEmbeddingsRequestTests
484481 method : testCreateRequest_WithEntraIdDefined
485482 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