-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cover function proxy_monitor_send_error
from controller/proxy_monitor.c
by tests
#797
Labels
Milestone
Comments
This is being called in two cases:
Since the second case can't be tested easily, testing the first case is sufficient. |
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Mar 8, 2024
Fixes: eclipse-bluechi#788 Fixes: eclipse-bluechi#797 Adds an integration test to verify that a requesting a proxy service on a non-existing node fails. By using Wants=, a weak dependency is used so that the requesting service will still be active, but the template service for the proxy is in a failed state. Signed-off-by: Michael Engel <mengel@redhat.com>
mwperina
pushed a commit
to engelmi/bluechi
that referenced
this issue
Mar 8, 2024
Fixes: eclipse-bluechi#788 Fixes: eclipse-bluechi#797 Adds an integration test to verify that a requesting a proxy service on a non-existing node fails. By using Wants=, a weak dependency is used so that the requesting service will still be active, but the template service for the proxy is in a failed state. Signed-off-by: Michael Engel <mengel@redhat.com>
mwperina
pushed a commit
to engelmi/bluechi
that referenced
this issue
Mar 8, 2024
Fixes: eclipse-bluechi#788 Fixes: eclipse-bluechi#797 Adds an integration test to verify that a requesting a proxy service on a non-existing node fails. By using Wants=, a weak dependency is used so that the requesting service will still be active, but the template service for the proxy is in a failed state. Signed-off-by: Michael Engel <mengel@redhat.com>
mwperina
pushed a commit
to engelmi/bluechi
that referenced
this issue
Mar 8, 2024
Fixes: eclipse-bluechi#788 Fixes: eclipse-bluechi#797 Adds an integration test to verify that a requesting a proxy service on a non-existing node fails. By using Wants=, a weak dependency is used so that the requesting service will still be active, but the template service for the proxy is in a failed state. Signed-off-by: Michael Engel <mengel@redhat.com>
mwperina
pushed a commit
to engelmi/bluechi
that referenced
this issue
Mar 11, 2024
Fixes: eclipse-bluechi#788 Fixes: eclipse-bluechi#797 Adds an integration test to verify that a requesting a proxy service on a non-existing node fails. By using Wants=, a weak dependency is used so that the requesting service will still be active, but the template service for the proxy is in a failed state. Signed-off-by: Michael Engel <mengel@redhat.com>
engelmi
added a commit
to engelmi/bluechi
that referenced
this issue
Mar 11, 2024
Fixes: eclipse-bluechi#788 Fixes: eclipse-bluechi#797 Adds an integration test to verify that a requesting a proxy service on a non-existing node fails. By using Wants=, a weak dependency is used so that the requesting service will still be active, but the template service for the proxy is in a failed state. Signed-off-by: Michael Engel <mengel@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cover function proxy_monitor_send_error by either unit or integration tests.
The text was updated successfully, but these errors were encountered: