sgastudio / wagic

Automatically exported from code.google.com/p/wagic
Other
0 stars 0 forks source link

Test suite extremely slow on windows #909

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A While ago we did some efforts to make the test suite run fast.
I have noticed that in latest revisions, the test suite is super slow again on 
windows.
What seems to happen is that a very "expensive?" operation happens between 
every 2 tests, making it extremely slow.

I will try to narrow down when this started happening, but for now I have seen 
that in r4502

Original issue reported on code.google.com by wagic.the.homebrew@gmail.com on 26 Aug 2012 at 6:01

GoogleCodeExporter commented 9 years ago
No problem in r4000, still digging

Original comment by wagic.the.homebrew@gmail.com on 26 Aug 2012 at 6:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The problem comes from r4478

Original comment by wagic.the.homebrew@gmail.com on 26 Aug 2012 at 7:23

GoogleCodeExporter commented 9 years ago
a empty array was being checked in the deconstructor, which was actually just 
junk code i forgot to remove.

Original comment by omegabla...@gmail.com on 26 Aug 2012 at 8:09

GoogleCodeExporter commented 9 years ago
Thanks for the fast fix :)

Original comment by wagic.the.homebrew@gmail.com on 26 Aug 2012 at 9:07