вт, 8 окт. 2019 г. в 21:00, Mark Thomas <ma...@apache.org>:
>
> On 08/10/2019 17:49, Mark Thomas wrote:
> > On 07/10/2019 17:40, Igal Sapir wrote:
> >> Mark,
> >>
> >> On 10/7/2019 4:51 AM, Mark Thomas wrote:
> >>> The proposed Apache Tomcat 9.0.27 release is now available for voting.
> >>
> >> I'm getting the failures below [1] for unit tests on Windows 10 with
> >> Java 1.8u181.  False positives?
> >
> > Don't know yet. I didn't get the same failures on Windows but I was
> > using a different OS and a different JRE.
> >
> >> TEST-org.apache.coyote.http2.TestStreamProcessor.APR.txt: FAILED
> >> TEST-org.apache.coyote.http2.TestStreamProcessor.APR.txt-expected:<...3-Header-[:status]-[[304]
> >> TEST-org.apache.coyote.http2.TestStreamProcessor.APR.txt-3-Header-[etag]-[W/"957-1447269522000"]]
> >> TEST-org.apache.coyote.http2.TestStreamProcessor.APR.txt-3-Header-[date]-[W...>
> >> but was:<...3-Header-[:status]-[[200]
> >> TEST-org.apache.coyote.http2.TestStreamProcessor.APR.txt-3-Header-[accept-ranges]-[bytes]
> >> TEST-org.apache.coyote.http2.TestStreamProcessor.APR.txt-3-Header-[etag]-[W/"957-1447269522000"]
> >
> > This is TestStreamProcessor.testPrepareHeaders() failing for each connector.
>
> I think the machine you are using for testing has some sort of issue
> with its clock.
>
> The above test will fail like that if the last modified time of the file
> being requested is ahead of the current time. I don't see how that can
> happen - even if the tests have just been checked out - unless the clock
> moves back in time for some reason.

The file requested by the test is test/webapp/index.html

When a release candidate is being tested a usual approach is to unpack
a source archive and test it.

Depending on time zone differences between the one who created the
archive and the one unpacking it the date of the source file may be in
the future (if the archive was created less than 24 hours ago).  ;-)

> Overall, I'm not concerned about these failures although I am interested
> to hear of you find out what is going on.

+1

> Mark
>

Best regards,
Konstantin Kolinko

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

Reply via email to