[JIRA] [junit-plugin] (JENKINS-31926) Jenkins doesn't display graph for test suites, before all tests successfully pass

2016-01-29 Thread nickolay.rumyant...@emc.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nickolay Rumyantsev commented on  JENKINS-31926 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins doesn't display graph for test suites, before all tests successfully pass  
 
 
 
 
 
 
 
 
 
 
I made some experiments and for me it seems that the trend graph on the main page is not shown when: 
 

Last build has a failed test
 

In the build history there is no consequently reachable build result with this test passed. By consequently reachable I mean that every build without Test results (i.e. failed on git checkout) stops the algorithm from traversing deeper.
 
 
This is actually really annoying, especially for Jenkins Pipeline: In some cases when the build failed early (preparation or compilation phase) I don't want to run unit tests. I configure the script to avoid JUnit publishing in this case this always causes the trend not to be shown. The graph permalink that I embed on my wiki pages becomes unavailable too. 
My setup: 
 

jenkins 1.639
 

Jenkins Workflow 1.12
 

JUnit plugin 1.10
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 

[JIRA] [junit-plugin] (JENKINS-31926) Jenkins doesn't display graph for test suites, before all tests successfully pass

2016-01-29 Thread nickolay.rumyant...@emc.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Nickolay Rumyantsev updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31926 
 
 
 
  Jenkins doesn't display graph for test suites, before all tests successfully pass  
 
 
 
 
 
 
 
 
 

Change By:
 
 Nickolay Rumyantsev 
 
 
 

Priority:
 
 Minor Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [junit-plugin] (JENKINS-31926) Jenkins doesn't display graph for test suites, before all tests successfully pass

2015-12-06 Thread shoham.pel...@stratoscale.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shoham Peller created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31926 
 
 
 
  Jenkins doesn't display graph for test suites, before all tests successfully pass  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 junit-plugin 
 
 
 

Created:
 

 06/Dec/15 6:43 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Shoham Peller 
 
 
 
 
 
 
 
 
 
 
When creating a new test suite, and the tests suite has always failed to pass, jenkins doesn't show a graph for the tests. Only when all the tests in the suite passed for the first time, a graph is displayed. The correct behavior, if I have 100 tests and 1 fails to pass, to display a graph with 99 "green" tests and one "red" test 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment