You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/12/13 18:45:29 UTC

[GitHub] mattjackson220 commented on a change in pull request #3110: updated cachegroup api to include cachegroup fallbacks. updated docum…

mattjackson220 commented on a change in pull request #3110: updated cachegroup api to include cachegroup fallbacks. updated docum…
URL: https://github.com/apache/trafficcontrol/pull/3110#discussion_r241517809
 
 

 ##########
 File path: traffic_ops/testing/api/v14/cachegroups_test.go
 ##########
 @@ -147,6 +147,81 @@ func UpdateTestCacheGroups(t *testing.T) {
 		failed = true
 	}
 
+	// test cachegroup fallbacks
+
+	// Retrieve the CacheGroup to check CacheGroup name got updated
+	firstEdgeCG := testData.CacheGroups[3]
+	resp, _, err = TOSession.GetCacheGroupNullableByName(*firstEdgeCG.Name)
+	if err != nil {
+		t.Errorf("cannot GET CacheGroup by name: '$%s', %v\n", *firstEdgeCG.Name, err)
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services