Bug 529669

Summary: Random loss of of JUnit Console
Product: [Eclipse Project] JDT Reporter: Moritz Aleithe <moritz.aleithe>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: loskutov
Version: 4.7Keywords: needinfo
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Moritz Aleithe CLA 2018-01-11 08:39:47 EST
We are seeing an issue where sometimes the JUnit Consoles (the output written during a JUnit test in the "Console" view) is lost after the Console was not the active Part. This happens in Neon and I think I've already seen it in Oxygen as well. 
Usually this is
Run Test -> 
Work on Something ->
Go Back To Console ->
Output is gone. This is especially annoying if the Test takes several Minutes to run.
Comment 1 Andrey Loskutov CLA 2018-01-11 08:47:58 EST
Hard to tackle this one without steps to reproduce...
Comment 2 Moritz Aleithe CLA 2018-01-11 08:49:39 EST
I am currently on collecting more information about when exactly this happens and willing to share, but it seems to be quite random
Comment 3 Moritz Aleithe CLA 2018-03-19 03:56:12 EDT
I think this happens if anything uses a console view in the meantime, but I'm not 100% sure. 

Our favorite would be if the last JUnit Test console would be kept, until 

a.) we close Eclipse
b.) we run another Test
c.) the console is deleted manually

I changed the ticket importance to "enhancement", since I think the current behavior is not precisely a bug.