spring-cloud / spring-cloud-dataflow

A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
https://dataflow.spring.io
Apache License 2.0
1.11k stars 581 forks source link

Added test for TaskJobService.populateComposeTaskRunnerStatus #5810

Closed corneil closed 4 months ago

corneil commented 4 months ago

Added test for org.springframework.cloud.dataflow.server.service.TaskJobService.populateComposeTaskRunnerStatus. Fix DefaultTaskJobServiceTests to use just created ids in subsequent methods. Fix error in JdbcAggregateJobQueryDao with fixed schema in parameter.

The code involved in determining CTR status in tasks/executions:

The code involed in determining CTR status in tasks/thinexecutions:

cppwfs commented 4 months ago

Polished , Squashed, Merged.

Thanks for the PR @corneil !!!!