• Andy Wilkinson's avatar
    Use a local temp directory in logging system tests · 215689bd
    Andy Wilkinson authored
    Previously, the tests for Boot’s various logging systems used the
    JVM’s default temp directory as the location of the spring.log file.
    It is suspected that this was causing intermittent CI failures when
    multiple Boot builds were running in parallel and tests were checking
    for the presence of the spring.log file in the shared temp directory.
    
    This commit updates AbstractLoggingSystemTests to configure a local
    temp directory for the duration of the tests, thereby hopefully
    eliminating failures caused by concurrent builds sharing the same
    directory.
    
    The previous attempt at fixing the intermittent CI failures (504de8a7)
    has been removed as part of this commit as it did not fix the problem.
    
    Closes gh-1864
    215689bd
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...