Bug 255907

Summary: Memory leak in unit-tests
Product: [Modeling] QVTo Reporter: Radomil Dvorak <dvorak.radek>
Component: EngineAssignee: Radomil Dvorak <dvorak.radek>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: alexander.igdalov, serg.boyko2011
Version: unspecifiedKeywords: test
Target Milestone: 2.0 M4   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
mylyn/context/zip none

Description Radomil Dvorak CLA 2008-11-19 17:42:02 EST
Running all QVTOML unit-tests result in OutOfMemoryException.
Comment 1 Radomil Dvorak CLA 2008-11-19 17:51:04 EST
Created attachment 118323 [details]
mylyn/context/zip

d
Comment 2 Radomil Dvorak CLA 2008-11-19 17:56:56 EST
Fixed.
Comment 3 Sergey Boyko CLA 2008-11-20 10:10:34 EST
There's another reincarnation of the junit tests problem.
Running only "QVT walker" test suite several times I've got the following execution durations:
1: 83s
2: 147s
3: 158s
4: 147s
5: 147s

So that second and following launches take twice as long as first one.
Memory consumption during that runs doesn't appreciably grow.