Øystein Grøvlen <[EMAIL PROTECTED]> writes: > Knut Anders Hatlen wrote: > >> I once wrote my own test runner which printed the time in milliseconds >> for each test case, see the attached TimeRunner.java. > > Thanks, this is useful. > >> >> Note that testPositionAgressive doesn't always take that much time. I >> think that test and the other testPosition tests use random offset and >> length and therefore the variation is high. > > While this is true for several of the test cases in BlobClob4BlobTest, > by looking at the code, I am not able to find anything random in the > execution of testPositionAgressive. I will try to run them and see > what I get.
I think you are correct, there's nothing random in that fixture. It seems like it started taking a lot more time at revision 530085. I had run the tests at an earlier revision. -- Knut Anders
