On Fri, 26 Apr 2024 17:57:57 GMT, Varada M <vara...@openjdk.org> wrote:
>> test/jdk/com/sun/net/httpserver/simpleserver/StressDirListings.java line 28: >> >>> 26: * @summary Test to stress directory listings >>> 27: * @library /test/lib >>> 28: * @run testng/othervm/timeout=180 StressDirListings >> >> Hello Varada @varada1110, in https://github.com/openjdk/jdk/pull/17363 this >> `StressDirListings` test was updated to set the >> `-Dsun.net.httpserver.nodelay=true` because without it, the test was failing >> on AIX. The current PR here is proposing to fix the underlying issue in the >> HttpServer implementation and is rolling back the addition of this system >> property to this `StressDirListings` test. Could you or someone from the AIX >> team please build the latest mainline JDK and apply this current PR on top >> of it and rerun the test(s) to verify that this change is OK? > > Hi @jaikiran, I have performed jtreg test on AIX and all the tests are > passing. Thank you Varada for running the tests. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18667#discussion_r1581643227