Re: RFR: 8274561: sun/net/ftp/TestFtpTimeValue.java timed out on slow machines

2021-09-30 Thread Ao Qi
On Thu, 30 Sep 2021 11:37:41 GMT, Jie Fu wrote: >> When we do fastdebug testing with -Xcomp, sun/net/ftp/TestFtpTimeValue.java >> timed out on slow machines. The parameter of setSoTimeout in the test should >> be set larger. > > The copyright year? Thanks, @DamonFool @dfuch ! - P

Re: RFR: 8274561: sun/net/ftp/TestFtpTimeValue.java timed out on slow machines [v2]

2021-09-30 Thread Daniel Fuchs
On Thu, 30 Sep 2021 11:50:12 GMT, Ao Qi wrote: >> When we do fastdebug testing with -Xcomp, sun/net/ftp/TestFtpTimeValue.java >> timed out on slow machines. The parameter of setSoTimeout in the test should >> be set larger. > > Ao Qi has updated the pull request incrementally with one additiona

Re: RFR: 8274561: sun/net/ftp/TestFtpTimeValue.java timed out on slow machines

2021-09-30 Thread Ao Qi
On Thu, 30 Sep 2021 11:37:41 GMT, Jie Fu wrote: >> When we do fastdebug testing with -Xcomp, sun/net/ftp/TestFtpTimeValue.java >> timed out on slow machines. The parameter of setSoTimeout in the test should >> be set larger. > > The copyright year? Updated. Thanks, @DamonFool :) -

Re: RFR: 8274561: sun/net/ftp/TestFtpTimeValue.java timed out on slow machines [v2]

2021-09-30 Thread Jie Fu
On Thu, 30 Sep 2021 11:46:45 GMT, Ao Qi wrote: >> When we do fastdebug testing with -Xcomp, sun/net/ftp/TestFtpTimeValue.java >> timed out on slow machines. The parameter of setSoTimeout in the test should >> be set larger. > > Ao Qi has updated the pull request incrementally with one additiona

Re: RFR: 8274561: sun/net/ftp/TestFtpTimeValue.java timed out on slow machines [v2]

2021-09-30 Thread Ao Qi
> When we do fastdebug testing with -Xcomp, sun/net/ftp/TestFtpTimeValue.java > timed out on slow machines. The parameter of setSoTimeout in the test should > be set larger. Ao Qi has updated the pull request incrementally with one additional commit since the last revision: update copyright

Re: RFR: 8274561: sun/net/ftp/TestFtpTimeValue.java timed out on slow machines

2021-09-30 Thread Jie Fu
On Thu, 30 Sep 2021 11:14:18 GMT, Ao Qi wrote: > When we do fastdebug testing with -Xcomp, sun/net/ftp/TestFtpTimeValue.java > timed out on slow machines. The parameter of setSoTimeout in the test should > be set larger. The copyright year? - PR: https://git.openjdk.java.net/jdk/