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
3 changes: 3 additions & 0 deletions pkg/ddc/alluxio/ufs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ func mockExecCommandInContainerForTotalFileNums() (stdout string, stderr string,
return r, "", nil
}

// TestUsedStorageBytes tests the UsedStorageBytes method of the AlluxioEngine.
// It verifies that the method returns the expected used storage value and error status.
// Currently, it checks a basic case where the expected used storage is 0 and no error is expected.
func TestUsedStorageBytes(t *testing.T) {
type fields struct {
}
Expand Down
Loading