Skip to content

Commit 0d32e61

Browse files
authored
Add notation to TestJuiceFSEngine_createFusePersistentVolume in pkg\ddc\juicefs\create_volume_test.go (#4759)
* Add notation to TestJuiceFSEngine_createFusePersistentVolume in pkg\ddc\juicefs\create_volume_test.go Signed-off-by: 221220025-sjw <sjwcsgo@outlook.com> * Add notation to TestJuiceFSEngine_createFusePersistentVolume in pkg\ddc\juicefs\create_volume_test.go Signed-off-by: 221220025-sjw <sjwcsgo@outlook.com> --------- Signed-off-by: 221220025-sjw <sjwcsgo@outlook.com>
1 parent aba6d90 commit 0d32e61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/ddc/juicefs/create_volume_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ func TestJuiceFSEngine_CreateVolume(t *testing.T) {
9292
}
9393
}
9494

95+
// TestJuiceFSEngine_CreateFusePersistentVolume tests the createFusePersistentVolume function of the JuiceFSEngine.
96+
// It verifies that the function correctly creates a PersistentVolume and checks the result.
97+
9598
func TestJuiceFSEngine_createFusePersistentVolume(t *testing.T) {
9699
runtimeInfo, err := base.BuildRuntimeInfo("juicefs", "fluid", common.JuiceFSRuntime)
97100
if err != nil {

0 commit comments

Comments
 (0)