[jira] [Closed] (DISPATCH-1735) system_tests_management failing on Fedora 32

2021-02-08 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy closed DISPATCH-1735. --- Resolution: Cannot Reproduce > system_tests_management failing on Fedora 32 >

[jira] [Commented] (DISPATCH-1735) system_tests_management failing on Fedora 32

2021-02-08 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17281379#comment-17281379 ] Ganesh Murthy commented on DISPATCH-1735: - I had forgotten about this, thanks for reminding

[jira] [Commented] (DISPATCH-1735) system_tests_management failing on Fedora 32

2021-02-08 Thread Ted Ross (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17281322#comment-17281322 ] Ted Ross commented on DISPATCH-1735: I also saw this failure on Fedora 32. After completely

[jira] [Commented] (DISPATCH-1941) Crash in HTTP1 adaptor: member access within null pointer of type 'const struct qd_buffer_t'

2021-02-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17281306#comment-17281306 ] ASF GitHub Bot commented on DISPATCH-1941: -- codecov-io commented on pull request #1022: URL:

[GitHub] [qpid-dispatch] codecov-io commented on pull request #1022: DISPATCH-1941: fix http1 parser to detect null characters

2021-02-08 Thread GitBox
codecov-io commented on pull request #1022: URL: https://github.com/apache/qpid-dispatch/pull/1022#issuecomment-775367687 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1022?src=pr=h1) Report > Merging

[jira] [Commented] (DISPATCH-1941) Crash in HTTP1 adaptor: member access within null pointer of type 'const struct qd_buffer_t'

2021-02-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17281280#comment-17281280 ] ASF GitHub Bot commented on DISPATCH-1941: -- kgiusti opened a new pull request #1022: URL:

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #1022: DISPATCH-1941: fix http1 parser to detect null characters

2021-02-08 Thread GitBox
kgiusti opened a new pull request #1022: URL: https://github.com/apache/qpid-dispatch/pull/1022 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Updated] (DISPATCH-1941) Crash in HTTP1 adaptor: member access within null pointer of type 'const struct qd_buffer_t'

2021-02-08 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated DISPATCH-1941: - Fix Version/s: 1.16.0 > Crash in HTTP1 adaptor: member access within null pointer of type

[jira] [Assigned] (DISPATCH-1940) Router HTTP2 adaptor should pass h2spec

2021-02-08 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned DISPATCH-1940: Assignee: Ganesh Murthy (was: Ken Giusti) > Router HTTP2 adaptor should pass h2spec >

[jira] [Assigned] (DISPATCH-1941) Crash in HTTP1 adaptor: member access within null pointer of type 'const struct qd_buffer_t'

2021-02-08 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned DISPATCH-1941: Assignee: Ken Giusti > Crash in HTTP1 adaptor: member access within null pointer of

[jira] [Assigned] (DISPATCH-1940) Router HTTP2 adaptor should pass h2spec

2021-02-08 Thread Ken Giusti (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned DISPATCH-1940: Assignee: Ken Giusti > Router HTTP2 adaptor should pass h2spec >

[GitHub] [qpid-proton] ihsinme commented on pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
ihsinme commented on pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#issuecomment-775345261 It’s more and more difficult for me to understand what confuses you. we're talking about `typedef uint32_t pn_sequence_t;`. while it will work as written if `lwm =

[GitHub] [qpid-proton] astitcher edited a comment on pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
astitcher edited a comment on pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#issuecomment-775332803 Apologies, you are correct that the test is useless and will always return true, due to the unsigned. But your fix is incorrect because it fails to understand the

[GitHub] [qpid-proton] astitcher commented on pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
astitcher commented on pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#issuecomment-775332803 Apologies, you are correct that the test is useless and will always return true, due to the unsigned. But your fix is incorrect because it fails to understand the intent of

[GitHub] [qpid-proton] astitcher commented on pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
astitcher commented on pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#issuecomment-775323966 > it seems to me a practical example that will help to understand why I proposed changes. > > ```c++ > unsigned long A; > > // A= 70; (A - 11) = 59; true

[GitHub] [qpid-proton] ihsinme commented on pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
ihsinme commented on pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#issuecomment-775318072 it seems to me a practical example that will help to understand why I proposed changes. ```cpp unsigned long A; // A= 70; (A - 11) = 59; true // A= 11; (A -

[GitHub] [qpid-proton] astitcher closed pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
astitcher closed pull request #295: URL: https://github.com/apache/qpid-proton/pull/295 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

[GitHub] [qpid-proton] astitcher commented on a change in pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
astitcher commented on a change in pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#discussion_r572213601 ## File path: c/src/messenger/store.c ## @@ -421,7 +421,7 @@ int pni_store_update(pni_store_t *store, pn_sequence_t id, pn_status_t status, }

[jira] [Updated] (DISPATCH-1757) failure in system_tests_edge_router: raise Empty

2021-02-08 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-1757: Fix Version/s: (was: 1.15.0) > failure in system_tests_edge_router: raise Empty >

[jira] [Updated] (DISPATCH-1735) system_tests_management failing on Fedora 32

2021-02-08 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-1735: Fix Version/s: (was: 1.15.0) > system_tests_management failing on Fedora 32 >

[jira] [Updated] (DISPATCH-1909) test_000_stats in system_tests_http2 failing intermittently

2021-02-08 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy updated DISPATCH-1909: Fix Version/s: (was: 1.15.0) > test_000_stats in system_tests_http2 failing

[jira] [Resolved] (DISPATCH-1776) HTTP/2 - grpc call causes segfault

2021-02-08 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy resolved DISPATCH-1776. - Resolution: Fixed > HTTP/2 - grpc call causes segfault >

[jira] [Reopened] (DISPATCH-1776) HTTP/2 - grpc call causes segfault

2021-02-08 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy reopened DISPATCH-1776: - > HTTP/2 - grpc call causes segfault > -- > >

[jira] [Resolved] (DISPATCH-1946) [docker] Schema compile fails in ubuntu xenial container

2021-02-08 Thread Charles E. Rolke (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles E. Rolke resolved DISPATCH-1946. Fix Version/s: 1.15.0 Resolution: Fixed Fixed at e78a18ae > [docker]

[jira] [Commented] (DISPATCH-1946) [docker] Schema compile fails in ubuntu xenial container

2021-02-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1728#comment-1728 ] ASF subversion and git services commented on DISPATCH-1946: --- Commit

[jira] [Commented] (DISPATCH-1946) [docker] Schema compile fails in ubuntu xenial container

2021-02-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17281112#comment-17281112 ] ASF GitHub Bot commented on DISPATCH-1946: -- asfgit closed pull request #1013: URL:

[GitHub] [qpid-dispatch] asfgit closed pull request #1013: DISPATCH-1946: Ensure that router schema is presented to json as a string

2021-02-08 Thread GitBox
asfgit closed pull request #1013: URL: https://github.com/apache/qpid-dispatch/pull/1013 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

[GitHub] [qpid-proton] jiridanek commented on a change in pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
jiridanek commented on a change in pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#discussion_r571908931 ## File path: c/src/messenger/store.c ## @@ -421,7 +421,7 @@ int pni_store_update(pni_store_t *store, pn_sequence_t id, pn_status_t status, }

[GitHub] [qpid-proton] ihsinme commented on pull request #295: fix invalid unsigned arithmetic.

2021-02-08 Thread GitBox
ihsinme commented on pull request #295: URL: https://github.com/apache/qpid-proton/pull/295#issuecomment-774978625 it seems to me a decrease in coverage. and the collection error is related to the time limit for the test. not with my changes in the code.

[jira] [Commented] (QPIDJMS-153) add support for application use of MessageAnnotations and DeliveryAnnotations

2021-02-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/QPIDJMS-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280844#comment-17280844 ] ASF GitHub Bot commented on QPIDJMS-153: rreddy13Official commented on pull request #37: URL:

[GitHub] [qpid-jms] rreddy13Official commented on pull request #37: QPIDJMS-153-methods to access message/delivery names

2021-02-08 Thread GitBox
rreddy13Official commented on pull request #37: URL: https://github.com/apache/qpid-jms/pull/37#issuecomment-774969728 Changes to solve the below ticket with regard to the reading message/delivery annotations: https://issues.apache.org/jira/browse/QPIDJMS-153