Which function do you want to add comments to?
Add comments to function in TestAlluxioFileUtils_ExecMountScripts in pkg/ddc/alluxio/operations/base_test.go
What comments do you want to add?
// Mock exec to avoid invoking the mounted script during the unit test.
// ExecMountScripts should return the error reported by exec.
// ExecMountScripts should complete without error when exec succeeds.
Which function do you want to add comments to?
Add comments to function in TestAlluxioFileUtils_ExecMountScripts in pkg/ddc/alluxio/operations/base_test.go
What comments do you want to add?
// Mock exec to avoid invoking the mounted script during the unit test.
// ExecMountScripts should return the error reported by exec.
// ExecMountScripts should complete without error when exec succeeds.