Skip to content
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

Support restart task for statefulsets and daemonsets #836

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
yet more fix
  • Loading branch information
timothysmith0609 committed Sep 10, 2021
commit e5e7c65e0bff89b03fe5868770d37345be8c0cb3
4 changes: 1 addition & 3 deletions test/integration/restart_task_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,9 @@ def test_restart_with_same_resource_twice

assert_logs_match_all([
"Configured to restart deployments by name: web",
"Configured to restart statefulsets by name: stateful-busybox",
"Configured to restart daemonsets by name: ds-app",
"Triggered `Deployment/web` restart",
"Result: SUCCESS",
"Successfully restarted 3 resources",
"Successfully restarted 1 resource",
%r{Deployment/web.*1 availableReplica},
],
in_order: true)
Expand Down