spring-boot/spring-boot-samples/spring-boot-sample-integration
Andy Wilkinson ac77fc9dcf Ignore .writing files in Integration samples tests
Previously, a temporary .writing file could be found and an attempt made to
access its contents. If the temporary file was deleted between it being found
and its contents being read, the test would fail with a FileNotFoundException.

This commit updates the test to ignore .writing files so that it will only
examine the contents of the final file once Integration has finished
writing it an atomically moved it to its final location.
2018-11-27 11:24:25 +00:00
..
src Ignore .writing files in Integration samples tests 2018-11-27 11:24:25 +00:00
pom.xml Next development version 2018-05-09 09:31:46 +00:00