[jdk11u-dev] RFR: 8293562: KeepAliveCache Blocks Threads while Closing Connections [v2]

PoojaDP-23 duke at openjdk.org
Tue Jun 27 10:38:10 UTC 2023


On Thu, 22 Jun 2023 10:19:41 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> @jerboaa - Could you please add the fix request to the jbs issue? Please let me know if there are any actions from my side. Thanks
>
> Hi @PoojaDP-23 
> You should not integrate before you have the fix-yes label!!!
> 
> I assume JDK-8296438, which is listed as related issue, is a follow up.

@GoeLin - Apologies for commenting integrate. @jerboaa - I have enabled GHA actions and also I have ran the TIER1 and TIER2 tests and all are passing and I have ran the jtreg test [test/jdk/sun/net/www/http/KeepAliveCache/B8293562.java](https://github.com/openjdk/jdk11u-dev/pull/1890/files#diff-43af219708466772a71875d5d53dbfb340fe012b521788268716c242c668a834) which passes with this fix and fails without the fix
TIER: 1
Test summary

   TEST                                              TOTAL  PASS  FAIL ERROR
   jtreg:test/hotspot/jtreg:tier1                     1482  1482     0     0
   jtreg:test/jdk:tier1                               1881  1881     0     0
   jtreg:test/langtools:tier1                         3934  3934     0     0
   jtreg:test/nashorn:tier1                              0     0     0     0
   jtreg:test/jaxp:tier1                                 0     0     0     0


TEST SUCCESS


TIER: 2
Test summary

  ```
   TEST                                              TOTAL  PASS  FAIL ERROR
   jtreg:test/hotspot/jtreg:tier2                      325   325     0     0
   jtreg:test/jdk:tier2                               3468  3468     0     0
   jtreg:test/langtools:tier2                           11    11     0     0
   jtreg:test/nashorn:tier2                             36    36     0     0
   jtreg:test/jaxp:tier2                               440   440     0     0



TEST SUCCESS

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1890#issuecomment-1609240646


More information about the jdk-updates-dev mailing list