Completed
Last Updated: 12 Nov 2015 10:46 by ADMIN
ADMIN
Boyan Boev
Created on: 28 Oct 2015 09:19
Type: Bug Report
0
ResultsView throws OutOfMemoryException while parsing large run result files
System.OutOfMemoryException is thrown when loading large test result executed locally. The result file contains 409k lines of JSON.

Steps to reproduce and access to the project are in the internal description.

Situation: LoadResultsInitially failed
     Outer Exception Type: System.OutOfMemoryException
     Message: Exception of type 'System.OutOfMemoryException' was thrown.
     HRESULT: 0x8007000E (Official ID (if app.) = E_OUTOFMEMORY, Error Bit = FAILED, Facility = FACILITY_WIN32, Code = DNS_ERROR_NO_MEMORY)
     Call Stack:
          at System.String.SplitInternal(Char[] separator, Int32 count, StringSplitOptions options)
          at ArtOfTest.WebAii.Design.ProjectModel.StandaloneProject.RunResultReader.ReadPropertyValue(String propertyName, String content)
          at ArtOfTest.WebAii.Design.ProjectModel.StandaloneProject.RunResultReader.ReadResultData(String filePath)
          at ArtOfTest.WebAii.Design.ProjectModel.LightRunResult.Initialize()
          at ArtOfTest.WebAii.Design.ProjectModel.ResultsFolderNode.ReloadResults(DateTime startDate, DateTime endDate, Uri storageServiceuri)
          at ArtOfTest.WebAii.Design.ProjectModel.StandaloneHost.ReloadResults(DateTime startDate, DateTime endDate)
          at ArtOfTest.WebAii.Design.UI.ResultsViewerControl.ReloadResultsInternal(DateTime startDate, DateTime endDate)

3 comments
ADMIN
Konstantin Petkov
Posted on: 12 Nov 2015 10:46
Please give the latest internal build (2015.3.1112) a try:
http://www.telerik.com/account/your-products/internal-builds.aspx
Larry
Posted on: 10 Nov 2015 15:03
In which version?
ADMIN
Pavel
Posted on: 30 Oct 2015 09:21
We have resolved this problem.