Author: kkolinko
Date: Thu Jan 21 21:34:21 2016
New Revision: 1726107
URL: http://svn.apache.org/viewvc?rev=1726107&view=rev
Log:
Update BRANCH-README.txt with the current status.
Modified:
tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt
Modified: tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt?rev=1726107&r1=1726106&r2=1726107&view=diff
==============================================================================
--- tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt
(original)
+++ tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt Thu Jan
21 21:34:21 2016
@@ -35,28 +35,24 @@ Current status / Completed:
It can be used to test BIO, NIO and APR connectors.
- 5. There are several test classes that run successfully and prove the concept.
+ 5. Fixed several issues that prevented sequential running of several
+ instances of Tomcat in the same JVM.
+ (Parallel running is not implemented. There is no intent to implement it.)
- TestTomcat, TestConnector, TestApplicationHttpRequest.
+ Committed to tc6.0.x/trunk. (r1726003, r1726031, r1726035).
- More test classes are to follow.
+ 6. There are several test classes that run successfully and prove the concept.
+ TestTomcat, TestConnector, TestApplicationHttpRequest.
-Known issues / FIXME:
+ More test classes are to follow.
- 1. Tomcat 6 has class org.apache.catalina.ServerFactory that contains a
- singleton reference to a Server instance. This field has to be cleared
- after a test run.
- Current workaround in TomcatBaseTest.tearDown() is to use reflection to
- clean up the ServerFactory.server field.
- The TomcatBaseTest.setUp() method uses reflection to assert that the
- ServerFactory.server field has been cleared before the test run.
+Known issues / FIXME:
- I expect to add necessary access methods to ServerFactory class.
- Discussed in http://tomcat.markmail.org/thread/ko7ip7obvyaftwe4
[Not Started]
+ None.
Further work / TODO:
@@ -64,13 +60,6 @@ Further work / TODO:
1. Backport other tests from Tomcat 7.
[In progress]
- 2. All calls to method Tomcat.silence(host, contextPath) are
[Not Started]
- commented-out. It is likely that the log output is more verbose
- than it is in the same tests in Tomcat 7.
-
- This is OK for now, can be adjusted later.
-
-
(Regarding BRANCH-README files - see Apache Subversion Community Guide
http://subversion.apache.org/docs/community-guide/general.html#branch-policy
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]