Re: RFR: 8349813: Test behavior of limiting() on RS operators throwing exceptions [v2]

2025-02-12 Thread duke
On Wed, 12 Feb 2025 09:16:51 GMT, Volkan Yazici wrote: >> Add tests verifying the behavior of `limiting()` factory methods (introduced >> in JDK-8328919) of `HttpResponse` on misbehaving Reactive Streams operators >> that throw exceptions. > > Volkan Yazici has updated the pull request with a n

Re: RFR: 8349813: Test behavior of limiting() on RS operators throwing exceptions [v2]

2025-02-12 Thread Daniel Fuchs
On Wed, 12 Feb 2025 09:16:51 GMT, Volkan Yazici wrote: >> Add tests verifying the behavior of `limiting()` factory methods (introduced >> in JDK-8328919) of `HttpResponse` on misbehaving Reactive Streams operators >> that throw exceptions. > > Volkan Yazici has updated the pull request with a n

Re: RFR: 8349813: Test behavior of limiting() on RS operators throwing exceptions [v2]

2025-02-12 Thread Volkan Yazici
On Wed, 12 Feb 2025 09:16:51 GMT, Volkan Yazici wrote: >> Add tests verifying the behavior of `limiting()` factory methods (introduced >> in JDK-8328919) of `HttpResponse` on misbehaving Reactive Streams operators >> that throw exceptions. > > Volkan Yazici has updated the pull request with a n

Re: RFR: 8349813: Test behavior of limiting() on RS operators throwing exceptions [v2]

2025-02-12 Thread Volkan Yazici
> Add tests verifying the behavior of `limiting()` factory methods (introduced > in JDK-8328919) of `HttpResponse` on misbehaving Reactive Streams operators > that throw exceptions. Volkan Yazici has updated the pull request with a new target base due to a merge or a rebase. The incremental web

Re: RFR: 8349813: Test behavior of limiting() on RS operators throwing exceptions [v2]

2025-02-12 Thread Volkan Yazici
On Tue, 11 Feb 2025 12:15:11 GMT, Daniel Fuchs wrote: >> Volkan Yazici has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains three additional >> commi

Re: RFR: 8349813: Test behavior of limiting() on RS operators throwing exceptions

2025-02-11 Thread Daniel Fuchs
On Tue, 11 Feb 2025 10:09:53 GMT, Volkan Yazici wrote: > Add tests verifying the behavior of `limiting()` factory methods (introduced > in JDK-8328919) of `HttpResponse` on misbehaving Reactive Streams operators > that throw exceptions. test/jdk/java/net/httpclient/ThrowingSubscribersAsLimitin

RFR: 8349813: Test behavior of limiting() on RS operators throwing exceptions

2025-02-11 Thread Volkan Yazici
Add tests verifying the behavior of `limiting()` factory methods (introduced in JDK-8328919) of `HttpResponse` on misbehaving Reactive Streams operators that throw exceptions. - Commit messages: - Verify `limiting()` behavior on misbehaving RS operators Changes: https://git.openjd