spring-cloud-task icon indicating copy to clipboard operation
spring-cloud-task copied to clipboard

Define TaskExecutionDaoTests only once

Open ghillert opened this issue 7 years ago • 0 comments

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.

ghillert avatar Jun 12 '18 03:06 ghillert