spring-cloud-task
spring-cloud-task copied to clipboard
Define TaskExecutionDaoTests only once
We should provide a common Test Suite for:
- JdbcTaskExecutionDaoTests
- MapTaskExecutionDaoTests
That way we can ensure the tests behave the same for the 2 implementation and reduce redundancies.
As part of https://github.com/spring-cloud/spring-cloud-task/pull/425 I created BaseTaskExecutionDaoTests as a starting point but that work is definitely not complete.