Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

#703: Re-add health check components #706

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

sergioifg94
Copy link
Contributor

Closes #703

Re-add health check monitor and queue, as well as reconciler to policy controller. These components were removed accidentally as part of the separation of controllers

Verification steps

Run the local setup and include a health check section in the DNSPolicy
Verify that a DNSHealthCheckProbe is created and the status is updated

Re-add health check monitor and queue, as well as reconciler to policy
controller. These components were removed accidentally as part of the
separation of controllers
Copy link
Contributor

@maleck13 maleck13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link
Contributor

openshift-ci bot commented Dec 4, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: maleck13, sergioifg94

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [maleck13,sergioifg94]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the lgtm label Dec 4, 2023
@openshift-merge-bot openshift-merge-bot bot merged commit bf81f57 into Kuadrant:main Dec 4, 2023
9 checks passed
@mikenairn
Copy link
Member

@sergioifg94 Do we not have any tests that check this? Maybe an e2e test that uses health checks in some way would be good to add?

@sergioifg94
Copy link
Contributor Author

@mikenairn We only have integration tests and unfortunately they didn't catch this because the health check components didn't get deleted from the test suite. I agree we could use some e2e tests for it. I'll create an issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DNSHealthCheckProbe doesn't contain status field
3 participants