Hi Brian, On 06.05.2013 15:39, Brian Burch wrote: > On 05.05.2013 12:44, Mark Thomas wrote:
> I would like to use this release as early as possible, so I picked up > the source, built and tested it. I noticed some errors which do not > matter in my environment, but because I haven't tested any earlier > releases, I don't know whether they are generally acceptable. I couldn't > find a reference to them being known problems, and (of course) it could > be a "user error". > > environment: > > Linux version 3.5.0-28-lowlatency (buildd@roseapple) (gcc version 4.7.2 > (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #32-Ubuntu SMP PREEMPT Fri Apr 26 > 11:05:36 UTC 2013 (Ubuntu 3.5.0-28.32-lowlatency 3.5.7.9) > > brian@bacchus:~$ /usr/lib/jvm/java-6-openjdk-i386/bin/java -version > java version "1.6.0_27" > OpenJDK Runtime Environment (IcedTea6 1.12.3) > (6b27-1.12.3-0ubuntu1~12.10.1) > OpenJDK Server VM (build 20.0-b12, mixed mode) > > > I have /real/ test failures for both BIO and NIO in: > TEST-org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator.?IO.txt > > TEST-org.apache.catalina.tribes.group.interceptors.TestOrderInterceptor.?IO.txt > > TEST-org.apache.catalina.tribes.group.interceptors.TestTcpFailureDetector.?IO.txt > > TEST-org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.?IO.txt > > for example, one of them is: > > Testcase: testMemberArrival took 7.191 sec FAILED > Checking member arrival length (Listener-10) expected:<9> but was:<0> > junit.framework.AssertionFailedError: Checking member arrival length > (Listener-10) expected:<9> but was:<0> > at > org.apache.catalina.tribes.group.TestGroupChannelMemberArrival.testMemberArrival(TestGroupChannelMemberArrival.java:80) > > > > I don't want to waste anybody's time, but perhaps you could let me know > whether the errors are significant? If you think it is because I've made > a simple error in my configuration, perhaps you point me in the right > direction to resolve it. Those failures are not normal. Maybe multicast doesn't work on your system or something similar. A special setup of the tests is usually not needed. I pasted a full output of TestGroupChannelMemberArrival at: http://www.apaste.info/KLUH You might compare with your output to get an idea, how far the test succeeds and where is starts to look strange. Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org