spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Intermittent failure in JsrPartitionHandlerTests.testPollingPartitionsCompletion on windows

Open fmbenhassine opened this issue 4 years ago • 0 comments

JsrPartitionHandlerTests.testPollingPartitionsCompletion fails intermittently on windows with the following error:

java.lang.AssertionError
	at org.springframework.batch.core.jsr.partition.JsrPartitionHandlerTests.testPollingPartitionsCompletion(JsrPartitionHandlerTests.java:156)

That's all from the build log, no additional stacktrace from surefire's individual test report neither.

NB: the test fails only on the command line, it runs correctly from the IDE (tested with IntelliJ Idea).

fmbenhassine avatar Feb 11 '21 09:02 fmbenhassine