Bug 255907 - Memory leak in unit-tests
Summary: Memory leak in unit-tests
Status: RESOLVED FIXED
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Radomil Dvorak CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2008-11-19 17:42 EST by Radomil Dvorak CLA
Modified: 2008-11-20 10:10 EST (History)
2 users (show)

See Also:


Attachments
mylyn/context/zip (1.06 KB, application/octet-stream)
2008-11-19 17:51 EST, Radomil Dvorak CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.