RFR: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length [v2]

Daniel Fuchs dfuchs at openjdk.org
Fri Apr 19 15:28:57 UTC 2024


On Fri, 19 Apr 2024 14:39:08 GMT, robert engels <duke at openjdk.org> wrote:

>> test/jdk/com/sun/net/httpserver/bugs/B6968351.java line 45:
>> 
>>> 43: import java.util.logging.*;
>>> 44: 
>>> 45: public class B6968351 {
>> 
>> You could use a more revealing name here; the B*bug numer* aren't very useful
>
> This was done to match the other tests with similar naming in this directory, but I am not against changing it.

I agree with Daniel here - with new tests we try to use a more descriptive name. I hate to see JBS issues titled `foo/bar/BNNNNNN.java failed` - and then I have no clue of what that test might be doing :-)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18667#discussion_r1572543675


More information about the net-dev mailing list