On 27.06.10 23:57, Bryan Pendleton wrote:
Hi all,

With the current head of trunk, I am seeing a failure in LockInterruptTest
in my environment (see below).

Is anybody else experiencing this?

Hi Bryan,

I can see that it fails in the tinderbox test [1] and [2] (test added in [1]). On my machine it succeeds when running with a sane build, and fails when running with an insane build.


--
Kristian

[1] http://dbtg.foundry.sun.com/derby/test/tinderbox_trunk16/jvm1.6/testing/Limited/testSummary-958277.html [2] http://dbtg.foundry.sun.com/derby/test/tinderbox_trunk16/jvm1.6/testing/Limited/testSummary-958431.html


thanks,

bryan

bpendle...@bpendleton-laptop:~/tests$ java junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.engine.LockInterruptTest
.F
Time: 7.54
There was 1 failure:
1) testInterruptLockWaiter(org.apache.derbyTesting.functionTests.tests.engine.LockInterruptTest)junit.framework.AssertionFailedError: First thread should fail because of interrupt at org.apache.derbyTesting.functionTests.tests.engine.LockInterruptTest.testInterruptLockWaiter(LockInterruptTest.java:96)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
    at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
    at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
    at junit.extensions.TestSetup.run(TestSetup.java:23)
at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
    at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
    at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
    at junit.extensions.TestSetup.run(TestSetup.java:23)
at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)

FAILURES!!!
Tests run: 1,  Failures: 1,  Errors: 0


Reply via email to