Author: kkolinko
Date: Sat Feb 14 22:38:16 2015
New Revision: 1659865
URL: http://svn.apache.org/r1659865
Log:
Listing names of testsuites that have failed or skipped tests:
Reorder, to make sure that tail output (in Gump) does not miss the failed test
names.
Fix slitting a ';'-separated string o
Author: kkolinko
Date: Sat Feb 14 22:36:29 2015
New Revision: 1659864
URL: http://svn.apache.org/r1659864
Log:
Listing names of testsuites that have failed or skipped tests:
Fix slitting a ';'-separated string of test names.
The issue was that when there are more than 2 test names in the string,
Author: kkolinko
Date: Sat Feb 14 22:08:37 2015
New Revision: 1659862
URL: http://svn.apache.org/r1659862
Log:
Listing names of testsuites that have failed or skipped tests:
Fix slitting a ';'-separated string of test names.
The issue was that when there are more than 2 test names in the string,
Author: markt
Date: Sat Feb 14 19:47:25 2015
New Revision: 8011
Log:
Upload 8.0.19 for voting
Added:
dev/tomcat/tomcat-8/v8.0.19/
dev/tomcat/tomcat-8/v8.0.19/KEYS (with props)
dev/tomcat/tomcat-8/v8.0.19/README.html (with props)
dev/tomcat/tomcat-8/v8.0.19/RELEASE-NOTES
de
Added: dev/tomcat/tomcat-8/v8.0.19/bin/extras/catalina-ws.jar.asc
==
--- dev/tomcat/tomcat-8/v8.0.19/bin/extras/catalina-ws.jar.asc (added)
+++ dev/tomcat/tomcat-8/v8.0.19/bin/extras/catalina-ws.jar.asc Sat Feb 14
19:47:25
The proposed Apache Tomcat 8.0.19 release is now available for voting.
The main changes since 8.0.18 are:
- Fix a performance regression in the new resources implementation
when signed JARs are used in a web application.
- Fix several bugs that could cause multiple registrations for write
even
Hi Konstantin,
I was looking at the same improvement in parallel. When I tried to
commit, I saw you had already solved it - and in a much better way than
what I had. Funny coincidence.
Regards,
Rainer
-
To unsubscribe, e-ma
Author: markt
Date: Sat Feb 14 19:03:22 2015
New Revision: 1659844
URL: http://svn.apache.org/r1659844
Log:
Tag 8.0.19
Added:
tomcat/tc8.0.x/tags/TOMCAT_8_0_19/ (props changed)
- copied from r1659842, tomcat/tc8.0.x/trunk/
Modified:
tomcat/tc8.0.x/tags/TOMCAT_8_0_19/build.properti
Author: markt
Date: Sat Feb 14 19:02:50 2015
New Revision: 1659843
URL: http://svn.apache.org/r1659843
Log:
Need to re-tag
Removed:
tomcat/tc8.0.x/tags/TOMCAT_8_0_19/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.
Author: kkolinko
Date: Sat Feb 14 18:26:40 2015
New Revision: 1659835
URL: http://svn.apache.org/r1659835
Log:
Listing names of testsuites that have failed or skipped tests:
Reorder, to make sure that tail output (in Gump) does not miss the failed test
names.
Merged r1659833 from tomcat/trunk.
Author: kkolinko
Date: Sat Feb 14 18:25:03 2015
New Revision: 1659833
URL: http://svn.apache.org/r1659833
Log:
Listing names of testsuites that have failed or skipped tests:
Reorder, to make sure that tail output (in Gump) does not miss the failed test
names.
Modified:
tomcat/trunk/build.xml
Author: markt
Date: Sat Feb 14 17:58:15 2015
New Revision: 1659826
URL: http://svn.apache.org/r1659826
Log:
Add a (very) forward looking comment.
Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java
Modified:
tomcat/trunk/test/org/apache/catalina/connector/
Author: markt
Date: Sat Feb 14 17:53:43 2015
New Revision: 1659825
URL: http://svn.apache.org/r1659825
Log:
Whoops :)
Only disable the timeout (to prevent multiple activations of the same timeout)
once it has actually happened
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEn
On 14/02/2015 15:11, Rainer Jung wrote:
> The three Gump failures today occur at:
>
> tc8: fails in TestWebappClassLoaderThreadLocalMemoryLeak Testcase:
> testThreadLocalLeak2 (took 0.24 sec):
> null
> junit.framework.AssertionFailedError at
> TestWebappClassLoaderThreadLocalMemoryLeak.testThr
Hi everyone,
I have a question about this issue:
https://bz.apache.org/bugzilla/show_bug.cgi?id=37466
I tried to switch to the latest Tomcat TagLibs implementation, but due
to this fixed bug, it seems that posted form parameters aren't visible
anymore in relative pages imported by tags.
T
Author: kkolinko
Date: Sat Feb 14 17:01:07 2015
New Revision: 1659817
URL: http://svn.apache.org/r1659817
Log:
List names of testsuites that have failed or skipped tests
It searches the test report files and lists their names.
Merged r1659816 from tomcat/tc8.0.x/trunk.
Modified:
tomcat/tc7.0
Author: kkolinko
Date: Sat Feb 14 16:57:48 2015
New Revision: 1659816
URL: http://svn.apache.org/r1659816
Log:
List names of testsuites that have failed or skipped tests
It searches the test report files and lists their names.
Merged r1659803, 1659814 from tomcat/trunk.
Modified:
tomcat/tc8.
Author: kkolinko
Date: Sat Feb 14 16:53:39 2015
New Revision: 1659814
URL: http://svn.apache.org/r1659814
Log:
List names of testsuites that have skipped tests
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1659
Author: markt
Date: Sat Feb 14 16:43:19 2015
New Revision: 1659808
URL: http://svn.apache.org/r1659808
Log:
Fix a concurrency issue in the APR Poller that meant it was possible under low
load for a socket queued to be added to the Poller not to be added for 10
seconds.
Modified:
tomcat/tc7.
Author: markt
Date: Sat Feb 14 16:42:00 2015
New Revision: 1659807
URL: http://svn.apache.org/r1659807
Log:
Fix a concurrency issue in the APR Poller that meant it was possible under low
load for a socket queued to be added to the Poller not to be added for 10
seconds.
Modified:
tomcat/tc8.
Author: markt
Date: Sat Feb 14 16:40:20 2015
New Revision: 1659806
URL: http://svn.apache.org/r1659806
Log:
Fix a concurrency issue in the APR Poller that meant it was possible under low
load for a socket queued to be added to the Poller not to be added for 10
seconds.
Modified:
tomcat/trun
Author: kkolinko
Date: Sat Feb 14 16:38:53 2015
New Revision: 1659803
URL: http://svn.apache.org/r1659803
Log:
List names of failed tests
It searches the test report files for ones that do not have zero failures and
lists their names.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/
The three Gump failures today occur at:
tc8: fails in TestWebappClassLoaderThreadLocalMemoryLeak Testcase:
testThreadLocalLeak2 (took 0.24 sec):
null
junit.framework.AssertionFailedError at
TestWebappClassLoaderThreadLocalMemoryLeak.testThreadLocalLeak1(TestWebappClassLoaderThreadLocalMemo
https://bz.apache.org/bugzilla/show_bug.cgi?id=57583
Yevgeny V changed:
What|Removed |Added
CC||jevge...@gmail.com
--
You are receiving t
it-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150214-native-src.tar.gz
-Dexamples.sources.skip=true
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150214-native-src.tar.gz
-Dexamples.sources.
rkspace/junit/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-NIO2
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150214-native-src.tar.gz
-Dexampl
27 matches
Mail list logo