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
Additional Logging for TestPlansAndSuitesMigrationContext at FindTestPlan (#1771)
Update to add additional logging and check for null reference when test
plan does not match. Usually only happens when test plns have the same
name!
Updates for #1770
Log.LogDebug("TestPlansAndSuitesMigrationContext::FindTestPlan:: Fouund test plan with name {name} does not match {workItemReflectedId} ",name,workItemReflectedId);
636
640
testPlan=null;
637
641
}
638
642
}
643
+
else
644
+
{
645
+
Log.LogDebug("TestPlansAndSuitesMigrationContext::FindTestPlan:: NOT FOUND Test Plan with {name}",name);
0 commit comments