serDrem commented on code in PR #7302:
URL: https://github.com/apache/trafficcontrol/pull/7302#discussion_r1100540991


##########
traffic_monitor/todata/todata_test.go:
##########
@@ -142,3 +142,62 @@ func 
TestGetDeliveryServiceServersWithNonTopologyBasedDeliveryService(t *testing
                t.Fatalf("getDeliveryServiceServers with non-topology-based 
delivery service expected: %+v actual: %+v", expectedNonTopologiesTOData, 
nonTopologiesTOData)
        }
 }
+
+func TestGetSameIPServers(t *testing.T) {
+       mc := tc.TrafficMonitorConfigMap{TrafficServer: 
make(map[string]tc.TrafficServer)}
+       mc.TrafficServer["server1_ip1"] = tc.TrafficServer{

Review Comment:
   going to keep it separate for readability. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to