-
Notifications
You must be signed in to change notification settings - Fork 385
remove healthcheck and cleanup controller flags #899
remove healthcheck and cleanup controller flags #899
Conversation
} | ||
|
||
@test "client/ConfigMap: check_update_interval is set when health checks enabled" { | ||
@test "client/ConfigMap: check_update_interval is set when connect is enabled" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that health checks are "always on" we will do this anytime connect is enabled.
update ci to point to latest feature-tproxy build
0f42db9
to
ea056a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -93,8 +93,8 @@ func TestConnectInject(t *testing.T) { | |||
} | |||
} | |||
|
|||
// Test the cleanup controller that cleans up force-killed pods. | |||
func TestConnectInject_CleanupController(t *testing.T) { | |||
// Test the endpoints controller cleans up force-killed pods. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Are there any healthchecks-specific acceptance tests? I didn't see any when looking but thought I'd ask.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. The health check test is part of the standard connect test (there are some extra assertions about the health checks).
@@ -93,8 +93,8 @@ func TestConnectInject(t *testing.T) { | |||
} | |||
} | |||
|
|||
// Test the cleanup controller that cleans up force-killed pods. | |||
func TestConnectInject_CleanupController(t *testing.T) { | |||
// Test the endpoints controller cleans up force-killed pods. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. The health check test is part of the standard connect test (there are some extra assertions about the health checks).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💥
* remove healthcheck and cleanup controller flags
* remove healthcheck and cleanup controller flags
Changes proposed in this PR:
How I've tested this PR:
bats tests, these flags have defaults in consul-k8s so not passing them should still pass.
How I expect reviewers to test this PR:
bats tests
Checklist: