[GitHub] [qpid-dispatch] jiridanek commented on issue #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
jiridanek commented on issue #702: NO-JIRA Improve printing of results in 
travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#issuecomment-598496466
 
 
   I cannot add a foldable section and let it be unfolded by default. The 
reason for adding the new ctest failure list afterwards is because I needed to 
show the list of failing tests even in the default folded state.
   
   One thing I wanted but did not find was to only show output from the failed 
ctest targets by default, and allow to unfold the rest. That does not seem to 
be easily available.
   
   I agree that when the failures are colored red, which the ctest 
stdout/stderr output does, it is more obvious. On the other hand, the way this 
PR does it, the output is much more friendly for a newcommer, I'd argue. It is 
easier to wrap ones head around a screenful of output, and then possibly start 
expanding sections, than to see thousands of lines by default from the start.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
jiridanek commented on a change in pull request #702: NO-JIRA Improve printing 
of results in travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#discussion_r391977081
 
 

 ##
 File path: .travis.yml
 ##
 @@ -36,12 +36,14 @@ matrix:
 cache:
   directories:
 - $HOME/.m2/repository
-  before_cache:
-- rm -rf $HOME/.m2/repository/org/apache/qpid/*
+before_cache:
+  - rm -rf $HOME/.m2/repository/org/apache/qpid/*
 install: []
 before_script: []
 script:
 - mvn apache-rat:check
+after_failure:
+- cat target/rat.txt
 
 Review comment:
   If it does not exist, a nonzero return value from the last after_failure 
command does not really change anything. To some degree, missing target/rat.txt 
can be considered an additional failure, because of the expected way the rat CI 
job is supposed to fail.
   
   I can add the check, it would make the job then future-proof against adding 
additional commands to after_failure.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Closed] (DISPATCH-1598) Console displays repeating notifications when a router is dropped

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen closed DISPATCH-1598.
--
Resolution: Duplicate

> Console displays repeating notifications when a router is dropped
> -
>
> Key: DISPATCH-1598
> URL: https://issues.apache.org/jira/browse/DISPATCH-1598
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> If a router in the network stops responding while on the topology page, the 
> console will display an error message... every second... forever.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Resolved] (DISPATCH-1592) Show dropped routers in grey instead of displaying popup error message

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen resolved DISPATCH-1592.

Fix Version/s: 1.11.0
   Resolution: Fixed

> Show dropped routers in grey instead of displaying popup error message
> --
>
> Key: DISPATCH-1592
> URL: https://issues.apache.org/jira/browse/DISPATCH-1592
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Minor
> Fix For: 1.11.0
>
>
> Currently, if a router is unreachable but is still in the list of known 
> routers, an error message is displayed during each refresh interval.
>  
> Change this behavior to just grey out the unreachable router node. The 
> message should still be added to the notification list, it just shouldn't 
> show a popup.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (DISPATCH-1600) Console crashes if background map is enabled and topology is redisplayed

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen updated DISPATCH-1600:
---
Fix Version/s: 1.11.0

> Console crashes if background map is enabled and topology is redisplayed
> 
>
> Key: DISPATCH-1600
> URL: https://issues.apache.org/jira/browse/DISPATCH-1600
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.11.0
>
>
> In topology view, show the background map.
> Navigate away with the map displayed.
> Navigate back to the topology page.
> Boom.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Resolved] (DISPATCH-1600) Console crashes if background map is enabled and topology is redisplayed

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen resolved DISPATCH-1600.

Resolution: Fixed

> Console crashes if background map is enabled and topology is redisplayed
> 
>
> Key: DISPATCH-1600
> URL: https://issues.apache.org/jira/browse/DISPATCH-1600
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> In topology view, show the background map.
> Navigate away with the map displayed.
> Navigate back to the topology page.
> Boom.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (DISPATCH-1600) Console crashes if background map is enabled and topology is redisplayed

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen commented on DISPATCH-1600:


[https://github.com/apache/qpid-dispatch/commit/912e4abdad39e439b681e9b37285f2ebc9252757]

> Console crashes if background map is enabled and topology is redisplayed
> 
>
> Key: DISPATCH-1600
> URL: https://issues.apache.org/jira/browse/DISPATCH-1600
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> In topology view, show the background map.
> Navigate away with the map displayed.
> Navigate back to the topology page.
> Boom.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (DISPATCH-1600) Console crashes if background map is enabled and topology is redisplayed

2020-03-12 Thread Ernest Allen (Jira)
Ernest Allen created DISPATCH-1600:
--

 Summary: Console crashes if background map is enabled and topology 
is redisplayed
 Key: DISPATCH-1600
 URL: https://issues.apache.org/jira/browse/DISPATCH-1600
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Console
Affects Versions: 1.10.0
Reporter: Ernest Allen
Assignee: Ernest Allen


In topology view, show the background map.
Navigate away with the map displayed.
Navigate back to the topology page.
Boom.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Comment Edited] (DISPATCH-1592) Show dropped routers in grey instead of displaying popup error message

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen edited comment on DISPATCH-1592 at 3/12/20, 11:40 PM:
---

[commit 
681c330c172595507457215b9bd3253dfcdd5181|https://github.com/apache/qpid-dispatch/commit/681c330c172595507457215b9bd3253dfcdd5181]


was (Author: eallen):
commit 681c330c172595507457215b9bd3253dfcdd5181

> Show dropped routers in grey instead of displaying popup error message
> --
>
> Key: DISPATCH-1592
> URL: https://issues.apache.org/jira/browse/DISPATCH-1592
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Minor
>
> Currently, if a router is unreachable but is still in the list of known 
> routers, an error message is displayed during each refresh interval.
>  
> Change this behavior to just grey out the unreachable router node. The 
> message should still be added to the notification list, it just shouldn't 
> show a popup.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (DISPATCH-1592) Show dropped routers in grey instead of displaying popup error message

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen commented on DISPATCH-1592:


commit 681c330c172595507457215b9bd3253dfcdd5181

> Show dropped routers in grey instead of displaying popup error message
> --
>
> Key: DISPATCH-1592
> URL: https://issues.apache.org/jira/browse/DISPATCH-1592
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Minor
>
> Currently, if a router is unreachable but is still in the list of known 
> routers, an error message is displayed during each refresh interval.
>  
> Change this behavior to just grey out the unreachable router node. The 
> message should still be added to the notification list, it just shouldn't 
> show a popup.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Assigned] (DISPATCH-1592) Show dropped routers in grey instead of displaying popup error message

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen reassigned DISPATCH-1592:
--

Assignee: Ernest Allen

> Show dropped routers in grey instead of displaying popup error message
> --
>
> Key: DISPATCH-1592
> URL: https://issues.apache.org/jira/browse/DISPATCH-1592
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Minor
>
> Currently, if a router is unreachable but is still in the list of known 
> routers, an error message is displayed during each refresh interval.
>  
> Change this behavior to just grey out the unreachable router node. The 
> message should still be added to the notification list, it just shouldn't 
> show a popup.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[ANNOUNCE] Apache Qpid Broker-J 8.0.0 released

2020-03-12 Thread Alex Rudyy
The Apache Qpid (http://qpid.apache.org) community is pleased to
announce the immediate availability of Apache Qpid Broker-J 8.0.0.

This is the latest release of pure java implementation of messaging broker
supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC
19464,
http://www.amqp.org) and legacy AMQP protocols 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

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

The new version brings a number of improvements and bug fixes
including support for trusted CA revocation list and changes to ACL
limiting the number of connections per user.

The release notes can be found at:
http://qpid.apache.org/releases/qpid-broker-j-8.0.0/release-notes.html

Thanks to all involved,
Qpid Team

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


[GitHub] [qpid-dispatch] codecov-io commented on issue #703: DISPATCH-1597: release the qd_connection in libwebsockets on transpor…

2020-03-12 Thread GitBox
codecov-io commented on issue #703: DISPATCH-1597: release the qd_connection in 
libwebsockets on transpor…
URL: https://github.com/apache/qpid-dispatch/pull/703#issuecomment-598401786
 
 
   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=h1) 
Report
   > Merging 
[#703](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/de84211c85a63fea8059ab77e5b1d82fe6356793?src=pr&el=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/703/graphs/tree.svg?width=650&token=rk2Cgd27pP&height=150&src=pr)](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #703  +/-   ##
   ==
   + Coverage   86.82%   86.88%   +0.05% 
   ==
 Files  94   94  
 Lines   2136221368   +6 
   ==
   + Hits1854818565  +17 
   + Misses   2814 2803  -11
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/server.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3NlcnZlci5j)
 | `86.39% <0%> (-0.51%)` | :arrow_down: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `93.41% <0%> (-0.25%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `89.36% <0%> (-0.17%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.22% <0%> (-0.12%)` | :arrow_down: |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `93.96% <0%> (+0.43%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `90.22% <0%> (+0.56%)` | :arrow_up: |
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `95.18% <0%> (+0.68%)` | :arrow_up: |
   | 
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
 | `86.49% <0%> (+1.76%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/703?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/703?src=pr&el=footer).
 Last update 
[de84211...1c7b947](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Commented] (DISPATCH-1597) Router shutdown crash on system_tests_console

2020-03-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1597:
--

codecov-io commented on issue #703: DISPATCH-1597: release the qd_connection in 
libwebsockets on transpor…
URL: https://github.com/apache/qpid-dispatch/pull/703#issuecomment-598401786
 
 
   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=h1) 
Report
   > Merging 
[#703](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/de84211c85a63fea8059ab77e5b1d82fe6356793?src=pr&el=desc)
 will **increase** coverage by `0.05%`.
   > The diff coverage is `0%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/703/graphs/tree.svg?width=650&token=rk2Cgd27pP&height=150&src=pr)](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #703  +/-   ##
   ==
   + Coverage   86.82%   86.88%   +0.05% 
   ==
 Files  94   94  
 Lines   2136221368   +6 
   ==
   + Hits1854818565  +17 
   + Misses   2814 2803  -11
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/server.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3NlcnZlci5j)
 | `86.39% <0%> (-0.51%)` | :arrow_down: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `93.41% <0%> (-0.25%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `89.36% <0%> (-0.17%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.22% <0%> (-0.12%)` | :arrow_down: |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `93.96% <0%> (+0.43%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `90.22% <0%> (+0.56%)` | :arrow_up: |
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `95.18% <0%> (+0.68%)` | :arrow_up: |
   | 
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/703/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
 | `86.49% <0%> (+1.76%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/703?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/703?src=pr&el=footer).
 Last update 
[de84211...1c7b947](https://codecov.io/gh/apache/qpid-dispatch/pull/703?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Router shutdown crash on system_tests_console
> -
>
> Key: DISPATCH-1597
> URL: https://issues.apache.org/jira/browse/DISPATCH-1597
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ken Giusti
>Priority: Major
>
> Here is the back trace of the crash
>  
> {noformat}
> bt
>  #0  0x7f8f4fe6e402 in pni_record_find (record=0x, 
> key=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
>  #1  0x7f8f4fe6e6dd in pn_record_set (record=0x, key=0x0, 
> value=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
>  #2  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
> context=0x0) at 
> /home/kgiusti/work/pr

[jira] [Closed] (QPID-8416) [Broker-J] Release Qpid Broker-J version 8.0.0

2020-03-12 Thread Alex Rudyy (Jira)


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

Alex Rudyy closed QPID-8416.

Resolution: Fixed

> [Broker-J] Release Qpid Broker-J version 8.0.0
> --
>
> Key: QPID-8416
> URL: https://issues.apache.org/jira/browse/QPID-8416
> Project: Qpid
>  Issue Type: Task
>  Components: Broker-J
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>Priority: Major
> Fix For: qpid-java-broker-8.0.0
>
>
> Release Qpid Broker-J version 8.0.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Resolved] (DISPATCH-1597) Router shutdown crash on system_tests_console

2020-03-12 Thread Ken Giusti (Jira)


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

Ken Giusti resolved DISPATCH-1597.
--
Resolution: Fixed

> Router shutdown crash on system_tests_console
> -
>
> Key: DISPATCH-1597
> URL: https://issues.apache.org/jira/browse/DISPATCH-1597
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ken Giusti
>Priority: Major
>
> Here is the back trace of the crash
>  
> {noformat}
> bt
>  #0  0x7f8f4fe6e402 in pni_record_find (record=0x, 
> key=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
>  #1  0x7f8f4fe6e6dd in pn_record_set (record=0x, key=0x0, 
> value=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
>  #2  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
> context=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
>  #3  0x7f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
>  #4  0x7f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
>  #5  0x00402626 in main_process (config_path=0x7ffe071b0c3f "A.conf", 
> python_pkgdir=0x7ffe071b0c49 
> "/home/kgiusti/work/dispatch/qpid-dispatch/python", test_hooks=false, fd=2) 
> at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
>  #6  0x004030d5 in main (argc=5, argv=0x7ffe071af078) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (DISPATCH-1597) Router shutdown crash on system_tests_console

2020-03-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1597:
--

kgiusti commented on pull request #703: DISPATCH-1597: release the 
qd_connection in libwebsockets on transpor…
URL: https://github.com/apache/qpid-dispatch/pull/703
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Router shutdown crash on system_tests_console
> -
>
> Key: DISPATCH-1597
> URL: https://issues.apache.org/jira/browse/DISPATCH-1597
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ken Giusti
>Priority: Major
>
> Here is the back trace of the crash
>  
> {noformat}
> bt
>  #0  0x7f8f4fe6e402 in pni_record_find (record=0x, 
> key=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
>  #1  0x7f8f4fe6e6dd in pn_record_set (record=0x, key=0x0, 
> value=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
>  #2  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
> context=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
>  #3  0x7f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
>  #4  0x7f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
>  #5  0x00402626 in main_process (config_path=0x7ffe071b0c3f "A.conf", 
> python_pkgdir=0x7ffe071b0c49 
> "/home/kgiusti/work/dispatch/qpid-dispatch/python", test_hooks=false, fd=2) 
> at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
>  #6  0x004030d5 in main (argc=5, argv=0x7ffe071af078) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[GitHub] [qpid-dispatch] kgiusti closed pull request #703: DISPATCH-1597: release the qd_connection in libwebsockets on transpor…

2020-03-12 Thread GitBox
kgiusti closed pull request #703: DISPATCH-1597: release the qd_connection in 
libwebsockets on transpor…
URL: https://github.com/apache/qpid-dispatch/pull/703
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Commented] (DISPATCH-1597) Router shutdown crash on system_tests_console

2020-03-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1597:
--

kgiusti commented on pull request #703: DISPATCH-1597: release the 
qd_connection in libwebsockets on transpor…
URL: https://github.com/apache/qpid-dispatch/pull/703
 
 
   …t close
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Router shutdown crash on system_tests_console
> -
>
> Key: DISPATCH-1597
> URL: https://issues.apache.org/jira/browse/DISPATCH-1597
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ken Giusti
>Priority: Major
>
> Here is the back trace of the crash
>  
> {noformat}
> bt
>  #0  0x7f8f4fe6e402 in pni_record_find (record=0x, 
> key=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
>  #1  0x7f8f4fe6e6dd in pn_record_set (record=0x, key=0x0, 
> value=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
>  #2  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
> context=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
>  #3  0x7f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
>  #4  0x7f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
>  #5  0x00402626 in main_process (config_path=0x7ffe071b0c3f "A.conf", 
> python_pkgdir=0x7ffe071b0c49 
> "/home/kgiusti/work/dispatch/qpid-dispatch/python", test_hooks=false, fd=2) 
> at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
>  #6  0x004030d5 in main (argc=5, argv=0x7ffe071af078) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[GitHub] [qpid-dispatch] kgiusti opened a new pull request #703: DISPATCH-1597: release the qd_connection in libwebsockets on transpor…

2020-03-12 Thread GitBox
kgiusti opened a new pull request #703: DISPATCH-1597: release the 
qd_connection in libwebsockets on transpor…
URL: https://github.com/apache/qpid-dispatch/pull/703
 
 
   …t close


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Created] (DISPATCH-1599) Add edge routers to the console's Overview->Routers table

2020-03-12 Thread Ernest Allen (Jira)
Ernest Allen created DISPATCH-1599:
--

 Summary: Add edge routers to the console's Overview->Routers table
 Key: DISPATCH-1599
 URL: https://issues.apache.org/jira/browse/DISPATCH-1599
 Project: Qpid Dispatch
  Issue Type: Improvement
  Components: Console
Affects Versions: 1.10.0
Reporter: Ernest Allen


Add a row per edge router to the Overview Routers table.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Assigned] (DISPATCH-1597) Router shutdown crash on system_tests_console

2020-03-12 Thread Ganesh Murthy (Jira)


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

Ganesh Murthy reassigned DISPATCH-1597:
---

Assignee: Ken Giusti

> Router shutdown crash on system_tests_console
> -
>
> Key: DISPATCH-1597
> URL: https://issues.apache.org/jira/browse/DISPATCH-1597
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Assignee: Ken Giusti
>Priority: Major
>
> Here is the back trace of the crash
>  
> {noformat}
> bt
>  #0  0x7f8f4fe6e402 in pni_record_find (record=0x, 
> key=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
>  #1  0x7f8f4fe6e6dd in pn_record_set (record=0x, key=0x0, 
> value=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
>  #2  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
> context=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
>  #3  0x7f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
>  #4  0x7f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
>  #5  0x00402626 in main_process (config_path=0x7ffe071b0c3f "A.conf", 
> python_pkgdir=0x7ffe071b0c49 
> "/home/kgiusti/work/dispatch/qpid-dispatch/python", test_hooks=false, fd=2) 
> at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
>  #6  0x004030d5 in main (argc=5, argv=0x7ffe071af078) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (DISPATCH-1596) Console system tests are failing

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen commented on DISPATCH-1596:


commit fdf6ecf65ed9a7e6c411c9e6b41f5930cc12a6aa

 

> Console system tests are failing
> 
>
> Key: DISPATCH-1596
> URL: https://issues.apache.org/jira/browse/DISPATCH-1596
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
>
> The system_test_console is failing. According to the test output, the tests 
> complete successfully. But the test system is reporting a failure.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Resolved] (DISPATCH-1596) Console system tests are failing

2020-03-12 Thread Ernest Allen (Jira)


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

Ernest Allen resolved DISPATCH-1596.

Fix Version/s: 1.11.0
   Resolution: Fixed

> Console system tests are failing
> 
>
> Key: DISPATCH-1596
> URL: https://issues.apache.org/jira/browse/DISPATCH-1596
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.10.0
>Reporter: Ernest Allen
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.11.0
>
>
> The system_test_console is failing. According to the test output, the tests 
> complete successfully. But the test system is reporting a failure.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (DISPATCH-1598) Console displays repeating notifications when a router is dropped

2020-03-12 Thread Ernest Allen (Jira)
Ernest Allen created DISPATCH-1598:
--

 Summary: Console displays repeating notifications when a router is 
dropped
 Key: DISPATCH-1598
 URL: https://issues.apache.org/jira/browse/DISPATCH-1598
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Console
Affects Versions: 1.10.0
Reporter: Ernest Allen
Assignee: Ernest Allen


If a router in the network stops responding while on the topology page, the 
console will display an error message... every second... forever.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (DISPATCH-1384) Fix tests in Travis CI on macOS

2020-03-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1384:
--

jiridanek commented on pull request #701: DISPATCH-1384 Speed up .travis.yml by 
skipping unittest2 and using xcode11 with MacPorts
URL: https://github.com/apache/qpid-dispatch/pull/701
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Fix tests in Travis CI on macOS
> ---
>
> Key: DISPATCH-1384
> URL: https://issues.apache.org/jira/browse/DISPATCH-1384
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
>  Labels: macOS
>
> {noformat}
> The following tests FAILED:
> 9 - unit_tests (SEGFAULT)
>23 - system_tests_policy (Timeout)
>28 - system_tests_sasl_plain (Failed)
>38 - system_tests_auth_service_plugin (Failed)
>39 - system_tests_authz_service_plugin (Failed)
>48 - system_tests_bad_configuration (Failed)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[GitHub] [qpid-dispatch] jiridanek merged pull request #701: DISPATCH-1384 Speed up .travis.yml by skipping unittest2 and using xcode11 with MacPorts

2020-03-12 Thread GitBox
jiridanek merged pull request #701: DISPATCH-1384 Speed up .travis.yml by 
skipping unittest2 and using xcode11 with MacPorts
URL: https://github.com/apache/qpid-dispatch/pull/701
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [qpid-dispatch] gemmellr edited a comment on issue #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
gemmellr edited a comment on issue #702: NO-JIRA Improve printing of results in 
travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#issuecomment-598286866
 
 
   Well, the rat output one does. The other I personally find less obvious than 
the existing ctest failure list which is more obvious in the output (to me 
anyway).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [qpid-dispatch] gemmellr commented on issue #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
gemmellr commented on issue #702: NO-JIRA Improve printing of results in 
travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#issuecomment-598286866
 
 
   Well, the rat output one does. The other I personally find less obvious than 
the existing ctest failure list .which is more obvious in the output (to me 
anyway).


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [qpid-dispatch] gemmellr commented on issue #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
gemmellr commented on issue #702: NO-JIRA Improve printing of results in 
travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#issuecomment-598283591
 
 
   If I'm looking at the job log its typically going to involve looking at that 
output, so I dont especially like it being collapsed by default personally. 
Being able to collapse it might be useful, but it being so by default less so.
   
   Adding the additional output does seem useful regardless though.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [qpid-dispatch] gemmellr commented on a change in pull request #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
gemmellr commented on a change in pull request #702: NO-JIRA Improve printing 
of results in travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#discussion_r391739489
 
 

 ##
 File path: .travis.yml
 ##
 @@ -36,12 +36,14 @@ matrix:
 cache:
   directories:
 - $HOME/.m2/repository
-  before_cache:
-- rm -rf $HOME/.m2/repository/org/apache/qpid/*
+before_cache:
+  - rm -rf $HOME/.m2/repository/org/apache/qpid/*
 install: []
 before_script: []
 script:
 - mvn apache-rat:check
+after_failure:
+- cat target/rat.txt
 
 Review comment:
   Depending on the failure, the file might not exist, worth guarding?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Resolved] (PROTON-2180) [python binding] on_released called when delivery is MODIFIED

2020-03-12 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke resolved PROTON-2180.
--
Resolution: Information Provided

Indeed, thanks for reading the documentation to me. That is how it says it 
works and that's how it works.

This is a [POLA|https://en.wikipedia.org/wiki/Principle_of_least_astonishment] 
issue for this interface. 
* There are only a limited number of dispositions, please just create callbacks 
for each. 
* When two dispositions are delivered in a single callback do not name the 
callback with one of the disposition's names. Instead create a name that hints 
that both dispositions are included.

> [python binding] on_released called when delivery is MODIFIED
> -
>
> Key: PROTON-2180
> URL: https://issues.apache.org/jira/browse/PROTON-2180
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: proton-c-0.28.0
>Reporter: Charles E. Rolke
>Priority: Major
> Attachments: PROTON-2180-test-log.txt, 
> system_tests_multicast-PROTON-2180.py
>
>
> Reproducer:
> qpid-dispatch self test system_tests_multicast: 
> test_63_unsettled_3ack_outcomes
> Description:
> qpid-dispatch test code has an on_released method in class MulticastBase. The 
> comments are dated April 2, 2019 so the issue has been in play since then:
> {quote}{color:#80}def {color}on_released({color:#94558d}self{color}, 
> event):
>  {color:#808080}# for some reason Proton 'helpfully' calls on_released 
> even though the
> {color}{color:#808080} # delivery state is actually MODIFIED
> {color}    {color:#80}if {color}event.delivery.remote_state == 
> Delivery.MODIFIED:
>     {color:#80}return 
> {color}{color:#94558d}self{color}.on_modified(event)
> {quote}
> The self test today triggers the if statement six times on every run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[GitHub] [qpid-dispatch] jiridanek edited a comment on issue #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
jiridanek edited a comment on issue #702: NO-JIRA Improve printing of results 
in travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#issuecomment-598241930
 
 
   Run with a failure then looks like this
   * https://travis-ci.org/github/jiridanek/qpid-dispatch/jobs/661558177
   
   Run without any fails looks like this
   * https://travis-ci.org/github/jiridanek/qpid-dispatch/jobs/661558175
   
   IMO this is change for the better. The full output from ctest can be 
expanded with a mouse click when needed.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [qpid-dispatch] jiridanek commented on issue #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
jiridanek commented on issue #702: NO-JIRA Improve printing of results in 
travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#issuecomment-598241930
 
 
   Run with a failure then looks like this
   * https://travis-ci.org/github/jiridanek/qpid-dispatch/jobs/661558177
   
   Run without any fails looks like this
   * https://travis-ci.org/github/jiridanek/qpid-dispatch/jobs/661558175
   
   IMO this is change for the better.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Commented] (QPID-8427) [Broker-J] Housekeeping task threw StackOverflowError

2020-03-12 Thread Robert Godfrey (Jira)


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

Robert Godfrey commented on QPID-8427:
--

This sounds a lot like QPID-8393 which was fixed in v7.1.7 I believe

> [Broker-J] Housekeeping task threw StackOverflowError
> -
>
> Key: QPID-8427
> URL: https://issues.apache.org/jira/browse/QPID-8427
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1.5
>Reporter: Tomas Vavricka
>Priority: Major
>
> Broker crashed when performing housekeeping task.
> {noformat}
> 2020-03-10 20:14:41,539 ERROR [virtualhost-default-pool-1] 
> (o.a.q.s.u.HousekeepingExecutor) - Housekeeping task threw an exception:
> java.lang.StackOverflowError: null
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
> ...
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (QPID-8427) [Broker-J] Housekeeping task threw StackOverflowError

2020-03-12 Thread Tomas Vavricka (Jira)


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

Tomas Vavricka updated QPID-8427:
-
Description: 
Broker crashed when performing housekeeping task.
{noformat}
2020-03-10 20:14:41,539 ERROR [virtualhost-default-pool-1] 
(o.a.q.s.u.HousekeepingExecutor) - Housekeeping task threw an exception:
java.lang.StackOverflowError: null
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
...
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
{noformat}

  was:
Broker crashed when performing housekeeping task.
{noformat}
2020-03-10 20:14:41,539 ERROR [virtualhost-default-pool-1] 
(o.a.q.s.u.HousekeepingExecutor) - Housekeeping task threw an exception:
java.lang.StackOverflowError: null
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
...
...
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
{noformat}


> [Broker-J] Housekeeping task threw StackOverflowError
> -
>
> Key: QPID-8427
> URL: https://issues.apache.org/jira/browse/QPID-8427
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1.5
>Reporter: Tomas Vavricka
>Priority: Major
>
> Broker crashed when performing housekeeping task.
> {noformat}
> 2020-03-10 20:14:41,539 ERROR [virtualhost-default-pool-1] 
> (o.a.q.s.u.HousekeepingExecutor) - Housekeeping task threw an exception:
> java.lang.StackOverflowError: null
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
> ...
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (QPID-8427) [Broker-J] Housekeeping task threw StackOverflowError

2020-03-12 Thread Tomas Vavricka (Jira)


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

Tomas Vavricka updated QPID-8427:
-
Description: 
Broker crashed when performing housekeeping task.
{noformat}
2020-03-10 20:14:41,539 ERROR [virtualhost-default-pool-1] 
(o.a.q.s.u.HousekeepingExecutor) - Housekeeping task threw an exception:
java.lang.StackOverflowError: null
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
...
...
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
{noformat}

  was:
Broker crashed when performing housekeeping task.
{noformat}
2020-03-10 20:14:41,539 ERROR [virtualhost-default-pool-1] 
(o.a.q.s.u.HousekeepingExecutor) - Housekeeping task threw an exception:
java.lang.StackOverflowError: null
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 

...
...
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
{noformat}


> [Broker-J] Housekeeping task threw StackOverflowError
> -
>
> Key: QPID-8427
> URL: https://issues.apache.org/jira/browse/QPID-8427
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1.5
>Reporter: Tomas Vavricka
>Priority: Major
>
> Broker crashed when performing housekeeping task.
> {noformat}
> 2020-03-10 20:14:41,539 ERROR [virtualhost-default-pool-1] 
> (o.a.q.s.u.HousekeepingExecutor) - Housekeeping task threw an exception:
> java.lang.StackOverflowError: null
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
> ...
> ...
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
>   at 
> org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (QPID-8427) [Broker-J] Housekeeping task threw StackOverflowError

2020-03-12 Thread Tomas Vavricka (Jira)
Tomas Vavricka created QPID-8427:


 Summary: [Broker-J] Housekeeping task threw StackOverflowError
 Key: QPID-8427
 URL: https://issues.apache.org/jira/browse/QPID-8427
 Project: Qpid
  Issue Type: Bug
  Components: Broker-J
Affects Versions: qpid-java-broker-7.1.5
Reporter: Tomas Vavricka


Broker crashed when performing housekeeping task.
{noformat}
2020-03-10 20:14:41,539 ERROR [virtualhost-default-pool-1] 
(o.a.q.s.u.HousekeepingExecutor) - Housekeeping task threw an exception:
java.lang.StackOverflowError: null
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 

...
...
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
at 
org.apache.qpid.server.util.StateChangeListenerEntry.add(StateChangeListenerEntry.java:57)
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (DISPATCH-1597) Router shutdown crash on system_tests_console

2020-03-12 Thread Ganesh Murthy (Jira)


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

Ganesh Murthy updated DISPATCH-1597:

Description: 
Here is the back trace of the crash

 
{noformat}
bt
 #0  0x7f8f4fe6e402 in pni_record_find (record=0x, key=0x0) 
at /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
 #1  0x7f8f4fe6e6dd in pn_record_set (record=0x, key=0x0, 
value=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
 #2  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
context=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
 #3  0x7f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at 
/home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
 #4  0x7f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at 
/home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
 #5  0x00402626 in main_process (config_path=0x7ffe071b0c3f "A.conf", 
python_pkgdir=0x7ffe071b0c49 
"/home/kgiusti/work/dispatch/qpid-dispatch/python", test_hooks=false, fd=2) at 
/home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
 #6  0x004030d5 in main (argc=5, argv=0x7ffe071af078) at 
/home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367
{noformat}

  was:
Here is the back trace of the crash

 
{noformat}


 bt
#0
  0x7f8f4fe6e402 in pni_record_find (record=0x, 
key=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
#1
  0x7f8f4fe6e6dd in pn_record_set (record=0x, 
key=0x0, value=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
#2
  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
context=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
#3  0x7f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at 
/home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
#4  0x7f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at 
/home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
#5
  0x00402626 in main_process (config_path=0x7ffe071b0c3f 
"A.conf", python_pkgdir=0x7ffe071b0c49 
"/home/kgiusti/work/dispatch/qpid-dispatch/python", 
    test_hooks=false, fd=2) at 
/home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
#6  0x004030d5 in main (argc=5, argv=0x7ffe071af078) at 
/home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367



 {noformat}


> Router shutdown crash on system_tests_console
> -
>
> Key: DISPATCH-1597
> URL: https://issues.apache.org/jira/browse/DISPATCH-1597
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.10.0
>Reporter: Ganesh Murthy
>Priority: Major
>
> Here is the back trace of the crash
>  
> {noformat}
> bt
>  #0  0x7f8f4fe6e402 in pni_record_find (record=0x, 
> key=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
>  #1  0x7f8f4fe6e6dd in pn_record_set (record=0x, key=0x0, 
> value=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
>  #2  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
> context=0x0) at 
> /home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
>  #3  0x7f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
>  #4  0x7f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
>  #5  0x00402626 in main_process (config_path=0x7ffe071b0c3f "A.conf", 
> python_pkgdir=0x7ffe071b0c49 
> "/home/kgiusti/work/dispatch/qpid-dispatch/python", test_hooks=false, fd=2) 
> at /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
>  #6  0x004030d5 in main (argc=5, argv=0x7ffe071af078) at 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (DISPATCH-1597) Router shutdown crash on system_tests_console

2020-03-12 Thread Ganesh Murthy (Jira)
Ganesh Murthy created DISPATCH-1597:
---

 Summary: Router shutdown crash on system_tests_console
 Key: DISPATCH-1597
 URL: https://issues.apache.org/jira/browse/DISPATCH-1597
 Project: Qpid Dispatch
  Issue Type: Improvement
  Components: Container
Affects Versions: 1.10.0
Reporter: Ganesh Murthy


Here is the back trace of the crash

 
{noformat}


 bt
#0
  0x7f8f4fe6e402 in pni_record_find (record=0x, 
key=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:72
#1
  0x7f8f4fe6e6dd in pn_record_set (record=0x, 
key=0x0, value=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/object/record.c:135
#2
  0x7f8f4fe8a06e in pn_transport_set_context (transport=0x124fea0, 
context=0x0) at 
/home/kgiusti/work/proton/qpid-proton/c/src/core/transport.c:2838
#3  0x7f8f4ff456c4 in qd_server_free (qd_server=0xb718f0) at 
/home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1287
#4  0x7f8f4fee57a6 in qd_dispatch_free (qd=0xa0a2c0) at 
/home/kgiusti/work/dispatch/qpid-dispatch/src/dispatch.c:370
#5
  0x00402626 in main_process (config_path=0x7ffe071b0c3f 
"A.conf", python_pkgdir=0x7ffe071b0c49 
"/home/kgiusti/work/dispatch/qpid-dispatch/python", 
    test_hooks=false, fd=2) at 
/home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:117
#6  0x004030d5 in main (argc=5, argv=0x7ffe071af078) at 
/home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367



 {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[GitHub] [qpid-dispatch] jiridanek opened a new pull request #702: NO-JIRA Improve printing of results in travis.yml

2020-03-12 Thread GitBox
jiridanek opened a new pull request #702: NO-JIRA Improve printing of results 
in travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702
 
 
   * Print list files with unapproved license if any
   * Fold output from `ctest`, print list of failures at the end


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Commented] (DISPATCH-1384) Fix tests in Travis CI on macOS

2020-03-12 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1384:
--

jiridanek commented on pull request #701: DISPATCH-1384 Speed up .travis.yml by 
skipping unittest2 and caching MacPorts
URL: https://github.com/apache/qpid-dispatch/pull/701
 
 
   With xcode11, I saw 250s to install macports and 120s to install the ports. 
Much better than before.
   
   I did not figure out how to encourage macports to use cached 
/opt/local/var/macports/software dir.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Fix tests in Travis CI on macOS
> ---
>
> Key: DISPATCH-1384
> URL: https://issues.apache.org/jira/browse/DISPATCH-1384
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
>  Labels: macOS
>
> {noformat}
> The following tests FAILED:
> 9 - unit_tests (SEGFAULT)
>23 - system_tests_policy (Timeout)
>28 - system_tests_sasl_plain (Failed)
>38 - system_tests_auth_service_plugin (Failed)
>39 - system_tests_authz_service_plugin (Failed)
>48 - system_tests_bad_configuration (Failed)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[GitHub] [qpid-dispatch] jiridanek opened a new pull request #701: DISPATCH-1384 Speed up .travis.yml by skipping unittest2 and caching MacPorts

2020-03-12 Thread GitBox
jiridanek opened a new pull request #701: DISPATCH-1384 Speed up .travis.yml by 
skipping unittest2 and caching MacPorts
URL: https://github.com/apache/qpid-dispatch/pull/701
 
 
   With xcode11, I saw 250s to install macports and 120s to install the ports. 
Much better than before.
   
   I did not figure out how to encourage macports to use cached 
/opt/local/var/macports/software dir.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Created] (DISPATCH-1596) Console system tests are failing

2020-03-12 Thread Ernest Allen (Jira)
Ernest Allen created DISPATCH-1596:
--

 Summary: Console system tests are failing
 Key: DISPATCH-1596
 URL: https://issues.apache.org/jira/browse/DISPATCH-1596
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Console
Affects Versions: 1.10.0
Reporter: Ernest Allen
Assignee: Ernest Allen


The system_test_console is failing. According to the test output, the tests 
complete successfully. But the test system is reporting a failure.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (DISPATCH-1384) Fix tests in Travis CI on macOS

2020-03-12 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell commented on DISPATCH-1384:
--

Caching or using 10.14 seems reasonable. You could also look to GitHub Actions 
for its 6 hour job limit and 10.15 envs.

> Fix tests in Travis CI on macOS
> ---
>
> Key: DISPATCH-1384
> URL: https://issues.apache.org/jira/browse/DISPATCH-1384
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
>  Labels: macOS
>
> {noformat}
> The following tests FAILED:
> 9 - unit_tests (SEGFAULT)
>23 - system_tests_policy (Timeout)
>28 - system_tests_sasl_plain (Failed)
>38 - system_tests_auth_service_plugin (Failed)
>39 - system_tests_authz_service_plugin (Failed)
>48 - system_tests_bad_configuration (Failed)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Comment Edited] (DISPATCH-1384) Fix tests in Travis CI on macOS

2020-03-12 Thread Jira


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

Jiri Daněk edited comment on DISPATCH-1384 at 3/12/20, 9:51 AM:


Tests on macOS in Travis started dying with

bq. The job exceeded the maximum time limit for jobs, and has been 
terminated.

There is 220 s spent on installing MacPorts and 1140 s on installing software 
with MacPorts. Installing software takes so long because some packages are 
compiled from source. This can be fixed by caching the built packages, or by 
switching to macOS Mojave for which MacPorts holds prebuilt packages in a 
repository. See http://packages.macports.org/cmake/ (Mojave is darwin_18, 
currently Travis runs darwin_17 (High Sierra) which does not have many prebuilt 
packages.)


was (Author: jdanek):
Tests on macOS in Travis started dying with

The job exceeded the maximum time limit for jobs, and has been terminated.

There is 220 s spent on installing MacPorts and 1140 s on installing software 
with MacPorts. Installing software takes so long because some packages are 
compiled from source. This can be fixed by caching the built packages, or by 
switching to macOS Mojave for which MacPorts holds prebuilt packages in a 
repository. See http://packages.macports.org/cmake/ (Mojave is darwin_18, 
currently Travis runs darwin_17 (High Sierra) which does not have many prebuilt 
packages.)

> Fix tests in Travis CI on macOS
> ---
>
> Key: DISPATCH-1384
> URL: https://issues.apache.org/jira/browse/DISPATCH-1384
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
>  Labels: macOS
>
> {noformat}
> The following tests FAILED:
> 9 - unit_tests (SEGFAULT)
>23 - system_tests_policy (Timeout)
>28 - system_tests_sasl_plain (Failed)
>38 - system_tests_auth_service_plugin (Failed)
>39 - system_tests_authz_service_plugin (Failed)
>48 - system_tests_bad_configuration (Failed)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (DISPATCH-1384) Fix tests in Travis CI on macOS

2020-03-12 Thread Jira


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

Jiri Daněk commented on DISPATCH-1384:
--

Tests on macOS in Travis started dying with

The job exceeded the maximum time limit for jobs, and has been terminated.

There is 220 s spent on installing MacPorts and 1140 s on installing software 
with MacPorts. Installing software takes so long because some packages are 
compiled from source. This can be fixed by caching the built packages, or by 
switching to macOS Mojave for which MacPorts holds prebuilt packages in a 
repository. See http://packages.macports.org/cmake/ (Mojave is darwin_18, 
currently Travis runs darwin_17 (High Sierra) which does not have many prebuilt 
packages.)

> Fix tests in Travis CI on macOS
> ---
>
> Key: DISPATCH-1384
> URL: https://issues.apache.org/jira/browse/DISPATCH-1384
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
>  Labels: macOS
>
> {noformat}
> The following tests FAILED:
> 9 - unit_tests (SEGFAULT)
>23 - system_tests_policy (Timeout)
>28 - system_tests_sasl_plain (Failed)
>38 - system_tests_auth_service_plugin (Failed)
>39 - system_tests_authz_service_plugin (Failed)
>48 - system_tests_bad_configuration (Failed)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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