tinkerbell / rufio

Kubernetes Controller for BMC Interactions
Apache License 2.0
36 stars 16 forks source link

Introduce Job Controller - Task Controller Integration Tests #60

Open chrisdoherty4 opened 2 years ago

chrisdoherty4 commented 2 years ago

The Job Controller and Task Controller have a useful set of unit tests and we confirm our types are registerable with Kubernetes but we have nothing confirming the contractual expectations between Tasks and Jobs are met by their controllers.

We propose writing an integration test that mimics controller behavior by asking the Reconcilers to reconcile Jobs and the Tasks created from the Job.