Closed sergiordlr closed 5 years ago
@dymurray @sseago Please confirm that CronJob migration is a known issue and we don't expect it to work as of today.
We have an existing BZ tracking it as @fbladilo mentions: https://bugzilla.redhat.com/show_bug.cgi?id=1761931
Add tests
ocp-25000: basic statefulset, daemonset, replicaset test Creates one statefulset, one daemonset and one replicaset and migrates them.
ocp-25021: basic init containers test Creates two pods with an nginx container with empty html directory and an init-container that writes a "hello-world" html file in it. One pod is using an init-container with external image, and the other one with internal image.
ocp-25090: basic job test Creates 2 jobs that remain waiting without ending or doing anything. One using an internal image and the other one using an external image. They both will be running during the migration. Creates 1 job that will end before migration Only running jobs should be migrated.
ocp-25212: basic cronjob test Creates 2 cronjobs saying "hello-world". One using an external image and the other one using an internal image.
ocp-24997: basic confimap configuration test Creates a redis and uses a configmap to configure the memory of this redis instance. After checking that the migration is OK, checks that the redis configuration in the target cluster matches the one defined in the configmap.