Skip to content

Commit 92b939f

Browse files
committed
Add comments to TestQueryCacheStatus in pkg\ddc\alluxio\cache_test.go.
Signed-off-by: pullshot810 <pullshot810@outlook.com>
1 parent 1178175 commit 92b939f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/ddc/alluxio/cache_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ import (
3636
"k8s.io/utils/ptr"
3737
)
3838

39+
// TestQueryCacheStatus is a unit test for the queryCacheStatus function.
40+
// It verifies the correctness of the function under different dataset conditions.
3941
func TestQueryCacheStatus(t *testing.T) {
4042
Convey("test queryCacheStatus ", t, func() {
4143
Convey("with dataset UFSTotal is not empty ", func() {

0 commit comments

Comments
 (0)