• Andy Wilkinson's avatar
    Fix test failures on Windows · cffc870f
    Andy Wilkinson authored
    Since the move to JUnit 5, a number of tests were failing on Windows.
    The majority were failing due to open file handles preventing the
    clean up of the tests' temporary directory. This commit addresses
    these failures by updating the tests to close JarFiles, InputStreams,
    OutputStreams etc.
    
    A change has also been made to CachingOperationInvokerTests to make
    a flakey test more robust. Due to System.currentTimeMillis() being
    less precise on Windows than it is on *nix platforms, the test could
    fail as it would not sleep for long enough for the TTL period to have
    expired.
    cffc870f
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...