You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2013/07/08 19:25:53 UTC

[jira] [Created] (OODT-644) Protocol tests are extremely buggy and unstable

Chris A. Mattmann created OODT-644:
--------------------------------------

             Summary: Protocol tests are extremely buggy and unstable
                 Key: OODT-644
                 URL: https://issues.apache.org/jira/browse/OODT-644
             Project: OODT
          Issue Type: Bug
          Components: push pull framework
    Affects Versions: 0.6
            Reporter: Chris A. Mattmann
            Priority: Critical
             Fix For: 0.7


The tests in:

* protocol-sftp
* protocol-ftp 

Are pretty buggy and unstable. For example, the protocol-ftp starts up a server on port 9000 (the default file manager port -- which if you have a file manager running, this will not pass, and it will hang and then I was only able to make it release the port by restarting my computer even though lsof and netstat didn't show anything). As another example, the protocol-sftp plugin starts up an SSH server on the seemingly default port of 12222 (since it's not provided a specific port value -- though it seems to also start it up on 22?). These port conflicts would easily be eliminated by Mock objects, and I think they should be since we don't need to be grabbing ports for unit tests.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira