You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not seeing an integration test that exercises all possible lifecycle event types that we mention in our documentation. We should have a test or tests that showcase desired behavior of things such as...
enterMaintenance
exitFailed
exitMaintenance
shutdown
startup
stopped
unhealthy
Existing tests exercise the following.
test_discovery_consul: exitSuccess, changed
test_envvars: healthy
test_sighup: signal events SIGHUP and SIGUSR2
test_sigterm: stopping
I'm ok with redundancy if the tests are scattered across multiple test cases AND ALSO qualified within a single test (if that's possible).
The text was updated successfully, but these errors were encountered:
I'm not seeing an integration test that exercises all possible lifecycle event types that we mention in our documentation. We should have a test or tests that showcase desired behavior of things such as...
enterMaintenance
exitFailed
exitMaintenance
shutdown
startup
stopped
unhealthy
Existing tests exercise the following.
test_discovery_consul
:exitSuccess
,changed
test_envvars
:healthy
test_sighup
: signal eventsSIGHUP
andSIGUSR2
test_sigterm
:stopping
I'm ok with redundancy if the tests are scattered across multiple test cases AND ALSO qualified within a single test (if that's possible).
The text was updated successfully, but these errors were encountered: