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
2 changes: 2 additions & 0 deletions pkg/ddc/alluxio/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Loading