Bug 407347

Summary: [JUnit] Closing/reopening eclipse should preserve JUnit history
Product: [Eclipse Project] JDT Reporter: Zorzella Mising name <zorzella>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, jarthana
Version: 3.8   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Zorzella Mising name CLA 2013-05-06 20:07:53 EDT
When I shut down and restart Eclipse, the JUnit View's History is cleared out. It would be helpful for that to be preserved.
Comment 1 Jay Arthanareeswaran CLA 2013-05-07 00:04:10 EDT
The problem is it's too much data to store. You know you can export and import Junit results, right?
Comment 2 Zorzella Mising name CLA 2013-05-07 00:27:43 EDT
Yes, I'm aware that I can export and import, but that's never very convenient, and sometimes not much of an option.

Is all this data stored in memory only? That seems itself suboptimal. I.e. if it's too much data to store, it seems like waaay too much data to keep in memory. I've always assumed that the data was all in disk already, and reflected in the UI by some LRU-caching of the results. And that old results themselves got discarded after a while (based on date or number of entries).
Comment 3 Dani Megert CLA 2013-05-07 03:18:55 EDT
(In reply to comment #2)
> Yes, I'm aware that I can export and import, but that's never very
> convenient, and sometimes not much of an option.
> 
> Is all this data stored in memory only?

No, the history data is on disk.

*** This bug has been marked as a duplicate of bug 98076 ***