fluid icon indicating copy to clipboard operation
fluid copied to clipboard

Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)

Results 393 fluid issues
Sort by recently updated
recently updated
newest added

…/cache_test.go ### Ⅰ. Describe what this PR does Add Notation to TestJuiceFSEngine_queryCacheStatus in pkg/ddc/juicefs/cache_test.go. ### Ⅱ. Does this pull request fix one issue? fixes #5084 ### Ⅲ. List the added...

lgtm
approved
ok-to-test

Which function do you want to add comments to? mockAlluxioEngineWithClient(name, ns string, port int32) *AlluxioEngine in pkg/ddc/alluxio/api_gateway_test.go What comments do you want to add? // mockAlluxioEngineWithClient creates and returns a...

### Ⅰ. Describe what this PR does Add comments to genDataLoadValue in pkg\ddc\alluxio\load_data.go. ### Ⅱ. Does this pull request fix one issue? fixes #5134 ### Ⅲ. List the added test...

needs-ok-to-test

Which function do you want to add comments to? genDataLoadValue in pkg\ddc\alluxio\load_data.go What comments do you want to add? // genDataLoadValue generates configuration values for a DataLoad operation // Parameters:...

### Ⅰ. Describe what this PR does This PR is to add comments to TestSyncReplicasWithoutWorker in pkg/ddc/alluxio/replicas_test.go. ### Ⅱ. Does this pull request fix one issue? fixes #5132 ### Ⅲ....

needs-ok-to-test

Which function do you want to add comments to? TestSyncReplicasWithoutWorker in pkg/ddc/alluxio/replicas_test.go What comments do you want to add? ``` // TestSyncReplicasWithoutWorker tests the functionality of syncing AlluxioRuntime replicas without...

Which function do you want to add comments to? TestTransformResourcesForMaster in pkg/ddc/alluxio/transform_resources_test.go What comments do you want to add? // TestTransformResourcesForMaster tests the transformResourcesForMaster method of the AlluxioEngine. // This...

``` apiVersion: data.fluid.io/v1alpha1 kind: ThinRuntimeProfile metadata: name: demo-profile spec: fileSystemType: ossfs fuse: image: demo-image imageTag: demo-tag lifecycle: preStop: exec: command: [ "sh", "-c", "/script/unmount.sh" ] imagePullPolicy: IfNotPresent command: - tini...

Ⅰ. Describe what this PR does Add comments to TestSyncMetadataWithoutMaster in pkg/ddc/alluxio/metadata_test.go Ⅱ. Does this pull request fix one issue? fixes #5114

needs-ok-to-test

Which function do you want to add comments to? I added comments to function called "TestSyncMetadataWithoutMaster" in pkg/ddc/alluxio/metadata_test.go. What comments do you want to add? My comments(notation actually) are as...