You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Failing to fetch logs should not cause the test to fail
235
-
Logf("Error fetching activity logs for cluster %s in namespace %s. Not able to find the AzureASOManagedCluster on the management cluster: %v", name, namespace, err)
// Failing to fetch logs should not cause the test to fail
253
-
Logf("Error fetching activity logs for cluster %s in namespace %s. Not able to find the AzureManagedControlPlane on the management cluster: %v", name, namespace, err)
// Failing to fetch logs should not cause the test to fail
261
242
Logf("Error fetching activity logs for cluster %s in namespace %s. Not able to find the workload cluster on the management cluster: %v", name, namespace, err)
262
243
return
263
244
}
264
245
groupName=workloadCluster.Spec.ResourceGroup
246
+
caseinfrav1.AzureManagedClusterKind:
247
+
ifcluster.Spec.ControlPlaneRef==nil {
248
+
Logf("No control plane for cluster %s/%s", namespace, name)
// Failing to fetch logs should not cause the test to fail
254
+
Logf("Error fetching activity logs for cluster %s in namespace %s. Not able to find the AzureManagedControlPlane on the management cluster: %v", name, namespace, err)
// Failing to fetch logs should not cause the test to fail
262
+
Logf("Error fetching activity logs for cluster %s in namespace %s. Not able to find the AzureASOManagedCluster on the management cluster: %v", name, namespace, err)
0 commit comments