[JIRA] (JENKINS-42668) Tests Results Analyser Loading Time

0 views
Skip to first unread message

geoffrey.bourel@gmail.com (JIRA)

unread,
Mar 10, 2017, 9:05:04 AM3/10/17
to jenkinsc...@googlegroups.com
Geoffrey Bourel created an issue
 
Jenkins / Bug JENKINS-42668
Tests Results Analyser Loading Time
Issue Type: Bug Bug
Assignee: Varun Menon
Components: test-results-analyzer-plugin
Created: 2017/Mar/10 2:04 PM
Priority: Minor Minor
Reporter: Geoffrey Bourel

I use Test Results Analyser plugin to present the disponibility of my project.

The job launchs a SoapUI command which build a Junit report in a folder : workspace/report%buildNumber%/

So i use Test results Analyser to parse this folder/report.xml

The plugin is very useful to present a quick view of my differents features but now the access of the graph is very very long (about 30 secs) and the loading time is increasing with the number of builds.

Is there a way to limit this time or to reinitialize the datas computed by the plugin (the 50 last results for example).

Thank you for your help!

 

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

stephane@odul.com (JIRA)

unread,
Mar 25, 2020, 9:36:03 PM3/25/20
to jenkinsc...@googlegroups.com
Stephane Odul commented on Bug JENKINS-42668
 
Re: Tests Results Analyser Loading Time

We have several thousand tests and suffer from the very long analysis. We mitigated that by configuring the plugin to only read the last 25 runs and that helps a lot but also is very limiting since we can't get a good idea of what are the top 10 flaky tests over a certain period of time, just the last few hours in our case.

I understand that this is caused by jenkins doing everything in XML and but I think the plugin could cache the data it has read from previous runs so that it can be a lot more efficient if the same report is requested twice or if most of the runs have been analyzed previously.

A workaround we are considering is to have a post processing pipeline that will collect the test results and recreate them with only the failing tests as a trick to have very small test reports to analyze. This post job would be used to get a more useful report. If we can do this trickery, certainly the plugin can do this internally.

This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages