I can confirm that PR https://github.com/apache/commons-net/pull/59
fixes the regressing bug in Apache Commons VFS master tests in
**org.apache.commons.vfs2.provider.ftps.test** which was introduced by
Commons Net 3.7.

The PR does not have a test though.

Gary

On Thu, Sep 17, 2020 at 12:14 PM Gary Gregory <garydgreg...@gmail.com> wrote:
>
> Connecting dots FTR: https://issues.apache.org/jira/browse/NET-687
>
> On Fri, Sep 11, 2020 at 9:46 AM Gary Gregory <garydgreg...@gmail.com> wrote:
> >
> > Hi All:
> >
> > Updating Commons VFS from Commons Net 3.6 to 3.7 causes failures. Please 
> > see:
> >
> > https://github.com/apache/commons-vfs/pull/128
> >
> > For example:
> >
> > https://github.com/apache/commons-vfs/pull/128/checks?check_run_id=1100197771
> >
> > Any thoughts?
> >
> > Tests in error:
> > 695 
> > AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:134->AbstractTestSuite.lambda$run$0:129->setUp:153->AbstractTestSuite.setUp:168
> > » FileSystem
> > 696 
> > AbstractFtpsProviderTestCase$FtpProviderTestSuite>AbstractTestSuite.run:134->AbstractTestSuite.lambda$run$0:129->setUp:153->AbstractTestSuite.setUp:163
> > » FileSystem
> >
> > at 
> > org.apache.commons.vfs2.provider.ftp.FtpFileObject.getChildFile(FtpFileObject.java:100)
> > 519 at 
> > org.apache.commons.vfs2.provider.ftp.FtpFileObject.getInfo(FtpFileObject.java:164)
> > 520 at 
> > org.apache.commons.vfs2.provider.ftp.FtpFileObject.doGetType(FtpFileObject.java:254)
> > 521 at 
> > org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:1378)
> > 522 ... 14 more
> > 523 Suppressed: java.net.SocketException: Broken pipe (Write failed)
> > 524 at java.net.SocketOutputStream.socketWrite0(Native Method)
> > 525 at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
> > 526 at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
> > 527 at 
> > sun.security.ssl.SSLSocketOutputRecord.encodeAlert(SSLSocketOutputRecord.java:81)
> > 528 at sun.security.ssl.TransportContext.fatal(TransportContext.java:355)
> > 529 at sun.security.ssl.TransportContext.fatal(TransportContext.java:267)
> > 530 at sun.security.ssl.TransportContext.fatal(TransportContext.java:262)
> > 531 at sun.security.ssl.SSLTransport.decode(SSLTransport.java:142)
> > 532 ... 30 more
> >
> > Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to