Files
spring-batch/spring-batch-core
Mahmoud Ben Hassine b96ac3cb30 Fix PartitionParserTests
Some tests in PartitionParserTests were
failing intermittently due to the usage
of non-synchronized shared state between
concurrent threads.

This commit updates the test code to use
`AtomicInteger` instead of `int` for the
state shared between concurrent threads.

(cherry picked from commit 98fba4a03b)
2021-02-18 14:52:23 +01:00
..
2021-02-18 14:52:23 +01:00
2014-04-02 14:35:53 -04:00