Skip to content
Open
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
1 change: 1 addition & 0 deletions pkg/ddc/alluxio/operations/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ func TestAlluxioFileUtils_exec(t *testing.T) {
}
}

// TestAlluxioFileUtils_MasterPodName verifies that MasterPodName reports exec errors and extracts the master address from Alluxio summary output.
func TestAlluxioFileUtils_MasterPodName(t *testing.T) {
ExecCommon := func(a AlluxioFileUtils, command []string, verbose bool) (stdout string, stderr string, err error) {
return "Alluxio cluster summary: \n Master Address: 192.168.0.193:20009\n Web Port: 20010", "", nil
Expand Down
Loading