On 15/01/13 16:00, Andy Seaborne wrote:
On 15/01/13 14:57, Apache Jenkins Server wrote:
See
<https://builds.apache.org/job/Jena__Development_Test/org.apache.jena$jena-core/398/>
This is failing in a randomized test - it runs a number of times looking
for a "false". If it does not find one in the run limit, it fails.
I will try to bump up the number of attempts a bit before the test
decides to give up (it does not fail for me on my local machine).
At this point, I'm inclined to try a few tweaks of the values and if the
numbers get too large (and the tests slow down), then not put the tests
on the critical release path.
Andy
Ugg - still unstable.
It looks like these tests (were testMatch) were not part of the main
test suite, which is why they weren't a problem before. So I have
removed them; specifically, change the class name so Test* does not find
them and added some notes about them in comments.
(Claude particularly) Does that make sense?
Andy