[jira] [Commented] (PROTON-1129) C++ binding test failure with older python

2016-02-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15136351#comment-15136351
 ] 

ASF subversion and git services commented on PROTON-1129:
-

Commit 5e5bb2e0ea2a5e2b4cb0f448bba1cd28fcd98745 in qpid-proton's branch 
refs/heads/master from Clifford Jansen
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=5e5bb2e ]

PROTON-1129: C++ example_test.py - rework new python 2.7 calls for older python


> C++ binding test failure with older python
> --
>
> Key: PROTON-1129
> URL: https://issues.apache.org/jira/browse/PROTON-1129
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: 0.13.0
>Reporter: Cliff Jansen
>Assignee: Cliff Jansen
>
> See errors like:
>   AttributeError: type object 'ContainerExampleTest' has no attribute 'broker'
> Working theory: unittest.TestCase.setUpClass() not implemented until python 
> 2.7.  The classmethod overrides are never called.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-1129) C++ binding test failure with older python

2016-02-07 Thread Cliff Jansen (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15136355#comment-15136355
 ] 

Cliff Jansen commented on PROTON-1129:
--

Multiple fixes for python versions < 2.7

  unittest.setUpTest/tearDownTest  (new in python 2.7)
  unittest.assertIn  (new in python 2.7)
  Event.wait() (return arg changed in python 2.7)


> C++ binding test failure with older python
> --
>
> Key: PROTON-1129
> URL: https://issues.apache.org/jira/browse/PROTON-1129
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: cpp-binding
>Affects Versions: 0.13.0
>Reporter: Cliff Jansen
>Assignee: Cliff Jansen
>
> See errors like:
>   AttributeError: type object 'ContainerExampleTest' has no attribute 'broker'
> Working theory: unittest.TestCase.setUpClass() not implemented until python 
> 2.7.  The classmethod overrides are never called.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)