From 92b939f958270eae4edc8b8367c586ba69ddfbc7 Mon Sep 17 00:00:00 2001 From: pullshot810 Date: Tue, 11 Mar 2025 18:03:50 +0800 Subject: [PATCH] Add comments to TestQueryCacheStatus in pkg\ddc\alluxio\cache_test.go. Signed-off-by: pullshot810 --- pkg/ddc/alluxio/cache_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/ddc/alluxio/cache_test.go b/pkg/ddc/alluxio/cache_test.go index 2a1bb73a097..ee8e9860270 100644 --- a/pkg/ddc/alluxio/cache_test.go +++ b/pkg/ddc/alluxio/cache_test.go @@ -36,6 +36,8 @@ import ( "k8s.io/utils/ptr" ) +// TestQueryCacheStatus is a unit test for the queryCacheStatus function. +// It verifies the correctness of the function under different dataset conditions. func TestQueryCacheStatus(t *testing.T) { Convey("test queryCacheStatus ", t, func() { Convey("with dataset UFSTotal is not empty ", func() {