spring-cloud/spring-cloud-app-broker

ServiceInstanceRecentLogsTest > shouldFetchLogs() FAILED (1.1.x)

spikymonkey opened this issue · 1 comments

Test failure on the 1.1.x branch

ServiceInstanceRecentLogsTest > shouldFetchLogs() FAILED
    java.lang.IllegalStateException: Timeout on blocking read for 5000 MILLISECONDS
        at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:123)
        at reactor.core.publisher.Mono.block(Mono.java:1703)
        at org.springframework.test.web.reactive.server.DefaultWebTestClient$DefaultRequestBodyUriSpec.exchange(DefaultWebTestClient.java:307)
        at org.springframework.cloud.appbroker.logging.recent.ServiceInstanceRecentLogsTest.shouldFetchLogs(ServiceInstanceRecentLogsTest.java:92)

Fixed by #459