Is there a patch for the test yet?

--jason


On Friday, September 12, 2003, at 08:20 PM, Jacek Laskowski wrote:

Jason Dillon wrote:
What os r u running?

Cygwin 1.5.3 with Win2k underneath.

.....
[junit] [ERROR] TEST org.apache.geronimo.common.task.URLMonitorTaskTest FAILED
[junit] Running org.apache.geronimo.common.ThrowableHandlerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,141 sec


BUILD FAILED
File...... file:/c:/_Jacek/projects/_CVS_/geronimo/
Element... maven:reactor
Line...... 134
Column.... 27
Unable to obtain goal [default] -- file:/C:/Documents and Settings/jl540585/.maven/plugins/maven-test-plugin-1.3/:99:54: <fail> There were test failures.
Total time: 1 minutes 56 seconds



/cygdrive/c/_Jacek/projects/_CVS_/geronimo > java -version java version "1.4.1_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-b02) Java HotSpot(TM) Client VM (build 1.4.1_03-b02, mixed mode)

/cygdrive/c/_Jacek/projects/_CVS_/geronimo
> uname -a
CYGWIN_NT-5.0 warn3236 1.5.3(0.90/3/2) 2003-09-01 13:15 i686 unknown unknown Cygwin


On HP-UX 11.0 maven hangs while running org.apache.geronimo.remoting.transport.AsyncTransportTest

[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 11,046 sec
[junit] Running org.apache.geronimo.naming.java.ContextBuilderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6,169 sec
[junit] Running org.apache.geronimo.remoting.transport.AsyncTransportTest


and doing kill -QUIT <junittestrunner_processId> reveals what's in the attachement.

Also do we accept the following message:

[javac] Compiling 30 source files to /disk/home/jacekl/cvs/incubator-geronimo/modules/core/target/test- classes
Note: /disk/home/jacekl/cvs/incubator-geronimo/modules/core/src/test/org/ apache/geronimo/test/protocol/mockproto/Handler.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.


I suppose the class uses some old and deprecated method, which should be avoided as we just begun the project, shouldn't it?

I'm going to get rid of the failures by removing appropriate test classes. Once I handle building Geronimo, I'd approach to fix them if noone objects.

--jason

-Jacek
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6,648 sec
[junit] Running org.apache.geronimo.remoting.transport.AsyncTransportTest
[junit] Full thread dump Java HotSpot(TM) Server VM (1.4.1 1.4.1.03-030630-22:07-PA_RISC2.0 PA2.0 mixed mode):
[junit]
[junit] "Channel <- async://kawon:49478" daemon prio=10 tid=0x001350c0 nid=14 lwp_id=14155 runnable [0x74afc000..0x74afc500]
[junit] at sun.nio.ch.FileDispatcher.read0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:21)
[junit] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
[junit] at sun.nio.ch.IOUtil.read(IOUtil.java:199)
[junit] at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:207)
[junit] - locked <0x7bf357f0> (a java.lang.Object)
[junit] at org.apache.geronimo.remoting.transport.async.bio.BlockingChannel.run(Bl ockingChannel.java:280)
[junit] at java.lang.Thread.run(Thread.java:536)
[junit]
[junit] "Channel -> async://kawon:49478" daemon prio=10 tid=0x0006d038 nid=13 lwp_id=14154 runnable [0x74b7d000..0x74b7d500]
[junit] at sun.nio.ch.FileDispatcher.read0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:21)
[junit] at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
[junit] at sun.nio.ch.IOUtil.read(IOUtil.java:199)
[junit] at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:207)
[junit] - locked <0x7c01c3a0> (a java.lang.Object)
[junit] at org.apache.geronimo.remoting.transport.async.bio.BlockingChannel.run(Bl ockingChannel.java:280)
[junit] at java.lang.Thread.run(Thread.java:536)
[junit]
[junit] "Remoting 'async' protocol monitor" daemon prio=10 tid=0x0006ae40 nid=12 lwp_id=14153 in Object.wait() [0x7bafe000..0x7bafe500]
[junit] at java.lang.Object.wait(Native Method)
[junit] - waiting on <0x7bfe74f8> (a EDU.oswego.cs.dl.util.concurrent.ClockDaemon)
[junit] at EDU.oswego.cs.dl.util.concurrent.ClockDaemon.nextTask(ClockDaemon.java: 328)
[junit] - locked <0x7bfe74f8> (a EDU.oswego.cs.dl.util.concurrent.ClockDaemon)
[junit] at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.ja va:362)
[junit] at java.lang.Thread.run(Thread.java:536)
[junit]
[junit] "Acceptor async://kawon:49478" daemon prio=10 tid=0x00069c90 nid=11 lwp_id=14148 runnable [0x7bb7f000..0x7bb7f500]
[junit] at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
[junit] at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java: 134)
[junit] - locked <0x7bf09458> (a java.lang.Object)
[junit] at org.apache.geronimo.remoting.transport.async.bio.BlockingServer.run(Blo ckingServer.java:183)
[junit] at java.lang.Thread.run(Thread.java:536)
[junit]
[junit] "Signal Dispatcher" daemon prio=10 tid=0x000a3e08 nid=8 lwp_id=14138 waiting on condition [0x00000000..0xffffffff]
[junit]
[junit] "Finalizer" daemon prio=10 tid=0x0009bd18 nid=5 lwp_id=14135 in Object.wait() [0x7d2fe000..0x7d2fe500]
[junit] at java.lang.Object.wait(Native Method)
[junit] - waiting on <0x7c180180> (a java.lang.ref.ReferenceQueue$Lock)
[junit] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
[junit] - locked <0x7c180180> (a java.lang.ref.ReferenceQueue$Lock)
[junit] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
[junit] at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
[junit]
[junit] "Reference Handler" daemon prio=10 tid=0x0009b6d8 nid=4 lwp_id=14134 in Object.wait() [0x7d37f000..0x7d37f500]
[junit] at java.lang.Object.wait(Native Method)
[junit] - waiting on <0x7c1801e8> (a java.lang.ref.Reference$Lock)
[junit] at java.lang.Object.wait(Object.java:426)
[junit] at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:113)
[junit] - locked <0x7c1801e8> (a java.lang.ref.Reference$Lock)
[junit]
[junit] "main" prio=10 tid=0x00013738 nid=1 lwp_id=14128 runnable [0x7f7f2000..0x7f7f2458]
[junit] at sun.nio.ch.FileDispatcher.close0(Native Method)
[junit] at sun.nio.ch.SocketDispatcher.close(SocketDispatcher.java:37)
[junit] at sun.nio.ch.ServerSocketChannelImpl.kill(ServerSocketChannelImpl.java:20 8)
[junit] - locked <0x7bf09460> (a java.lang.Object)
[junit] at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(ServerSoc ketChannelImpl.java:195)
[junit] - locked <0x7bf09460> (a java.lang.Object)
[junit] at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(Abstra ctSelectableChannel.java:202)
[junit] at java.nio.channels.spi.AbstractInterruptibleChannel$1.interrupt(Abstract InterruptibleChannel.java:147)
[junit] - locked <0x7bf09440> (a java.lang.Object)
[junit] at java.lang.Thread.interrupt(Thread.java:741)
[junit] at org.apache.geronimo.remoting.transport.async.bio.BlockingServer.dispose (BlockingServer.java:234)
[junit] at org.apache.geronimo.remoting.transport.AsyncTransportTest.tearDown(Asyn cTransportTest.java:126)
[junit] at junit.framework.TestCase.runBare(TestCase.java:130)
[junit] at junit.framework.TestResult$1.protect(TestResult.java:106)
[junit] at junit.framework.TestResult.runProtected(TestResult.java:124)
[junit] at junit.framework.TestResult.run(TestResult.java:109)
[junit] at junit.framework.TestCase.run(TestCase.java:118)
[junit] at junit.framework.TestSuite.runTest(TestSuite.java:208)
[junit] at junit.framework.TestSuite.run(TestSuite.java:203)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitT estRunner.java:325)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnit TestRunner.java:536)
[junit]
[junit] "VM Thread" prio=8 tid=0x0009a7a8 nid=3 lwp_id=14133 runnable
[junit]
[junit] "VM Periodic Task Thread" prio=8 tid=0x000a20d0 nid=6 lwp_id=14136 waiting on condition
[junit] "Suspend Checker Thread" prio=10 tid=0x000a2e18 nid=7 lwp_id=14137 runnable



Reply via email to