Closed GoogleCodeExporter closed 9 years ago
Original comment by MrJean1@gmail.com
on 30 Nov 2008 at 7:51
Most of the time is spent in this, one test: test_otracker_diff
(muppy.test_tracker.TrackerTest)
Original comment by MrJean1@gmail.com
on 30 Nov 2008 at 8:03
Original comment by MrJean1@gmail.com
on 30 Nov 2008 at 8:11
We had a similar problem before. AFAICT, the test may be affected by other
objects in
memory when the test is run. The last time we had the problem, switching off the
garbage collector and not reactivating it in the Heapmonitor test led to severe
runtime problems in the TrackerTest.
That is one of the drawbacks of combining all tests into a single test suite
(distant
effect). (If only the above mentioned test is run, the problem should
disappear.)
Original comment by lhae...@gmail.com
on 30 Nov 2008 at 10:05
Perhaps we should run that one, long test first or only during development or
make it shorter.
Original comment by MrJean1@gmail.com
on 1 Dec 2008 at 12:51
I would follow Jean's suggestion and disable this test, at least for the
release.
There is probably no clean way to do this, so if we follow this path, just
comment
the test and file an issue assigned to me.
Original comment by robert.s...@gmail.com
on 4 Dec 2008 at 6:27
I added a hack in r239 which makes sure muppy tests are run first. The runtime
should
be predictable and stay sane. The right way to do this would be to sandbox the
test,
but this would take more work. If you want to disable the test instead, go for
it.
Original comment by lhae...@gmail.com
on 22 Nov 2009 at 12:52
Original issue reported on code.google.com by
MrJean1@gmail.com
on 30 Nov 2008 at 7:36