Jaikiran
Jaikiran
I've been looking at some documentations to see if there is any thread safety semantics to consider when implementing a `org.junit.platform.launcher.TestExecutionListener`. I haven't found any, so asking here. More specifically,...
Many a times when a particular test is a failing once in a while (i.e. not consistently), I use the `@org.junit.jupiter.api.RepeatedTest` with a relatively high number like `10`: ``` @RepeatedTest(10)...
Can I please get a review of this change which proposes to fix https://bugs.openjdk.org/browse/JDK-8290041? As noted by the reporter, the current implementation is buggy since the calculation can result in...
One of our python application uses `requests`[1] package for HTTP invocations within the application. This `requests` package internally uses `urllib3` package for connection management. Things work fine in most of...
zlib has the ability to log runtime log messages. These log messages are only logged if a compile/build time flag is enabled `ZLIB_DEBUG`. This then means that it all depends...
When running the interop test "handshakeloss" against quic-go as the server, the test failed with: ``` Expected 50 handshakes. Got: 51 ``` Looking at the logs, what seems to be...
Can I please get a review of this test only changes, which proposes to address the current failure in jtreg self tests when Java 18 or higher is used to...
8332181: Deprecate for removal the java.net.MulticastSocket.setTTL/getTTL and the 2-arg send methods
Can I please get a review of this change which proposes to deprecate for removal 3 methods on `java.net.MulticastSocket`? This addresses https://bugs.openjdk.org/browse/JDK-8332181. As noted in that issue these methods have...
Can I please get a review for this patch which proposes to implement the enhancement request noted in https://bugs.openjdk.java.net/browse/JDK-8173970? The commit in this PR introduces the `-o` and `--output-dir` option...
Can I please get a review of this doc-only change which clarifies the value type for the `java.net.SocketOptions.SO_LINGER` option? --------- ### Progress - [ ] Change must be properly reviewed...