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

Goetz Lindenmaier goetz at openjdk.java.net
Fri May 20 06:25:50 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk11u-dev/pull/1095/files
  - new: https://git.openjdk.java.net/jdk11u-dev/pull/1095/files/15fda7d9..53fd1f94

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1095&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1095&range=00-01

  Stats: 7 lines in 1 file changed: 0 ins; 7 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk11u-dev/pull/1095.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/1095/head:pull/1095

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


More information about the jdk-updates-dev mailing list