[ 
https://issues.apache.org/jira/browse/QPID-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862844#action_12862844
 ] 

Steve Huston commented on QPID-2492:
------------------------------------

This has to use subprocess on Windows; I can move the Popen class to its own 
file and implement it with subprocess and leave the original popen one parallel 
to it. Is there a way I can tell the Python version at run time and pick one 
implementation over the other? Or would you rather this be left as a Windows 
vs. Linux thing? I'd rather not divide by OS to avoid diverging capabilities 
that aren't portable up to the test using it.

> Changes to brokertest.py to better manage Windows brokers
> ---------------------------------------------------------
>
>                 Key: QPID-2492
>                 URL: https://issues.apache.org/jira/browse/QPID-2492
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Python Test Suite
>    Affects Versions: 0.7
>            Reporter: Steve Huston
>         Attachments: brokertest.diff
>
>
> I've been developing tests for the persistence/store functionality using 
> python/qpid/brokertest.py and I've made some local changes to get this to 
> work well on Windows. I'm a Python beginner, and there may be better ways to 
> do what I've done. Could someone please review the patch here and let me know 
> any suggestions?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to