diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 56b55c95762..d1c3b3fe0cb 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -120,6 +120,8 @@ Bug Fixes * SOLR-11293: Potential data loss in TLOG replicas after replication failures (noble) +* SOLR-10101: TestLazyCores hangs (Erick Erickson) + Optimizations ---------------------- diff --git a/solr/core/src/test/org/apache/solr/core/TestLazyCores.java b/solr/core/src/test/org/apache/solr/core/TestLazyCores.java index 4c50480af0d..6a5697a93f4 100644 --- a/solr/core/src/test/org/apache/solr/core/TestLazyCores.java +++ b/solr/core/src/test/org/apache/solr/core/TestLazyCores.java @@ -781,7 +781,6 @@ public class TestLazyCores extends SolrTestCaseJ4 { } } - @BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10101") // Insure that when a core is aged out of the transient cache, any uncommitted docs are preserved. // Note, this needs FS-based indexes to persist! // Cores 2, 3, 6, 7, 8, 9 are transient @@ -814,7 +813,8 @@ public class TestLazyCores extends SolrTestCaseJ4 { openCores.clear(); // We still should have 6, 7, 8, 9 loaded, their reference counts have NOT dropped to zero - checkInCores(cc, "collection6", "collection7", "collection8", "collection9"); + checkInCores(cc, "collection1", "collection5", + "collection6", "collection7", "collection8", "collection9"); for (String coreName : coreList) { // The point of this test is to insure that when cores are aged out and re-opened