[JIRA] (JENKINS-56880) blue ocean tests page shows stale data after clicked

2019-04-23 Thread gmo...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gavin Mogan commented on  JENKINS-56880  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: blue ocean tests page shows stale data after clicked   
 

  
 
 
 
 

 
 So I don't fully understand your scenario, but as simple triage, I think its related to https://issues.jenkins-ci.org/browse/JENKINS-46193 which will be fixed next release. If its not fixed, we'll look deeper into it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-56880) blue ocean tests page shows stale data after clicked

2019-04-04 Thread mlandma...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 boris ivan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56880  
 
 
  blue ocean tests page shows stale data after clicked   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2019-04-04 12:18  
 
 
Environment: 
 chrome browser on windows, blue ocean 1.13  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 boris ivan  
 

  
 
 
 
 

 
 I have a declarative pipeline that runs for hours and has many stages relates to testing. During execution, some of the test stages were complete and some had some test failures. I clicked the 'tests' link at the top of the blue ocean pipeline UI view, and it showed the failing tests – so far so good. A couple hours later, the pipeline finished, which included the completion of a couple more stages dedicated to testing. From the pipeline view, I clicked on the 'tests' link again, and it brought me to the page showing the failing and passing tests. The list of failing tests did not include 2 new failed tests that I knew should be in there. I refreshed my browser and this time the new failing tests showed up. It appears that if the tests tab is examined mid pipeline, then if one goes back to the blue ocean pipeline UI view and then clicks the tests tab again after more stages complete, clicking on the tests tab again shows old data. Marking as critical because there is nothing more dangerous than showing what appears to be a list of failing tests... but it doesn't include a subset of failing tests.