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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
TestRunDataPublisher.DoesRunsContainsFailures: Exception occured using test run summary api System.AggregateException: One or more errors occurred. (Run summary is not available, It is recommended to try again after 1 sec.)
---> Microsoft.TeamFoundation.TestManagement.WebApi.TestObjectNotFoundException: Run summary is not available, It is recommended to try again after 1 sec.
at Microsoft.TeamFoundation.TestClient.PublishTestResults.RetryHelper.Retry[T](Func1 action, Func2 timeDelayInterval, Func2 shouldRetryOnException) at Microsoft.TeamFoundation.TestClient.PublishTestResults.TestRunPublisher.GetTestRunSummaryAsync(String projectName, Int32 testRunId, Boolean allowRetry, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification)
at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
at Microsoft.VisualStudio.Services.Agent.Worker.TestResults.TestRunDataPublisherHelper.DoesRunsContainsFailures(IList`1 testRuns, String projectName)
##[warning]TestRunDataPublisher.DoesRunsContainsFailures: Validating if test run is failed or succeeded based on summary where calulation of summary is not in completed state.
##[debug]Entering IsTestRunFailed
TestRunPublisher.IsTestRunFailed: Getting test run summary with run id: 1006878 using stats api
##[debug]Entering IsTestRunFailed
TestRunPublisher.IsTestRunFailed: checking if test run is failed using run summary input
Number of failed tests which are non-flaky is: 274194
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I get the below error when I try to run the RESULTS: Publish Load Testing Results task.
any idea what might be wrong?
@allantargino
TestRunDataPublisher.DoesRunsContainsFailures: Exception occured using test run summary api System.AggregateException: One or more errors occurred. (Run summary is not available, It is recommended to try again after 1 sec.)
---> Microsoft.TeamFoundation.TestManagement.WebApi.TestObjectNotFoundException: Run summary is not available, It is recommended to try again after 1 sec.
at Microsoft.TeamFoundation.TestClient.PublishTestResults.RetryHelper.Retry[T](Func
1 action, Func
2 timeDelayInterval, Func2 shouldRetryOnException) at Microsoft.TeamFoundation.TestClient.PublishTestResults.TestRunPublisher.GetTestRunSummaryAsync(String projectName, Int32 testRunId, Boolean allowRetry, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Threading.Tasks.Task
1.GetResultCore(Boolean waitCompletionNotification)at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
at Microsoft.VisualStudio.Services.Agent.Worker.TestResults.TestRunDataPublisherHelper.DoesRunsContainsFailures(IList`1 testRuns, String projectName)
##[warning]TestRunDataPublisher.DoesRunsContainsFailures: Validating if test run is failed or succeeded based on summary where calulation of summary is not in completed state.
##[debug]Entering IsTestRunFailed
TestRunPublisher.IsTestRunFailed: Getting test run summary with run id: 1006878 using stats api
##[debug]Entering IsTestRunFailed
TestRunPublisher.IsTestRunFailed: checking if test run is failed using run summary input
Number of failed tests which are non-flaky is: 274194
The text was updated successfully, but these errors were encountered: