Commit fd7408d0 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #39288 from rkouj/unit-test-operation-executor

Automatic merge from submit-queue Add unit tests for operation_executor Add unit test for `Unmount operations should start in parallel for all volume plugins` cc: @saad-ali
parents 11402abc 7ebcab8c
...@@ -41,6 +41,7 @@ go_test( ...@@ -41,6 +41,7 @@ go_test(
"//pkg/api/v1:go_default_library", "//pkg/api/v1:go_default_library",
"//pkg/types:go_default_library", "//pkg/types:go_default_library",
"//pkg/util/mount:go_default_library", "//pkg/util/mount:go_default_library",
"//vendor:k8s.io/client-go/_vendor/github.com/pborman/uuid", "//pkg/util/uuid:go_default_library",
"//pkg/volume/util/types:go_default_library",
], ],
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment