On 16/11/2022 16:48, Christopher Schultz wrote:
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?

Agreed.

Mark


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

Reply via email to