[jira] [Commented] (DISPATCH-1057) system_tests_console failing

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


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

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

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

DISPATCH-1057 - Additional fix. Move comments to separate lines. Renamed shadow 
variables


> system_tests_console failing 
> -
>
> Key: DISPATCH-1057
> URL: https://issues.apache.org/jira/browse/DISPATCH-1057
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.2.0
>
>
> system_tests_console failing with the following error -
>  
> {noformat}
> 49: Test command: /usr/bin/python "/foo/qpid-dispatch/build/tests/run.py" 
> "-x" "unit2" "-v" "system_tests_console"
> 49: Test timeout computed to be: 1500
> 49: test_console (system_tests_console.ConsoleTest) ... ERROR
> 49: 
> 49: ==
> 49: ERROR: test_console (system_tests_console.ConsoleTest)
> 49: --
> 49: Traceback (most recent call last):
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 88, in 
> test_console
> 49: self.run_console_test()
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 66, in 
> run_console_test
> 49: p0 = subprocess.Popen(['npm', 'install', '--loglevel=error'], 
> stdout=PIPE, cwd=src_dir)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> 49: errread, errwrite)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> 49: raise child_exception
> 49: OSError: [Errno 2] No such file or directory
> 49: 
> 49: --
> 49: Ran 1 test in 0.352s
> 49: 
> 49: FAILED (errors=1)
> 49/49 Test #49: system_tests_console ..***Failed  
>   0.51 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-1057) system_tests_console failing

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


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

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

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

DISPATCH-1057 Add space after # to make python happy. Add more error checking 
in console test


> system_tests_console failing 
> -
>
> Key: DISPATCH-1057
> URL: https://issues.apache.org/jira/browse/DISPATCH-1057
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.2.0
>
>
> system_tests_console failing with the following error -
>  
> {noformat}
> 49: Test command: /usr/bin/python "/foo/qpid-dispatch/build/tests/run.py" 
> "-x" "unit2" "-v" "system_tests_console"
> 49: Test timeout computed to be: 1500
> 49: test_console (system_tests_console.ConsoleTest) ... ERROR
> 49: 
> 49: ==
> 49: ERROR: test_console (system_tests_console.ConsoleTest)
> 49: --
> 49: Traceback (most recent call last):
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 88, in 
> test_console
> 49: self.run_console_test()
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 66, in 
> run_console_test
> 49: p0 = subprocess.Popen(['npm', 'install', '--loglevel=error'], 
> stdout=PIPE, cwd=src_dir)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> 49: errread, errwrite)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> 49: raise child_exception
> 49: OSError: [Errno 2] No such file or directory
> 49: 
> 49: --
> 49: Ran 1 test in 0.352s
> 49: 
> 49: FAILED (errors=1)
> 49/49 Test #49: system_tests_console ..***Failed  
>   0.51 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-1057) system_tests_console failing

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


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

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

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

DISPATCH-1057 Skip the console test is the console is not built


> system_tests_console failing 
> -
>
> Key: DISPATCH-1057
> URL: https://issues.apache.org/jira/browse/DISPATCH-1057
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.2.0
>
>
> system_tests_console failing with the following error -
>  
> {noformat}
> 49: Test command: /usr/bin/python "/foo/qpid-dispatch/build/tests/run.py" 
> "-x" "unit2" "-v" "system_tests_console"
> 49: Test timeout computed to be: 1500
> 49: test_console (system_tests_console.ConsoleTest) ... ERROR
> 49: 
> 49: ==
> 49: ERROR: test_console (system_tests_console.ConsoleTest)
> 49: --
> 49: Traceback (most recent call last):
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 88, in 
> test_console
> 49: self.run_console_test()
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 66, in 
> run_console_test
> 49: p0 = subprocess.Popen(['npm', 'install', '--loglevel=error'], 
> stdout=PIPE, cwd=src_dir)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> 49: errread, errwrite)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> 49: raise child_exception
> 49: OSError: [Errno 2] No such file or directory
> 49: 
> 49: --
> 49: Ran 1 test in 0.352s
> 49: 
> 49: FAILED (errors=1)
> 49/49 Test #49: system_tests_console ..***Failed  
>   0.51 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