On Wed, 5 Aug 2026 12:21:37 GMT, Jaikiran Pai <[email protected]> wrote:
>> Lee Jiwon has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8308183: Convert the regression test to JUnit and update the bug tag > > test/jdk/java/net/httpclient/Http1RequestEmptyBufferTest.java line 46: > >> 44: /** >> 45: * @test >> 46: * @bug 8308183 > > Hello @dlwldnjs1009, the jtreg section of the OpenJDK development guide has > details about when and what values to add to the `@bug` tag > https://openjdk.org/guide/#jtreg: > >> These bug ids refer to product bugs for which a fix is verified by this test. > > Since this test is verifying the fix done for > https://bugs.openjdk.org/browse/JDK-8308024, we should use `8308024` as the > value for `@bug` tag instead of `8308183`. Thanks for the review. I updated the `@bug` tag to `8308024` and converted the test to use JUnit. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32209#discussion_r3720806390
