[jdk11u-dev] RFR: 8054022: HttpURLConnection timeouts with Expect: 100-Continue and no chunking
Goetz Lindenmaier
goetz at openjdk.org
Fri Feb 23 07:05:02 UTC 2024
On Mon, 19 Feb 2024 14:55:15 GMT, Anton Bobrov <abobrov at openjdk.org> wrote:
>> The best course of action is to backport them to (22,) 21, 17 and 11 in that order.
>> As they are test fixes, that is not a big deal of effort. E.g. you don't have to test extensively that you don't break existing coding.
>> You just do the backport, and run the test locally. But we should make sure we don't forget them.
>> Best regards, Goetz.
>
> @GoeLin because the automation squashes all commits i wont be able to cherry pick those 2 test issues to preserve the commit history if i add them in this PR (the test file is being added here so they would need to go on top of it). so the choice is to either forego the commit history here and add them on top of existing changes OR integrate this PR so that i can bring each change on top of it via separate PRs (1 of them is all the way to 17 now and the other 1 in 22 now and i'm in the process of bringing it to 21 and 17 as well). since i dunno how you guys prefer to do this kinda stuff i need some guidance here on how to proceed.
Hi @antbob, your push to jdk11u-dev of this change breaks the testing. The new test is not working with jtreg 6.1 which is default for jdk11u-dev. (Going to 7.3.1 requires a larger amount of backports). We need to get the testing green quickly, as next Tuesday rampdown starts. please have a look.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2523#issuecomment-1960823207
More information about the jdk-updates-dev
mailing list