[jira] [Commented] (DISPATCH-1048) system_tests_http fail when run under python3 environment

2018-06-23 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1048:
--

GitHub user kgiusti opened a pull request:

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

DISPATCH-1048: correct import for urllib in python3, use unicode



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

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

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

https://github.com/apache/qpid-dispatch/pull/330.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 #330


commit ef029e713f671869a5e5313d7d4c137a002dd518
Author: Kenneth Giusti 
Date:   2018-06-23T21:58:08Z

DISPATCH-1048: correct import for urllib in python3, use unicode




> system_tests_http fail when run under python3 environment
> -
>
> Key: DISPATCH-1048
> URL: https://issues.apache.org/jira/browse/DISPATCH-1048
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Attachments: Dockerfile-ctest
>
>
> Can reproduce with attached docker file
> -
>   Start 46: system_tests_http
> 46: Test command: /usr/bin/python 
> "/main/qpid-dispatch-master/BUILD/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 46: Test timeout computed to be: 1500
> 46: system_tests_http (unittest2.loader._FailedTest) ... ERROR
> 46: 
> 46: ==
> 46: ERROR: system_tests_http (unittest2.loader._FailedTest)
> 46: --
> 46: Traceback (most recent call last):
> 46: ImportError: Failed to import test module: system_tests_http
> 46: Traceback (most recent call last):
> 46:   File "/usr/lib/python3.6/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 46: module = __import__(module_name)
> 46:   File "/main/qpid-dispatch-master/tests/system_tests_http.py", line 25, 
> in 
> 46: import os, threading, sys, urllib2
> 46: ModuleNotFoundError: No module named 'urllib2'
> 46: 
> 46: 
> 46: --
> 46: Ran 1 test in 0.000s
> 46: 
> 46: FAILED (errors=1)
> 46/47 Test #46: system_tests_http .***Failed  
>   0.21 sec



--
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



[GitHub] qpid-dispatch pull request #330: DISPATCH-1048: correct import for urllib in...

2018-06-23 Thread kgiusti
GitHub user kgiusti opened a pull request:

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

DISPATCH-1048: correct import for urllib in python3, use unicode



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

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

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

https://github.com/apache/qpid-dispatch/pull/330.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 #330


commit ef029e713f671869a5e5313d7d4c137a002dd518
Author: Kenneth Giusti 
Date:   2018-06-23T21:58:08Z

DISPATCH-1048: correct import for urllib in python3, use unicode




---

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



[ANNOUNCE] Apache Qpid Broker-J 7.0.6 released

2018-06-23 Thread Alex Rudyy
The Apache Qpid (http://qpid.apache.org) community is pleased to announce
the immediate availability of Apache Qpid Broker-J 7.0.6.

This is the latest release of pure java implementation of messaging broker
supporting Advanced Message Queuing Protocols 1.0 (AMQP 1.0, ISO/IEC 19464,
http://www.amqp.org),
0-10, 0-91, 0-9 and 0-8. Please visit Qpid project site for more details:
http://qpid.apache.org/components/broker-j/index.html

This release includes fixes for critical defects and improvements:
https://qpid.apache.org/releases/qpid-broker-j-7.0.6/release-notes.html

The release is available now from our website:
https://qpid.apache.org/download.html

Qpid Broker-J 7.0.6 release page can be found here:
https://qpid.apache.org/releases/qpid-broker-j-7.0.6/index.html

Thanks to all involved,
Alex


[jira] [Closed] (QPID-8210) [Broker-J] Consumer attach when message is being released and requeued can end-up in broker crash due to unhandled NullPointerException

2018-06-23 Thread Alex Rudyy (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPID-8210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy closed QPID-8210.


> [Broker-J]  Consumer attach when message is being released and requeued can 
> end-up in broker crash due to unhandled NullPointerException
> 
>
> Key: QPID-8210
> URL: https://issues.apache.org/jira/browse/QPID-8210
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.0.3, qpid-java-broker-7.0.2, 
> qpid-java-broker-7.0.0, qpid-java-broker-7.0.1, qpid-java-broker-7.0.4, 
> qpid-java-broker-7.0.5
>Reporter: Alex Rudyy
>Priority: Critical
> Fix For: qpid-java-broker-7.0.6
>
>
> The consumer node is currently set after consumer is added into queue 
> consumer manager. When released message is requeued all consumers in consumer 
> manager are iterated and AbstractQueue#updateSubRequeueEntry is invoke for 
> every of them to update the released entry in consumer queue context if 
> required. The notification of consumer without a consumer node can result in 
> NullPointerException:
> {noformat}
> java.lang.NullPointerException
>     at 
> org.apache.qpid.server.queue.QueueConsumerManagerImpl.setNotified(QueueConsumerManagerImpl.java:151)
>     at 
> org.apache.qpid.server.queue.AbstractQueue.notifyConsumer(AbstractQueue.java:2268)
>     at 
> org.apache.qpid.server.queue.AbstractQueue.updateSubRequeueEntry(AbstractQueue.java:1382)
>     at 
> org.apache.qpid.server.queue.AbstractQueue.resetSubPointers(AbstractQueue.java:1413)
>     at 
> org.apache.qpid.server.queue.AbstractQueue.requeue(AbstractQueue.java:1399)
>     at 
> org.apache.qpid.server.queue.QueueEntryImpl.postRelease(QueueEntryImpl.java:446)
>     at 
> org.apache.qpid.server.queue.QueueEntryImpl.release(QueueEntryImpl.java:437)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQChannel.requeue(AMQChannel.java:896)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQChannel.close(AMQChannel.java:787)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl.closeChannel(AMQPConnection_0_8Impl.java:459)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl.closeChannel(AMQPConnection_0_8Impl.java:430)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQChannel.receiveChannelClose(AMQChannel.java:2167)
>     at 
> org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody.process(ChannelCloseBody.java:140)
>     at 
> org.apache.qpid.server.protocol.v0_8.ServerDecoder.processMethod(ServerDecoder.java:132)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQDecoder.processFrame(AMQDecoder.java:203)
>     at 
> org.apache.qpid.server.protocol.v0_8.BrokerDecoder.doProcessFrame(BrokerDecoder.java:141)
>     at 
> org.apache.qpid.server.protocol.v0_8.BrokerDecoder.processFrame(BrokerDecoder.java:65)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQDecoder.processInput(AMQDecoder.java:185)
>     at 
> org.apache.qpid.server.protocol.v0_8.BrokerDecoder$1.run(BrokerDecoder.java:104)
>     at 
> org.apache.qpid.server.protocol.v0_8.BrokerDecoder$1.run(BrokerDecoder.java:97)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at 
> org.apache.qpid.server.protocol.v0_8.BrokerDecoder.processAMQPFrames(BrokerDecoder.java:96)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQDecoder.decode(AMQDecoder.java:118)
>     at 
> org.apache.qpid.server.protocol.v0_8.ServerDecoder.decodeBuffer(ServerDecoder.java:44)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl$1.run(AMQPConnection_0_8Impl.java:257)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl$1.run(AMQPConnection_0_8Impl.java:249)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at 
> org.apache.qpid.server.protocol.v0_8.AMQPConnection_0_8Impl.received(AMQPConnection_0_8Impl.java:248)
>     at 
> org.apache.qpid.server.transport.MultiVersionProtocolEngine.received(MultiVersionProtocolEngine.java:135)
>     at 
> org.apache.qpid.server.transport.NonBlockingConnection.processAmqpData(NonBlockingConnection.java:610)
>     at 
> org.apache.qpid.server.transport.NonBlockingConnectionPlainDelegate.processData(NonBlockingConnectionPlainDelegate.java:58)
>     at 
> org.apache.qpid.server.transport.NonBlockingConnection.doRead(NonBlockingConnection.java:496)
>     at 
> org.apache.qpid.server.transport.NonBlockingConnection.doWork(NonBlockingConnection.java:270)
>     at 
> org.apache.qpid.server.transport.NetworkConnectionScheduler.processConnection(NetworkConnectionScheduler.java:134)
>     at 
> org.apache.qpid.server.transport.SelectorThread$ConnectionProcessor.processConnection(SelectorThread.java:575)
>     at 
> org.apache

[jira] [Commented] (DISPATCH-1047) system_tests_ssl fail when running under python3 environment

2018-06-23 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1047:
--

Github user codecov-io commented on the issue:

https://github.com/apache/qpid-dispatch/pull/329
  
# 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=h1) 
Report
> Merging 
[#329](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/2e766f35cf2b3a172aaa58cef6c996376e69f1c9?src=pr&el=desc)
 will **increase** coverage by `0.03%`.
> The diff coverage is `n/a`.

[![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/329/graphs/tree.svg?src=pr&token=rk2Cgd27pP&width=650&height=150)](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=tree)

```diff
@@Coverage Diff @@
##   master #329  +/-   ##
==
+ Coverage   86.52%   86.56%   +0.03% 
==
  Files  69   69  
  Lines   1547915479  
==
+ Hits1339313399   +6 
+ Misses   2086 2080   -6
```


| [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=tree) | 
Coverage Δ | |
|---|---|---|
| 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/329/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `94.57% <0%> (+0.14%)` | :arrow_up: |
| 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/329/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `95.24% <0%> (+0.23%)` | :arrow_up: |
| 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/329/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `90.48% <0%> (+0.46%)` | :arrow_up: |

--

[Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=continue).
> **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
> Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=footer).
 Last update 
[2e766f3...aeb5d5f](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).



> system_tests_ssl fail when running under python3 environment
> 
>
> Key: DISPATCH-1047
> URL: https://issues.apache.org/jira/browse/DISPATCH-1047
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Attachments: Dockerfile-ctest
>
>
> Can be reproduced in attached dockerfile
> --
>   Start 45: system_tests_ssl
> 45: Test command: /usr/bin/python 
> "/main/qpid-dispatch-master/BUILD/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_ssl"
> 45: Test timeout computed to be: 1500
> 45: ERROR
> 45: ERROR
> 45: 
> 45: ==
> 45: ERROR: setUpClass (system_tests_ssl.RouterTestSslClient)
> 45: --
> 45: Traceback (most recent call last):
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 105, 
> in setUpClass
> 45: super(RouterTestSslClient, cls).create_sasl_files()
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 57, 
> in create_sasl_files
> 45: result = pipe.communicate('password')
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 843, in communicate
> 45: stdout, stderr = self._communicate(input, endtime, timeout)
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 1499, in _communicate
> 45: input_view = memoryview(self._input)
> 45: TypeError: memoryview: a bytes-like object is required, not 'str'
> 45: 
> 45: ==
> 45: ERROR: setUpClass (system_tests_ssl.RouterTestSslInterRouter)
> 45: --
> 45: Traceback (most recent call last):
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 410, 
> in setUpClass
> 45: super(RouterTestSslInterRouter, cls).create_sasl_files()
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 57, 
> in create_sasl_files
> 45: result = pipe.communicate('password')
> 45:   File "/usr/l

[GitHub] qpid-dispatch issue #329: DISPATCH-1047: open the pipe to saslpasswd2 in tex...

2018-06-23 Thread codecov-io
Github user codecov-io commented on the issue:

https://github.com/apache/qpid-dispatch/pull/329
  
# 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=h1) 
Report
> Merging 
[#329](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/2e766f35cf2b3a172aaa58cef6c996376e69f1c9?src=pr&el=desc)
 will **increase** coverage by `0.03%`.
> The diff coverage is `n/a`.

[![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/329/graphs/tree.svg?src=pr&token=rk2Cgd27pP&width=650&height=150)](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=tree)

```diff
@@Coverage Diff @@
##   master #329  +/-   ##
==
+ Coverage   86.52%   86.56%   +0.03% 
==
  Files  69   69  
  Lines   1547915479  
==
+ Hits1339313399   +6 
+ Misses   2086 2080   -6
```


| [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=tree) | 
Coverage Δ | |
|---|---|---|
| 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/329/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `94.57% <0%> (+0.14%)` | :arrow_up: |
| 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/329/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `95.24% <0%> (+0.23%)` | :arrow_up: |
| 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/329/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `90.48% <0%> (+0.46%)` | :arrow_up: |

--

[Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=continue).
> **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute  (impact)`, `ø = not affected`, `? = missing 
data`
> Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=footer).
 Last update 
[2e766f3...aeb5d5f](https://codecov.io/gh/apache/qpid-dispatch/pull/329?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).



---

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



[jira] [Assigned] (DISPATCH-1048) system_tests_http fail when run under python3 environment

2018-06-23 Thread Ken Giusti (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ken Giusti reassigned DISPATCH-1048:


Assignee: Ken Giusti

> system_tests_http fail when run under python3 environment
> -
>
> Key: DISPATCH-1048
> URL: https://issues.apache.org/jira/browse/DISPATCH-1048
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Attachments: Dockerfile-ctest
>
>
> Can reproduce with attached docker file
> -
>   Start 46: system_tests_http
> 46: Test command: /usr/bin/python 
> "/main/qpid-dispatch-master/BUILD/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_http"
> 46: Test timeout computed to be: 1500
> 46: system_tests_http (unittest2.loader._FailedTest) ... ERROR
> 46: 
> 46: ==
> 46: ERROR: system_tests_http (unittest2.loader._FailedTest)
> 46: --
> 46: Traceback (most recent call last):
> 46: ImportError: Failed to import test module: system_tests_http
> 46: Traceback (most recent call last):
> 46:   File "/usr/lib/python3.6/site-packages/unittest2/loader.py", line 172, 
> in loadTestsFromName
> 46: module = __import__(module_name)
> 46:   File "/main/qpid-dispatch-master/tests/system_tests_http.py", line 25, 
> in 
> 46: import os, threading, sys, urllib2
> 46: ModuleNotFoundError: No module named 'urllib2'
> 46: 
> 46: 
> 46: --
> 46: Ran 1 test in 0.000s
> 46: 
> 46: FAILED (errors=1)
> 46/47 Test #46: system_tests_http .***Failed  
>   0.21 sec



--
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-1047) system_tests_ssl fail when running under python3 environment

2018-06-23 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on DISPATCH-1047:
--

GitHub user kgiusti opened a pull request:

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

DISPATCH-1047: open the pipe to saslpasswd2 in text mode



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

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

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

https://github.com/apache/qpid-dispatch/pull/329.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 #329


commit aeb5d5f7793cd2c60801a0c9940fc24c53bf45aa
Author: Kenneth Giusti 
Date:   2018-06-23T21:18:39Z

DISPATCH-1047: open the pipe to saslpasswd2 in text mode




> system_tests_ssl fail when running under python3 environment
> 
>
> Key: DISPATCH-1047
> URL: https://issues.apache.org/jira/browse/DISPATCH-1047
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Attachments: Dockerfile-ctest
>
>
> Can be reproduced in attached dockerfile
> --
>   Start 45: system_tests_ssl
> 45: Test command: /usr/bin/python 
> "/main/qpid-dispatch-master/BUILD/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_ssl"
> 45: Test timeout computed to be: 1500
> 45: ERROR
> 45: ERROR
> 45: 
> 45: ==
> 45: ERROR: setUpClass (system_tests_ssl.RouterTestSslClient)
> 45: --
> 45: Traceback (most recent call last):
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 105, 
> in setUpClass
> 45: super(RouterTestSslClient, cls).create_sasl_files()
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 57, 
> in create_sasl_files
> 45: result = pipe.communicate('password')
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 843, in communicate
> 45: stdout, stderr = self._communicate(input, endtime, timeout)
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 1499, in _communicate
> 45: input_view = memoryview(self._input)
> 45: TypeError: memoryview: a bytes-like object is required, not 'str'
> 45: 
> 45: ==
> 45: ERROR: setUpClass (system_tests_ssl.RouterTestSslInterRouter)
> 45: --
> 45: Traceback (most recent call last):
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 410, 
> in setUpClass
> 45: super(RouterTestSslInterRouter, cls).create_sasl_files()
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 57, 
> in create_sasl_files
> 45: result = pipe.communicate('password')
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 843, in communicate
> 45: stdout, stderr = self._communicate(input, endtime, timeout)
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 1499, in _communicate
> 45: input_view = memoryview(self._input)
> 45: TypeError: memoryview: a bytes-like object is required, not 'str'
> 45: 
> 45: --
> 45: Ran 0 tests in 0.005s
> 45: 
> 45: FAILED (errors=2)
> 45/47 Test #45: system_tests_ssl ..***Failed  
>   0.22 



--
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



[GitHub] qpid-dispatch pull request #329: DISPATCH-1047: open the pipe to saslpasswd2...

2018-06-23 Thread kgiusti
GitHub user kgiusti opened a pull request:

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

DISPATCH-1047: open the pipe to saslpasswd2 in text mode



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

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

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

https://github.com/apache/qpid-dispatch/pull/329.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 #329


commit aeb5d5f7793cd2c60801a0c9940fc24c53bf45aa
Author: Kenneth Giusti 
Date:   2018-06-23T21:18:39Z

DISPATCH-1047: open the pipe to saslpasswd2 in text mode




---

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



[jira] [Assigned] (DISPATCH-1047) system_tests_ssl fail when running under python3 environment

2018-06-23 Thread Ken Giusti (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ken Giusti reassigned DISPATCH-1047:


Assignee: Ken Giusti

> system_tests_ssl fail when running under python3 environment
> 
>
> Key: DISPATCH-1047
> URL: https://issues.apache.org/jira/browse/DISPATCH-1047
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Attachments: Dockerfile-ctest
>
>
> Can be reproduced in attached dockerfile
> --
>   Start 45: system_tests_ssl
> 45: Test command: /usr/bin/python 
> "/main/qpid-dispatch-master/BUILD/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_ssl"
> 45: Test timeout computed to be: 1500
> 45: ERROR
> 45: ERROR
> 45: 
> 45: ==
> 45: ERROR: setUpClass (system_tests_ssl.RouterTestSslClient)
> 45: --
> 45: Traceback (most recent call last):
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 105, 
> in setUpClass
> 45: super(RouterTestSslClient, cls).create_sasl_files()
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 57, 
> in create_sasl_files
> 45: result = pipe.communicate('password')
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 843, in communicate
> 45: stdout, stderr = self._communicate(input, endtime, timeout)
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 1499, in _communicate
> 45: input_view = memoryview(self._input)
> 45: TypeError: memoryview: a bytes-like object is required, not 'str'
> 45: 
> 45: ==
> 45: ERROR: setUpClass (system_tests_ssl.RouterTestSslInterRouter)
> 45: --
> 45: Traceback (most recent call last):
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 410, 
> in setUpClass
> 45: super(RouterTestSslInterRouter, cls).create_sasl_files()
> 45:   File "/main/qpid-dispatch-master/tests/system_tests_ssl.py", line 57, 
> in create_sasl_files
> 45: result = pipe.communicate('password')
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 843, in communicate
> 45: stdout, stderr = self._communicate(input, endtime, timeout)
> 45:   File "/usr/lib64/python3.6/subprocess.py", line 1499, in _communicate
> 45: input_view = memoryview(self._input)
> 45: TypeError: memoryview: a bytes-like object is required, not 'str'
> 45: 
> 45: --
> 45: Ran 0 tests in 0.005s
> 45: 
> 45: FAILED (errors=2)
> 45/47 Test #45: system_tests_ssl ..***Failed  
>   0.22 



--
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] (QPIDJMS-2) [IGNORE ME] Subversion & Git to JIRA integration test

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


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

ASF subversion and git services commented on QPIDJMS-2:
---

Commit 29b46cdfd7349299ce74e5b0b00de13aad324c50 in qpid-jms's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=29b46cd ]

QPIDJMS-2: commit for testing git to JIRA comment bot yet again, ignore.\n

> [IGNORE ME] Subversion & Git to JIRA integration test 
> --
>
> Key: QPIDJMS-2
> URL: https://issues.apache.org/jira/browse/QPIDJMS-2
> Project: Qpid JMS
>  Issue Type: Task
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
>
> JIRA for testing gitsvn2jira integration, as with QPID-4891 and PROTON-321



--
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