armadaproject / armada-operator

Apache License 2.0
13 stars 10 forks source link

fix: Update pruning pods to use different labels and add unit test #336

Closed Sovietaced closed 4 days ago

Sovietaced commented 5 days ago

Pull Request Template

Fixes #335

Also introduces protocmp as a way to make assertions on entire proto structs instead of cherry picking assertions on individual fields. This should make unit test much more robust moving forward if used.

Type of change

Please select the type of change your PR introduces:

How Has This Been Tested?

See new unit tests

Checklist:

Sovietaced commented 5 days ago

I will follow up with a similar change for the db migrator.