Skip to content

Commit 8eeda49

Browse files
committed
Add Notation to TestUsedStorageBytes in pkg/ddc/alluxio/ufs_test.go
Signed-off-by: DonLangTswn <donlangtswn@outlook.com>
1 parent 1b61b57 commit 8eeda49

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/ddc/alluxio/ufs_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ func mockExecCommandInContainerForTotalFileNums() (stdout string, stderr string,
5050
return r, "", nil
5151
}
5252

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

0 commit comments

Comments
 (0)