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.
02e6b7c89c
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 | 4 years ago | |
spring-boot-actuator | 4 years ago | |
spring-boot-actuator-autoconfigure | 4 years ago | |
spring-boot-autoconfigure | 4 years ago | |
spring-boot-cli | 4 years ago | |
spring-boot-dependencies | 4 years ago | |
spring-boot-devtools | 4 years ago | |
spring-boot-docs | 4 years ago | |
spring-boot-parent | 4 years ago | |
spring-boot-properties-migrator | 4 years ago | |
spring-boot-starters | 4 years ago | |
spring-boot-test | 4 years ago | |
spring-boot-test-autoconfigure | 4 years ago | |
spring-boot-tools | 4 years ago |