dromaeo icon indicating copy to clipboard operation
dromaeo copied to clipboard

Exception when loading big number of results for comparission

Open baryluk opened this issue 12 years ago • 2 comments

Example: http://dromaeo.com/?id=157146,157147,157148,157149,157150,157151,157152,157153,157163,157171

Uncaught exception: TypeError: Cannot convert 'results[result].total[run]' to object Error thrown at line 577, column 6 in resultsLoaded(id, datas) in http://dromaeo.com/webrunner.js: var mean = results[result].total[run].mean - 0; called from line 316, column 6 in (data) in http://dromaeo.com/webrunner.js: resultsLoaded(id[1], data); called from line 2780, column 4 in success() in http://dromaeo.com/jquery.js: s.success( data, status ); called from line 2735, column 6 in (isTimeout) in http://dromaeo.com/jquery.js: success();

baryluk avatar Dec 03 '11 16:12 baryluk

I was able to minimize test case: http://dromaeo.com/?id=157148,157163,157171

It looks fact that one of the results doesn't include all tests which was run in others, makes some problem when comparing.

baryluk avatar Dec 03 '11 16:12 baryluk

Thanks for the report!

rwaldron avatar Dec 03 '11 18:12 rwaldron