Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions pkg/ddc/juicefs/datasetinfo_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,12 @@ func Test_parseCacheInfoFromConfigMap(t *testing.T) {

// TestGetFSInfoFromConfigMap is a unit test for the GetFSInfoFromConfigMap function.
// It verifies that the function correctly retrieves file system information from a ConfigMap.
//
//
// The test sets up a fake Kubernetes client with a predefined ConfigMap and Dataset,
// then calls GetFSInfoFromConfigMap and compares the returned metadata with expected values.
//
// Steps:
// Steps:
//
// 1. Create a fake ConfigMap containing FS configuration data.
// 2. Create a fake Dataset associated with the ConfigMap.
// 3. Use a fake client to simulate interactions with the Kubernetes API.
Expand Down
2 changes: 1 addition & 1 deletion samples/hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<java.version>11</java.version>
<hadoop.version>3.3.0</hadoop.version>
<alluxio.version>2.4.1</alluxio.version>
<alluxio.version>2.9.4</alluxio.version>
</properties>

<dependencies>
Expand Down
Loading