mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[CST-5288] Disabled solr oai core health indicator during tests
This commit is contained in:
@@ -144,3 +144,5 @@ authentication-ip.Student = 6.6.6.6
|
||||
useProxies = true
|
||||
proxies.trusted.ipranges = 7.7.7.7
|
||||
proxies.trusted.include_ui_ip = true
|
||||
|
||||
management.health.solrOai.enabled = false
|
||||
|
@@ -65,7 +65,6 @@ public class HealthIndicatorsIT extends AbstractControllerIntegrationTest {
|
||||
.andExpect(jsonPath("$.components", allOf(
|
||||
matchDatabase(Status.UP),
|
||||
match("solrSearchCore", Status.UP, Map.of("status", 0, "detectedPathType", "root")),
|
||||
match("solrOaiCore", Status.UP, Map.of("status", 0, "detectedPathType", "particular core")),
|
||||
match("solrStatisticsCore", Status.UP, Map.of("status", 0, "detectedPathType", "root")),
|
||||
match("geoIp", UP_WITH_ISSUES_STATUS,
|
||||
Map.of("reason", "The required 'dbfile' configuration is missing in solr-statistics.cfg!"))
|
||||
|
Reference in New Issue
Block a user