https://bz.apache.org/bugzilla/show_bug.cgi?id=58650
Bug ID: 58650
Summary: TestConnectionLimit test case creates
"${catalina.base}" directory in Tomcat sources
Product: Tomcat 9
Version: 9.0.0.M1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
An odd effect, that I cannot explain yet.
In Tomcat trunk if I run the whole testsuite or the following single test:
test.entry=org.apache.tomcat.websocket.TestConnectionLimit
a directory with name "${catalina.base}" is created in Tomcat sources. It
contains a directory "logs" and the following empty files:
${catalina.base}/logs/
catalina.2015-11-25.log
host-manager.2015-11-25.log
localhost.2015-11-25.log
manager.2015-11-25.log
The test TestConnectionLimit contains a single @Ignore'd test case. It
originates from r1656077.
My guess that maybe shutdown of JVM (created to run this testcase) triggers
some initialization code in JULI.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]