2013/5/6 Brian Burch <br...@pingtoo.com>:
> On 05.05.2013 12:44, Mark Thomas wrote:
>>
>> The proposed Apache Tomcat 7.0.40 release is now available for voting.
>>
>> It can be obtained from:
>> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.40/
>> The Maven staging repo is:
>> https://repository.apache.org/content/repositories/orgapachetomcat-001/
>> The svn tag is:
>> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_40/
>>
>> The proposed 7.0.40 release is:
>> [ ] Broken - do not release
>> [X] Stable - go ahead and release as 7.0.40 Stable
>
>
> 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.

Tribes is communication layer that is used to implement clustering
(aka "ha", high availability)
http://tomcat.apache.org/tomcat-7.0-doc/tribes/introduction.html

If you do not use clustering, then those do not matter for you.


You can compare your test log files with ones produced by buildbot:
http://ci.apache.org/projects/tomcat/tomcat7/logs/

If you want to (re)run a single test from the testsuite, BUILDING.txt
says how to do so.

Maybe some network or security configuration at your box prevents
those tests from working? IPv6? Any error messages in the logs?

The tests respect the "conf/logging.properties" file, so it is
possible to enable fine logging if you need so.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to