Skip to content
Merged
Changes from all commits
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
8 changes: 8 additions & 0 deletions pkg/ddc/alluxio/ufs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,14 @@ func TestPrepareUFS(t *testing.T) {
}
}

// UpdateDatasetStatus updates the status of a dataset in the JindoEngine.
// This function synchronizes the dataset phase with the underlying runtime status.
//
// Parameters:
// - phase (datav1alpha1.DatasetPhase): The target phase to transition to.
//
// Returns:
// - error: Returns nil on success, or error details if the update fails.
func TestGenUFSMountOptions(t *testing.T) {
type fields struct {
runtime *datav1alpha1.AlluxioRuntime
Expand Down
Loading