I think the test sftp and scp tests sometimes have problems, but afaik their failure don't really reflect a problem in the code base, but rather in the tests themselves. I wonder if adding a small sleep before the failing assertion would help.
On Tue, Sep 6, 2011 at 06:53, Will Glass-Husain <[email protected]> wrote: > Hi Guillaume, > > -1 from me. > > When I run > mvn clean package > > from the zipped source package, I get a failed test, specifically > org.apache.sshd.SftpTest.testReadWriteWithOffset > > ------------------------------------------------------------------------------- > Test set: org.apache.sshd.SftpTest > ------------------------------------------------------------------------------- > Tests run: 3, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 0.352 sec > <<< FAILURE! > testReadWriteWithOffset(org.apache.sshd.SftpTest) Time elapsed: 0.124 sec > <<< FAILURE! > java.lang.AssertionError: > at org.junit.Assert.fail(Assert.java:74) > at org.junit.Assert.assertTrue(Assert.java:37) > at org.junit.Assert.assertTrue(Assert.java:46) > at org.apache.sshd.SftpTest.testReadWriteWithOffset(SftpTest.java:158) > > Running on Win 7, Java 6, Maven 2.2.1 > > Other stuff I checked that worked > - tars and zips matched > - md5s matched. > > Happy to be part of this process-- don't mind rechecking again later. > > WILL > > P.S. > > On Mon, Sep 5, 2011 at 1:28 PM, Jeff Genender <[email protected]> wrote: > >> +1 >> >> Jeff >> >> >> On Sep 5, 2011, at 11:03 AM, Guillaume Nodet wrote: >> >> > 3nd try for the release of SSHD 0.6.0. >> > I've fixed the missing header and removed the duplicate source >> > distribution from the staging repo. >> > >> > A number of issues have been fixed: >> > >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849&version=12315514 >> > >> > The staging repo is available at: >> > https://repository.apache.org/content/repositories/orgapachemina-030/ >> > >> > Source and binary distributions are available at: >> > >> https://repository.apache.org/content/repositories/orgapachemina-030/org/apache/sshd/apache-sshd/0.6.0/ >> > >> > The svn tag is: >> > http://svn.apache.org/repos/asf/mina/sshd/tags/sshd-0.6.0/ >> > at revision 1165357 >> > http://svn.apache.org/viewvc?view=revision&revision=1165357 >> > >> > Please review and vote: >> > [ ] +1 Release SSHD 0.6.0 >> > [ ] -1 Do not >> > >> > -- >> > ------------------------ >> > Guillaume Nodet >> > ------------------------ >> > Blog: http://gnodet.blogspot.com/ >> > ------------------------ >> > Open Source SOA >> > http://fusesource.com >> >> > -- ------------------------ Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
