We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e108c51 commit 8d135beCopy full SHA for 8d135be
1 file changed
pkg/ddc/alluxio/ufs_test.go
@@ -50,6 +50,9 @@ func mockExecCommandInContainerForTotalFileNums() (stdout string, stderr string,
50
return r, "", nil
51
}
52
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.
56
func TestUsedStorageBytes(t *testing.T) {
57
type fields struct {
58
0 commit comments