[jdk11u-dev] RFR: 8286293: Tests ShortResponseBody and ShortResponseBodyWithRetry should use less resources [v2]

Martin Doerr mdoerr at openjdk.java.net
Fri May 20 08:33:57 UTC 2022


On Fri, 20 May 2022 06:25:50 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> I backport this test-only change for parity with 11.0.17-oracle.
>> 
>> I did the following adaptions:
>> ShortResponseBody.java
>> * Adapt test run specification to requirements of 11.
>>   This did not match in this file, but all other files
>>   needed fixes, too.
>> * Resolve includes
>> * Removal of four methods did not apply clean.
>>   The methods were moved to the new files.
>>   I dropped the old implementation and am using the 
>>   new ones in the new files except for assertExpectedMessage()
>>   which is not in 11.
>> 
>> ShortResponseBodyPostWithRetry.java
>> * test run specification: different context
>> 
>> Tests are compiling and passing.
>
> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove unused MSGS_ORDER

LGTM. Thanks!

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

Marked as reviewed by mdoerr (Reviewer).

PR: https://git.openjdk.java.net/jdk11u-dev/pull/1095


More information about the jdk-updates-dev mailing list