Skip to content

Commit 8ea0f29

Browse files
authored
Add comments to TestGenUFSMountOptions in pkg/ddc/alluxio/ufs_test.go (#4907)
Signed-off-by: hackrealm <1143316309@qq.com>
1 parent 18482f8 commit 8ea0f29

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pkg/ddc/alluxio/ufs_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,14 @@ func TestPrepareUFS(t *testing.T) {
441441
}
442442
}
443443

444+
// UpdateDatasetStatus updates the status of a dataset in the JindoEngine.
445+
// This function synchronizes the dataset phase with the underlying runtime status.
446+
//
447+
// Parameters:
448+
// - phase (datav1alpha1.DatasetPhase): The target phase to transition to.
449+
//
450+
// Returns:
451+
// - error: Returns nil on success, or error details if the update fails.
444452
func TestGenUFSMountOptions(t *testing.T) {
445453
type fields struct {
446454
runtime *datav1alpha1.AlluxioRuntime

0 commit comments

Comments
 (0)