File tree 2 files changed +7
-4
lines changed
libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy
2 files changed +7
-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 @@ -297,9 +297,6 @@ tests:
297
297
- class : org.elasticsearch.env.NodeEnvironmentTests
298
298
method : testIndexCompatibilityChecks
299
299
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
303
300
- class : org.elasticsearch.xpack.restart.FullClusterRestartIT
304
301
method : testWatcherWithApiKey {cluster=UPGRADED}
305
302
issue : https://github.com/elastic/elasticsearch/issues/124159
@@ -381,6 +378,12 @@ tests:
381
378
- class : org.elasticsearch.index.engine.ThreadPoolMergeSchedulerTests
382
379
method : testSchedulerCloseWaitsForRunningMerge
383
380
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
384
387
385
388
# Examples:
386
389
#
You can’t perform that action at this time.
0 commit comments