This is what we have running in Hudson now:

[java] -----------------------------------------
[java]
[java] # of tests started   = 750
[java] # of tests completed = 750
[java] # of tests skipped   = 21
[java] # of tests passed    = 748
[java] # of tests failed    = 2
[java]
[java] -----------------------------------------

Total time: 598 minutes 7 seconds

That's almost 10 hours ... :-) And we seem to have 50% coverage now (seeing
there are about 1500 .td files available)

Here are the failing tests:

[java] -----------------------------------------
[java] com/sun/jini/test/impl/reggie/MultihomedClientTest.td
[java] Test Failed: Test Failed with an Unexpected Exception:
java.lang.RuntimeException: Error resolving key logging obtained from
source test description properties
[java]
[java] -----------------------------------------

-> fixed this one by pointing it to an existing logging config file (just
committed that fix)

[java] -----------------------------------------
[java] com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
[java] Test Failed: Test Failed:
com.sun.jini.qa.harness.TestException: change failed -- waited 870
seconds (14 minutes) -- 3 change event(s) expected, 0 change event(s)
received
[java]
[java] -----------------------------------------

-> still not sure why this is failing on Hudson ... It passes fine locally
...

Reply via email to