We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d32e61 commit b16eb30Copy full SHA for b16eb30
1 file changed
pkg/ddc/alluxio/utils_test.go
@@ -714,6 +714,14 @@ func TestGetMasterPodInfo(t *testing.T) {
714
}
715
716
717
+// TestGetMasterStatefulsetName verifies the functionality of getMasterName method in the AlluxioEngine struct.
718
+// This test ensures that the correct StatefulSet name is generated based on the name of the Alluxio engine.
719
+//
720
+// Parameters:
721
+// - t (testing.T): The test object used to run the test case.
722
723
+// Returns:
724
+// - None.
725
func TestGetMasterStatefulsetName(t *testing.T) {
726
type fields struct {
727
name string
0 commit comments