Skip to content

Commit

Permalink
Telemetry with Parallel and DataCollector Enabled (#1195)
Browse files Browse the repository at this point in the history
Telemetry was not coming for testhost when DataCollectors with parallel enabled was there
  • Loading branch information
khilangoel authored and codito committed Oct 12, 2017
1 parent 03767c7 commit 2437088
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ public override void HandleTestRunComplete(
this.runDataAggregator.RunContextAttachments,
this.runDataAggregator.ElapsedTime);

// Add Metrics from Test Host
completedArgs.Metrics = this.runDataAggregator.GetAggregatedRunDataMetrics();

HandleParallelTestRunComplete(completedArgs);
}
}
Expand Down

0 comments on commit 2437088

Please sign in to comment.