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

Change modifyVolumeRequestHandlerTimeout to a configurable option #1915

Merged
merged 4 commits into from
Feb 1, 2024
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
Add additional test for the controller options
  • Loading branch information
andrewcharlton committed Feb 1, 2024
commit ea11623555e497dc6965ad6e65f0b1ab53fab1af
5 changes: 5 additions & 0 deletions cmd/options/controller_options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ func TestControllerOptions(t *testing.T) {
flag: "user-agent-extra",
found: true,
},
{
name: "lookup modify-volume-request-handler-timeout",
flag: "modify-volume-request-handler-timeout",
found: true,
},
{
name: "fail for non-desired flag",
flag: "some-other-flag",
Expand Down
Loading