File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy Expand file tree Collapse file tree 2 files changed +7
-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 @@ -297,9 +297,6 @@ tests:
297297- class : org.elasticsearch.env.NodeEnvironmentTests
298298 method : testIndexCompatibilityChecks
299299 issue : https://github.com/elastic/elasticsearch/issues/124388
300- - class : org.elasticsearch.entitlement.runtime.policy.PolicyManagerTests
301- method : testFilesEntitlementsWithExclusive
302- issue : https://github.com/elastic/elasticsearch/issues/124420
303300- class : org.elasticsearch.xpack.restart.FullClusterRestartIT
304301 method : testWatcherWithApiKey {cluster=UPGRADED}
305302 issue : https://github.com/elastic/elasticsearch/issues/124159
@@ -381,6 +378,12 @@ tests:
381378- class : org.elasticsearch.index.engine.ThreadPoolMergeSchedulerTests
382379 method : testSchedulerCloseWaitsForRunningMerge
383380 issue : https://github.com/elastic/elasticsearch/issues/125236
381+ - class : org.elasticsearch.xpack.ilm.history.ILMHistoryItemTests
382+ method : testTruncateLongError
383+ issue : https://github.com/elastic/elasticsearch/issues/125216
384+ - class : org.elasticsearch.index.shard.StoreRecoveryTests
385+ method : testAddIndices
386+ issue : https://github.com/elastic/elasticsearch/issues/124104
384387
385388# Examples:
386389#
You can’t perform that action at this time.
0 commit comments