[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16419196#comment-16419196
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit cbbefa77fb6ae5da6dd881eb201b3501180e69d8 in qpid-dispatch's branch 
refs/heads/master from [~mgoulish]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=cbbefa7 ]

DISPATCH-947 : fix tests broken by de-Messengerization of other tests


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418314#comment-16418314
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit f0a0a137103532836618abe5ef027444fbf31a2c in qpid-dispatch's branch 
refs/heads/master from [~mgoulish]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=f0a0a13 ]

DISPATCH-947 : de-Messengerize tests 14 and 15


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418069#comment-16418069
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 175cca432ddfe464d98750929b2b6c2e4b147e79 in qpid-dispatch's branch 
refs/heads/master from [~mgoulish]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=175cca4 ]

DISPATCH-947 : de-Messengerize tests 11-13


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417977#comment-16417977
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 1242610d6e784fd9fb86b77f812993cbd6ede22c in qpid-dispatch's branch 
refs/heads/DISPATCH-938 from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=1242610 ]

DISPATCH-947 - Modified 3 tests to not use Messenger


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417884#comment-16417884
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 1242610d6e784fd9fb86b77f812993cbd6ede22c in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=1242610 ]

DISPATCH-947 - Modified 3 tests to not use Messenger


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417776#comment-16417776
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit a813cd363ce2d7fdc7271f1b83512003c60877c3 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=a813cd3 ]

DISPATCH-947 - Two additional tests conveted to not use Messenger


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417689#comment-16417689
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 096788d88030db9b06318e805aa31f159f0641c6 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=096788d ]

DISPATCH-947 - test_19_management_get_operations and 
test_19_management_get_operations are now de-Messengerized


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417598#comment-16417598
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit a2a545ca35c2c5914232db059f2f2d7055b30ed7 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=a2a545c ]

DISPATCH-947 - test_17_management in system_tests_one_router is de-Messengerized


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417554#comment-16417554
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 1340f2b85bc95d841fa7a6e1de45e643547f970d in qpid-dispatch's branch 
refs/heads/master from [~mgoulish]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=1340f2b ]

DISPATCH-947 : de-Messenger test_10


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417431#comment-16417431
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 0dad431bd07cd9b8cf437bc80a8772ea8ceec57a in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=0dad431 ]

DISPATCH-947 - test_23_semantics_spread is now called 
test_23_semantics_balanced and it is de-Messengerfied


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417398#comment-16417398
 ] 

ASF GitHub Bot commented on DISPATCH-947:
-

Github user asfgit closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/273


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417395#comment-16417395
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 968d0fd0fa76ee319c440724801c51295bd801f5 in qpid-dispatch's branch 
refs/heads/master from [~mgoulish]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=968d0fd ]

DISPATCH-947 -- re-wrote first 9 Messenger tests to not use Messenger


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417396#comment-16417396
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit a5da7488b1a6d22293dedd2ddbf9728d42322f6f in qpid-dispatch's branch 
refs/heads/master from [~mgoulish]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=a5da748 ]

DISPATCH-947 : de-Messenger first 9 Messenger tests.


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417306#comment-16417306
 ] 

ASF GitHub Bot commented on DISPATCH-947:
-

GitHub user mgoulish opened a pull request:

https://github.com/apache/qpid-dispatch/pull/273

DISPATCH-947 -- re-wrote first 9 Messenger tests to not use Messenger

First 9 Messenger tests now use reactor interface, and set self.error , etc.

I am doing a PR because I have never actually used the Messenger interface, 
and in some cases it's not instantly obvious how to translate Messenger 
concepts.  It would be nice to have someone who is familiar take a quick look...

All remaining Messenger-based tests, I have just made to 'pass', so that 
everything runs now. I will continue working on those.

Also, I renumbered all tests so they just go 1, 2,  N
And gave numbers to the tests that had none.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mgoulish/qpid-dispatch 
de_messenger_one_router_test

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/273.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #273






> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416170#comment-16416170
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 77d2123b205b31b4ae36ecb3bfcfb7f98eb05a3a in qpid-dispatch's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=77d2123 ]

DISPATCH-947 - Fix sporadic error in test_10_propagated_disposition

Sort the settled list, dispatch can re-order the settlement events sporadically.


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416149#comment-16416149
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 4a596b71262032abd8a429d42bc2e881ac71d88c in qpid-dispatch's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=4a596b7 ]

DISPATCH-947 - Modified test_11_three_ack, no messenger

system_tests_two_routers.TwoRouterTest.test_11_three_ack


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416132#comment-16416132
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 0402e4c802c7ce5521c6d21da8eaad990cd9443d in qpid-dispatch's branch 
refs/heads/master from Kenneth Giusti
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=0402e4c ]

DISPATCH-947: fix system_tests_two_routers.test_17_address_wildcard


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416133#comment-16416133
 ] 

ASF GitHub Bot commented on DISPATCH-947:
-

Github user kgiusti closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/272


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416105#comment-16416105
 ] 

ASF GitHub Bot commented on DISPATCH-947:
-

GitHub user kgiusti opened a pull request:

https://github.com/apache/qpid-dispatch/pull/272

DISPATCH-947: fix system_tests_two_routers.test_17_address_wildcard



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kgiusti/dispatch DISPATCH-947

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/qpid-dispatch/pull/272.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #272


commit e3736106146a2c51ac432a912af455fbf0989ee2
Author: Kenneth Giusti 
Date:   2018-03-27T19:06:25Z

DISPATCH-947: fix system_tests_two_routers.test_17_address_wildcard




> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416084#comment-16416084
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 95c3741398438eb40cf0a742bc2e46b45a34e966 in qpid-dispatch's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=95c3741 ]

DISPATCH-947 - Modified test_10_propagated_disposition, no messenger

system_tests_two_routers.TwoRouterTest.test_10_propagated_disposition


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416000#comment-16416000
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 0f42beca47572fbe453052dea6459b450ecafb1c in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=0f42bec ]

DISPATCH-947 - Removed a useless test. This test is a duplicate of an already 
existing test and was not doing much. Also modified test_09_to_override to not 
use messenger


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-27 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415965#comment-16415965
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 1659077239a727e4a5c88be13f7973319ece2175 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=1659077 ]

DISPATCH-947 - Modified 3 additional tests to not use messenger


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411982#comment-16411982
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit ce04365d531ded52b56c66e2c658e6d84f18ccb3 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=ce04365 ]

DISPATCH-947 - Modified an additional test - test_04_management - to use proton 
reactor instead of Messenger


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410059#comment-16410059
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 6276168502f17124239c90fc01e93aaa6eb6acd3 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=6276168 ]

DISPATCH-947 - Modified some tests in system_tests_two_routers to use proton 
reactor instead of messenger


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408138#comment-16408138
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit dfa5fd46db45aa3c5ec3e335983d46d7f84a326a in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=dfa5fd4 ]

DISPATCH-947 - Additional fix to two more tests. Removed use of messenger and 
use python reactor instead.


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408020#comment-16408020
 ] 

ASF subversion and git services commented on DISPATCH-947:
--

Commit 143246f4e873f4adb22a4415b7b4680398652b36 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=143246f ]

DISPATCH-947 - Initial fix to remove Messenger from base system test class. 
This will make all but 4 system tests fail.


> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (DISPATCH-947) system tests on master branch failing when run against latest master proton

2018-03-21 Thread Justin Ross (JIRA)

[ 
https://issues.apache.org/jira/browse/DISPATCH-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16407845#comment-16407845
 ] 

Justin Ross commented on DISPATCH-947:
--

We've removed Messenger on master.  It was already deprecated for some time.  
You'll need to either adapt the tests to the supported Python API or pin your 
CI jobs to an older version of Proton.

> system tests on master branch failing when run against latest master proton
> ---
>
> Key: DISPATCH-947
> URL: https://issues.apache.org/jira/browse/DISPATCH-947
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> The system_tests_*.py are failing when run against the latest code from 
> proton master branch with the following error
>  
> {noformat}
> 42: Test command: /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 42: Test timeout computed to be: 1500
> 42: Traceback (most recent call last):
> 42:   File "/usr/bin/unit2", line 11, in 
> 42: load_entry_point('unittest2==1.1.0', 'console_scripts', 'unit2')()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/__main__.py", line 18, 
> in main_
> 42: main(module=None)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 89, in 
> __init__
> 42: self.parseArgs(argv)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 135, in 
> parseArgs
> 42: self.createTests()
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/main.py", line 142, in 
> createTests
> 42: self.module)
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 245, 
> in loadTestsFromNames
> 42: suites = [self.loadTestsFromName(name, module) for name in names]
> 42:   File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 42: module = __import__(module_name)
> 42:   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_http.py", line 23, 
> in 
> 42: from system_test import TestCase, Qdrouterd, main_module, DIR
> 42:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
> line 478, in 
> 42: class Messenger(proton.Messenger):
> 42: AttributeError: 'module' object has no attribute 'Messenger'
> 42/42 Test #42: system_tests_http .***Failed    0.18 
> sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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