diff --git a/muted-tests.yml b/muted-tests.yml index dfe9bd735f252..81741d38eaad0 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -590,9 +590,6 @@ tests: - class: org.elasticsearch.common.ssl.DefaultJdkTrustConfigTests method: testGetNonPKCS11TrustStoreWithPasswordSet issue: https://github.com/elastic/elasticsearch/issues/130519 -- class: org.elasticsearch.repositories.blobstore.BlobStoreCorruptionIT - method: testCorruptionDetection - issue: https://github.com/elastic/elasticsearch/issues/130536 - class: org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT method: test {yaml=indices.resolve_index/10_basic_resolve_index/Resolve index with hidden and closed indices} issue: https://github.com/elastic/elasticsearch/issues/130568 diff --git a/server/src/internalClusterTest/java/org/elasticsearch/repositories/blobstore/BlobStoreCorruptionIT.java b/server/src/internalClusterTest/java/org/elasticsearch/repositories/blobstore/BlobStoreCorruptionIT.java index dccf1aced6fb1..0070376c18b8f 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/repositories/blobstore/BlobStoreCorruptionIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/repositories/blobstore/BlobStoreCorruptionIT.java @@ -90,7 +90,7 @@ public void testCorruptionDetection() throws Exception { "fallback message", "org.elasticsearch.repositories.blobstore.BlobStoreRepository", Level.ERROR, - "index [*] shard generation [*] in [" + "index [*] shard generation [*] in [default/" + repositoryName + "][*] not found - falling back to reading all shard snapshots" ) @@ -100,7 +100,9 @@ public void testCorruptionDetection() throws Exception { "shard blobs list", "org.elasticsearch.repositories.blobstore.BlobStoreRepository", Level.ERROR, - "read shard snapshots [*] due to missing shard generation [*] for index [*] in [" + repositoryName + "][*]" + "read shard snapshots [*] due to missing shard generation [*] for index [*] in [default/" + + repositoryName + + "][*]" ) ); client().admin()