All,

I'm getting a test failure on Windows for this test:

TEST-javax.servlet.http.TestHttpServletDoHeadValidWrite513.NIO.txt

Looking at the log file, it seems to be complaining that it can't clean-up after itself:

Testsuite: javax.servlet.http.TestHttpServletDoHeadValidWrite513
Tests run: 288, Failures: 25, Errors: 0, Skipped: 0, Time elapsed: 41.399 sec

[...]

Testcase: testDoHead[10: 16 false 1 FULL 513 false] took 0.177 sec
        FAILED
Failed to delete at least one file
junit.framework.AssertionFailedError: Failed to delete at least one file
at org.apache.catalina.startup.LoggingBaseTest.tearDown(LoggingBaseTest.java:142) at org.apache.catalina.startup.TomcatBaseTest.tearDown(TomcatBaseTest.java:243) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

Then lots more like this.

This appears to be a problem with the test case itself, agreed?

Thanks,
-chris

On 11/16/22 11:03, Christopher Schultz wrote:
The proposed Apache Tomcat 8.5.84 release is now available for voting.

The notable changes compared to 8.5.83 are:

- Fix concurrency issue in evaluation of expression language containing
    lambda expressions.

- Correct the date format used with the expires attribute of HTTP
    cookies. A single space rather than a single dash should be used to
    separate the day, month and year components to be compliant with RFC
    6265.

- Update to Commons Daemon 1.3.2.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://nightlies.apache.org/tomcat/tomcat-8.5.x/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.84/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1407

The tag is:
https://github.com/apache/tomcat/tree/8.5.84/
079a46c1c1e56b1743e752a44450469690880a56

The proposed 8.5.84 release is:
[ ] Broken - do not release
[ ] Stable - go ahead and release as 8.5.84 (stable)

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

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

Reply via email to