We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18482f8 commit 8ea0f29Copy full SHA for 8ea0f29
1 file changed
pkg/ddc/alluxio/ufs_test.go
@@ -441,6 +441,14 @@ func TestPrepareUFS(t *testing.T) {
441
}
442
443
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.
452
func TestGenUFSMountOptions(t *testing.T) {
453
type fields struct {
454
runtime *datav1alpha1.AlluxioRuntime
0 commit comments