Re: RFR: 8230000: some httpclients testng tests run zero test

2019-08-26 Thread Daniel Fuchs
Looks good to me Julia! I will push your changes. best regards, -- daniel On 26/08/2019 12:09, Julia Boes wrote: Thanks for catching that, Aleksei! Updated webrev: http://cr.openjdk.java.net/~dfuchs/jboes/823/webrev.02/index.html Cheers, Julia On 23/08/2019 18:52, Daniel Fuchs wrot

Re: RFR: 8230000: some httpclients testng tests run zero test

2019-08-26 Thread Julia Boes
Thanks for catching that, Aleksei! Updated webrev: http://cr.openjdk.java.net/~dfuchs/jboes/823/webrev.02/index.html Cheers, Julia On 23/08/2019 18:52, Daniel Fuchs wrote: Oh! Good catch Aleksei! In fact all three files are missing the comma. cheers, -- daniel On 23/08/2019 18:47, A

Re: RFR: 8230000: some httpclients testng tests run zero test

2019-08-23 Thread Daniel Fuchs
Oh! Good catch Aleksei! In fact all three files are missing the comma. cheers, -- daniel On 23/08/2019 18:47, Aleks Efimov wrote: Hi Julia, Minor comments: test/jdk/java/net/httpclient/LineStreamsAndSurrogatesTest.java#2: Could you please add the missing comma after the last modification yea

Re: RFR: 8230000: some httpclients testng tests run zero test

2019-08-23 Thread Aleks Efimov
Hi Julia, Minor comments: test/jdk/java/net/httpclient/LineStreamsAndSurrogatesTest.java#2: Could you please add the missing comma after the last modification year, i.e. "2018, 2019," test/jdk/java/net/httpclient/LineSubscribersAndSurrogatesTest.java#2: Same stuff: "2018, 2019," Otherwise loo

Re: RFR: 8230000: some httpclients testng tests run zero test

2019-08-23 Thread Daniel Fuchs
Hi Julia, Looks good to me too! I will sponsor your change. best regards, -- daniel On 23/08/2019 17:16, Julia Boes wrote: Hi, Please find below a fix of three httpclient tests for which testng trivially passed without running any tests. In LineSubscribersAndSurrogatesTest and LineStreams

Re: RFR: 8230000: some httpclients testng tests run zero test

2019-08-23 Thread Chris Hegarty
> On 23 Aug 2019, at 17:16, Julia Boes wrote: > …. > > Bug: https://bugs.openjdk.java.net/browse/JDK-823 > > Webrev: http://cr.openjdk.java.net/~dfuchs/jboes/823/webrev.01/ LGTM. -Chris.

RFR: 8230000: some httpclients testng tests run zero test

2019-08-23 Thread Julia Boes
Hi, Please find below a fix of three httpclient tests for which testng trivially passed without running any tests. In LineSubscribersAndSurrogatesTest and LineStreamsAndSurrogatesTest, the access modifier of the methods in question was changed to public. For AbstractThrowingPushPromises, th