You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Andy Wilkinson 02e6b7c89c Make FileSystemWatcherTests more robust
Previously, several tests in FileSystemWatcherTests assumed that all
of the changes detected by the watcher would be grouped into a single
change set. This assumption breaks down when a test runs slowly (due
to CPU or IO contention, for example), and making changes to the file
system takes long then the watcher's polling interval. When this
happens, the changes will be split across two (or more).

This commit attempts to make the tests more robust. The tests now
tolerate multiple changes sets by combining them and asserting that
across the n change sets, only the expected changes were detected.

Closes gh-25901
4 years ago
..
spring-boot Polish "Properly close input streams when loading key stores" 4 years ago
spring-boot-actuator Align PushGatewayManager's exception handling with PushMeterRegistry's 4 years ago
spring-boot-actuator-autoconfigure Use main as the branch name in info endpoint example 4 years ago
spring-boot-autoconfigure Polish "Properly close input streams when loading key stores" 4 years ago
spring-boot-cli Ensure that upstream jars have been built 4 years ago
spring-boot-dependencies Upgrade to Undertow 2.1.7.Final 4 years ago
spring-boot-devtools Make FileSystemWatcherTests more robust 4 years ago
spring-boot-docs Polish "Improve documentaion of Mockito test execution listeners" 4 years ago
spring-boot-parent Upgrade to Spring Asciidoctor Extensions 0.5.1 4 years ago
spring-boot-properties-migrator Add junit-platform-launcher dependency by convention 4 years ago
spring-boot-starters Deprecate Spring Data Solr support 4 years ago
spring-boot-test Update deprecations with for removal targets 4 years ago
spring-boot-test-autoconfigure Update copyright year of changed files 4 years ago
spring-boot-tools Preserve file permissions in images built by Gradle 4 years ago