spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
DataflowSqlPagingQueryProvider
Implement DataflowSqlPagingQueryProvider by copying implementations from Spring Batch 4.x org.springframework.batch.item.database.support
Removed @Disabled for tests that now function as expected.
Also seeing failures on the following tests: LocalPlatformTests RESOLVED I had a port conflict on my machine. All is good for this issue.
Rebased this PR locally and tried to build locally. I had to bump up the timeout for oracle to 6 minutes from the original 4 minutes. i.e. oracleContainer.withStartupTimeout(Duration.ofMinutes(6));.
Also I'm seeing where the CI fails when trying to pull ibmcom/db2:11.5.8.0. But when I remove the image locally, it can pull it. Maybe we have a setting hiccup in our docker pulls in our github actions.
ContainerIntegrationTests
Is docker-compose installed?
I noticed today that a default docker installation doesn't include the docker-compose application anymore. docker compose can be used instead. I believe we should update the DockerCompose support to check for the presence of docker-compose and if it isn't present assume the docker version can support docker compose
I'm wondering if these commits can be in their own PR. What are your thoughts?
I made updated in a separate commit for now.