We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5748575 commit e108c51Copy full SHA for e108c51
1 file changed
pkg/ddc/alluxio/utils_test.go
@@ -323,6 +323,16 @@ Worker Name Last Heartbeat Storage MEM
323
return r, "", nil
324
}
325
326
+// TestGetDataSetFileNum tests the getDataSetFileNum method of AlluxioEngine.
327
+// It verifies the behavior by mocking container command execution and comparing
328
+// actual outputs against expected values. Test cases include both success and
329
+// error scenarios.
330
+//
331
+// Parameters:
332
+// - t *testing.T: Testing framework handle for assertions and logging.
333
334
+// Returns:
335
+// - None (test failures are reported via t.Errorf or t.Fatal).
336
func TestGetDataSetFileNum(t *testing.T) {
337
type fields struct {
338
runtime *datav1alpha1.AlluxioRuntime
0 commit comments