Skip to content

Commit 17d2f14

Browse files
authored
Update alluxio jar version to 2.9.4 (#4822)
* Update alluxio jar version to 2.9.4 Signed-off-by: cheyang <cheyang@163.com> * Gofmt pkg/ddc/juicefs/datasetinfo_parser_test.go Signed-off-by: cheyang <cheyang@163.com> --------- Signed-off-by: cheyang <cheyang@163.com>
1 parent 5db342d commit 17d2f14

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pkg/ddc/juicefs/datasetinfo_parser_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,12 @@ func Test_parseCacheInfoFromConfigMap(t *testing.T) {
115115

116116
// TestGetFSInfoFromConfigMap is a unit test for the GetFSInfoFromConfigMap function.
117117
// It verifies that the function correctly retrieves file system information from a ConfigMap.
118-
//
118+
//
119119
// The test sets up a fake Kubernetes client with a predefined ConfigMap and Dataset,
120120
// then calls GetFSInfoFromConfigMap and compares the returned metadata with expected values.
121121
//
122-
// Steps:
122+
// Steps:
123+
//
123124
// 1. Create a fake ConfigMap containing FS configuration data.
124125
// 2. Create a fake Dataset associated with the ConfigMap.
125126
// 3. Use a fake client to simulate interactions with the Kubernetes API.

samples/hdfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<java.version>11</java.version>
1313
<hadoop.version>3.3.0</hadoop.version>
14-
<alluxio.version>2.4.1</alluxio.version>
14+
<alluxio.version>2.9.4</alluxio.version>
1515
</properties>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)