[jira] [Created] (DISPATCH-1843) http stats are not correctly separated by address

2020-11-18 Thread Gordon Sim (Jira)
Gordon Sim created DISPATCH-1843:


 Summary: http stats are not correctly separated by address
 Key: DISPATCH-1843
 URL: https://issues.apache.org/jira/browse/DISPATCH-1843
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Protocol Adaptors
Reporter: Gordon Sim
Assignee: Gordon Sim






--
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] [Reopened] (DISPATCH-1816) HTTP1.x race between activation timer and raw connection events

2020-11-18 Thread Ken Giusti (Jira)


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

Ken Giusti reopened DISPATCH-1816:
--

A race still exists where the event handler is processing a 
PN_RAW_CONNECTION_DISCONNECT event when the core activates the connection via 
an activation timer.

This can result in a runtime crash.

> HTTP1.x race between activation timer and raw connection events
> ---
>
> Key: DISPATCH-1816
> URL: https://issues.apache.org/jira/browse/DISPATCH-1816
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Affects Versions: 1.15.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.15.0
>
>
> Need to cancel activation timer when reconnect timer runs



--
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-1816) HTTP1.x race between activation timer and raw connection events

2020-11-18 Thread Ken Giusti (Jira)


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

Ken Giusti updated DISPATCH-1816:
-
Priority: Blocker  (was: Major)

> HTTP1.x race between activation timer and raw connection events
> ---
>
> Key: DISPATCH-1816
> URL: https://issues.apache.org/jira/browse/DISPATCH-1816
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Affects Versions: 1.15.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Blocker
> Fix For: 1.15.0
>
>
> Need to cancel activation timer when reconnect timer runs



--
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-1816) HTTP1.x race between activation timer and raw connection events

2020-11-18 Thread Ken Giusti (Jira)


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

Ken Giusti commented on DISPATCH-1816:
--

Traceback hit in travis CI:

 
 
**69: ==15307==ERROR: AddressSanitizer: SEGV on unknown address 0x 
(pc 0x7fbb45e13b0f bp 0x7fbb3cbbcf80 sp 0x7fbb3cbbcf50 T3)**
 
**69: #0 0x7fbb45e13b0e in qdr_http1_out_data_buffers_outstanding 
/home/travis/build/apache/qpid-dispatch/src/adaptors/http1/http1_adaptor.c:163**
 
**69: #1 0x7fbb45e30c88 in _handle_connection_events 
/home/travis/build/apache/qpid-dispatch/src/adaptors/http1/http1_server.c:596**
 
**69: #2 0x7fbb45ff5280 in handle_event_with_context 
/home/travis/build/apache/qpid-dispatch/src/server.c:804**
 
**69: #3 0x7fbb45ff52c2 in do_handle_raw_connection_event 
/home/travis/build/apache/qpid-dispatch/src/server.c:810**
 
**69: #4 0x7fbb45ff88bc in handle 
/home/travis/build/apache/qpid-dispatch/src/server.c:1090**
 
**69: #5 0x7fbb45ff8b1d in thread_run 
/home/travis/build/apache/qpid-dispatch/src/server.c:1122**
 
**69: #6 0x7fbb45edffe7 in _thread_init 
/home/travis/build/apache/qpid-dispatch/src/posix/threading.c:172**
 
**69: #7 0x7fbb458796b9 in start_thread 
(/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)**
*69: #8 0x7fbb448a241c in clone (/lib/x86_64-linux-gnu/libc.so.6+0x10741c)*

> HTTP1.x race between activation timer and raw connection events
> ---
>
> Key: DISPATCH-1816
> URL: https://issues.apache.org/jira/browse/DISPATCH-1816
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Affects Versions: 1.15.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Blocker
> Fix For: 1.15.0
>
>
> Need to cancel activation timer when reconnect timer runs



--
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-1844) sys_mutex leak detected by LeakSanitizer ASAN (shutdown)

2020-11-18 Thread Ken Giusti (Jira)
Ken Giusti created DISPATCH-1844:


 Summary: sys_mutex leak detected by LeakSanitizer ASAN (shutdown)
 Key: DISPATCH-1844
 URL: https://issues.apache.org/jira/browse/DISPATCH-1844
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Router Node
Affects Versions: 1.14.0
Reporter: Ken Giusti
Assignee: Ken Giusti
 Fix For: 1.15.0


The LSAN (ASAN) leak sanitizer occasionally detects a leak of sys_mutex items 
that are used by the qd_message_t content:

 
{quote}70: ==1475684==ERROR: LeakSanitizer: detected memory leaks 
70: 
70: Direct leak of 128 byte(s) in 2 object(s) allocated from: 
70: #0 0x7f52044ebbf5 in __interceptor_posix_memalign 
(/lib64/libasan.so.5+0x10ebf5) 
70: #1 0x7f5203b7e2cc in sys_mutex 
/home/kgiusti/work/dispatch/qpid-dispatch/src/posix/threading.c:41 
70: #2 0x7f5203b31b0f in qd_message 
/home/kgiusti/work/dispatch/qpid-dispatch/src/message.c:1012 
70: #3 0x7f5203a9edae in _server_rx_headers_done_cb 
/home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_server.c:862 
70: #4 0x7f5203a64d2a in process_headers_done 
/home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:831 
70: #5 0x7f5203a66411 in parse_header 
/home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:911 
70: #6 0x7f5203a6d065 in decode_incoming 
/home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:1301 
70: #7 0x7f5203a6e09a in h1_codec_connection_rx_data 
/home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:1346 
70: #8 0x7f5203a9a3fe in _handle_connection_events 
/home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_server.c:562 
70: #9 0x7f5203ceb754 in handle_event_with_context 
/home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:804 
70: #10 0x7f5203ceb796 in do_handle_raw_connection_event 
/home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:810 
70: #11 0x7f5203ceffe5 in handle 
/home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1090 
70: #12 0x7f5203cf0297 in thread_run 
/home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1122 
70: #13 0x7f5203cf770f in qd_server_run 
/home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1484 
70: #14 0x4026f8 in main_process 
/home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:113 
70: #15 0x404576 in main 
/home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367 
70: #16 0x7f52025761a2 in __libc_start_main (/lib64/libc.so.6+0x271a2)
{quote}
This leak is easily triggered by the HTTP1 adaptor but can also be triggered 
using plain AMQP.

This is a shutdown leak.  This occurs when a qdr_delivery_t is left on the 
link's updated_deliveries list at the point where the shutdown occurs.

Since this is a shutdown leak I will add a suppression to the lsan.supp list 
for now - this Jira remains open until the issue is actually fixed.



--
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 #916: DISPATCH-1844: suppress leaks of sys_mutex (shutdown leak)

2020-11-18 Thread GitBox


kgiusti opened a new pull request #916:
URL: https://github.com/apache/qpid-dispatch/pull/916


   



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



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



[jira] [Commented] (DISPATCH-1844) sys_mutex leak detected by LeakSanitizer ASAN (shutdown)

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1844:
--

kgiusti opened a new pull request #916:
URL: https://github.com/apache/qpid-dispatch/pull/916


   



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


> sys_mutex leak detected by LeakSanitizer ASAN (shutdown)
> 
>
> Key: DISPATCH-1844
> URL: https://issues.apache.org/jira/browse/DISPATCH-1844
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Router Node
>Affects Versions: 1.14.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.15.0
>
>
> The LSAN (ASAN) leak sanitizer occasionally detects a leak of sys_mutex items 
> that are used by the qd_message_t content:
>  
> {quote}70: ==1475684==ERROR: LeakSanitizer: detected memory leaks 
> 70: 
> 70: Direct leak of 128 byte(s) in 2 object(s) allocated from: 
> 70: #0 0x7f52044ebbf5 in __interceptor_posix_memalign 
> (/lib64/libasan.so.5+0x10ebf5) 
> 70: #1 0x7f5203b7e2cc in sys_mutex 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/posix/threading.c:41 
> 70: #2 0x7f5203b31b0f in qd_message 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/message.c:1012 
> 70: #3 0x7f5203a9edae in _server_rx_headers_done_cb 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_server.c:862
>  
> 70: #4 0x7f5203a64d2a in process_headers_done 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:831
>  
> 70: #5 0x7f5203a66411 in parse_header 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:911
>  
> 70: #6 0x7f5203a6d065 in decode_incoming 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:1301
>  
> 70: #7 0x7f5203a6e09a in h1_codec_connection_rx_data 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:1346
>  
> 70: #8 0x7f5203a9a3fe in _handle_connection_events 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_server.c:562
>  
> 70: #9 0x7f5203ceb754 in handle_event_with_context 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:804 
> 70: #10 0x7f5203ceb796 in do_handle_raw_connection_event 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:810 
> 70: #11 0x7f5203ceffe5 in handle 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1090 
> 70: #12 0x7f5203cf0297 in thread_run 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1122 
> 70: #13 0x7f5203cf770f in qd_server_run 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1484 
> 70: #14 0x4026f8 in main_process 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:113 
> 70: #15 0x404576 in main 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367 
> 70: #16 0x7f52025761a2 in __libc_start_main (/lib64/libc.so.6+0x271a2)
> {quote}
> This leak is easily triggered by the HTTP1 adaptor but can also be triggered 
> using plain AMQP.
> This is a shutdown leak.  This occurs when a qdr_delivery_t is left on the 
> link's updated_deliveries list at the point where the shutdown occurs.
> Since this is a shutdown leak I will add a suppression to the lsan.supp list 
> for now - this Jira remains open until the issue is actually fixed.



--
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 Proton-J 0.33.8 released

2020-11-18 Thread Robbie Gemmell
The Apache Qpid (http://qpid.apache.org) community is pleased to announce
the immediate availability of Apache Qpid Proton-J 0.33.8.

Apache Qpid Proton-J is a messaging library for the Advanced Message Queuing
Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org). It can be used
in a wide range of messaging applications including brokers, clients,
routers, bridges, proxies, and more.

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

Binaries are also available via Maven Central:
http://qpid.apache.org/maven.html

Release notes can be found at:
http://qpid.apache.org/releases/qpid-proton-j-0.33.8/release-notes.html

Thanks to all involved,
Robbie

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



[GitHub] [qpid-dispatch] asfgit merged pull request #916: DISPATCH-1844: suppress leaks of sys_mutex (shutdown leak)

2020-11-18 Thread GitBox


asfgit merged pull request #916:
URL: https://github.com/apache/qpid-dispatch/pull/916


   



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



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



[jira] [Commented] (DISPATCH-1844) sys_mutex leak detected by LeakSanitizer ASAN (shutdown)

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1844:
--

asfgit merged pull request #916:
URL: https://github.com/apache/qpid-dispatch/pull/916


   



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


> sys_mutex leak detected by LeakSanitizer ASAN (shutdown)
> 
>
> Key: DISPATCH-1844
> URL: https://issues.apache.org/jira/browse/DISPATCH-1844
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Router Node
>Affects Versions: 1.14.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.15.0
>
>
> The LSAN (ASAN) leak sanitizer occasionally detects a leak of sys_mutex items 
> that are used by the qd_message_t content:
>  
> {quote}70: ==1475684==ERROR: LeakSanitizer: detected memory leaks 
> 70: 
> 70: Direct leak of 128 byte(s) in 2 object(s) allocated from: 
> 70: #0 0x7f52044ebbf5 in __interceptor_posix_memalign 
> (/lib64/libasan.so.5+0x10ebf5) 
> 70: #1 0x7f5203b7e2cc in sys_mutex 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/posix/threading.c:41 
> 70: #2 0x7f5203b31b0f in qd_message 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/message.c:1012 
> 70: #3 0x7f5203a9edae in _server_rx_headers_done_cb 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_server.c:862
>  
> 70: #4 0x7f5203a64d2a in process_headers_done 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:831
>  
> 70: #5 0x7f5203a66411 in parse_header 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:911
>  
> 70: #6 0x7f5203a6d065 in decode_incoming 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:1301
>  
> 70: #7 0x7f5203a6e09a in h1_codec_connection_rx_data 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:1346
>  
> 70: #8 0x7f5203a9a3fe in _handle_connection_events 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_server.c:562
>  
> 70: #9 0x7f5203ceb754 in handle_event_with_context 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:804 
> 70: #10 0x7f5203ceb796 in do_handle_raw_connection_event 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:810 
> 70: #11 0x7f5203ceffe5 in handle 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1090 
> 70: #12 0x7f5203cf0297 in thread_run 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1122 
> 70: #13 0x7f5203cf770f in qd_server_run 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1484 
> 70: #14 0x4026f8 in main_process 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:113 
> 70: #15 0x404576 in main 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367 
> 70: #16 0x7f52025761a2 in __libc_start_main (/lib64/libc.so.6+0x271a2)
> {quote}
> This leak is easily triggered by the HTTP1 adaptor but can also be triggered 
> using plain AMQP.
> This is a shutdown leak.  This occurs when a qdr_delivery_t is left on the 
> link's updated_deliveries list at the point where the shutdown occurs.
> Since this is a shutdown leak I will add a suppression to the lsan.supp list 
> for now - this Jira remains open until the issue is actually fixed.



--
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-1844) sys_mutex leak detected by LeakSanitizer ASAN (shutdown)

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit 3902a534d4a473e55f737d04b1998b31185a0367 in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Ken Giusti
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=3902a53 ]

DISPATCH-1844: suppress leaks of sys_mutex (shutdown leak)


> sys_mutex leak detected by LeakSanitizer ASAN (shutdown)
> 
>
> Key: DISPATCH-1844
> URL: https://issues.apache.org/jira/browse/DISPATCH-1844
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Router Node
>Affects Versions: 1.14.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.15.0
>
>
> The LSAN (ASAN) leak sanitizer occasionally detects a leak of sys_mutex items 
> that are used by the qd_message_t content:
>  
> {quote}70: ==1475684==ERROR: LeakSanitizer: detected memory leaks 
> 70: 
> 70: Direct leak of 128 byte(s) in 2 object(s) allocated from: 
> 70: #0 0x7f52044ebbf5 in __interceptor_posix_memalign 
> (/lib64/libasan.so.5+0x10ebf5) 
> 70: #1 0x7f5203b7e2cc in sys_mutex 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/posix/threading.c:41 
> 70: #2 0x7f5203b31b0f in qd_message 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/message.c:1012 
> 70: #3 0x7f5203a9edae in _server_rx_headers_done_cb 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_server.c:862
>  
> 70: #4 0x7f5203a64d2a in process_headers_done 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:831
>  
> 70: #5 0x7f5203a66411 in parse_header 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:911
>  
> 70: #6 0x7f5203a6d065 in decode_incoming 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:1301
>  
> 70: #7 0x7f5203a6e09a in h1_codec_connection_rx_data 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_codec.c:1346
>  
> 70: #8 0x7f5203a9a3fe in _handle_connection_events 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/adaptors/http1/http1_server.c:562
>  
> 70: #9 0x7f5203ceb754 in handle_event_with_context 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:804 
> 70: #10 0x7f5203ceb796 in do_handle_raw_connection_event 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:810 
> 70: #11 0x7f5203ceffe5 in handle 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1090 
> 70: #12 0x7f5203cf0297 in thread_run 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1122 
> 70: #13 0x7f5203cf770f in qd_server_run 
> /home/kgiusti/work/dispatch/qpid-dispatch/src/server.c:1484 
> 70: #14 0x4026f8 in main_process 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:113 
> 70: #15 0x404576 in main 
> /home/kgiusti/work/dispatch/qpid-dispatch/router/src/main.c:367 
> 70: #16 0x7f52025761a2 in __libc_start_main (/lib64/libc.so.6+0x271a2)
> {quote}
> This leak is easily triggered by the HTTP1 adaptor but can also be triggered 
> using plain AMQP.
> This is a shutdown leak.  This occurs when a qdr_delivery_t is left on the 
> link's updated_deliveries list at the point where the shutdown occurs.
> Since this is a shutdown leak I will add a suppression to the lsan.supp list 
> for now - this Jira remains open until the issue is actually fixed.



--
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-1826) Various instabilities in the tcp protocol adaptor

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit f926a6c1b9b61f08a2fdd7c7436496bd771516d5 in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=f926a6c ]

DISPATCH-1826: Fix tcp adaptor stall on large messages


> Various instabilities in the tcp protocol adaptor
> -
>
> Key: DISPATCH-1826
> URL: https://issues.apache.org/jira/browse/DISPATCH-1826
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Ted Ross
>Assignee: Ted Ross
>Priority: Major
> Fix For: 1.15.0
>
>
> Several instabilities and leaks have been discovered in the TCP protocol 
> adaptor:
>  * Temporary addresses accumulate in the core address table
>  * Race: and ingress message can be composed and sent before the reply-to 
> address is established
>  * Deliveries, messages, and buffers are held and leaked by the adaptor



--
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-1820) TCP adaptor test time out with single one-byte message

2020-11-18 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke resolved DISPATCH-1820.

Fix Version/s: 1.15.0
   Resolution: Fixed

> TCP adaptor test time out with single one-byte message
> --
>
> Key: DISPATCH-1820
> URL: https://issues.apache.org/jira/browse/DISPATCH-1820
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.0
>
> Attachments: DISPATCH-1820-log-ok.txt, DISPATCH-1820-log-stall.txt
>
>
> Running the simplest system_tests_tcp_adaptor (one router, one one-byte 
> message)  sometimes works and sometimes times out. Combing through the router 
> logs for the ok and stall cases reveals some differences in adapter/core 
> events.
> These logs are for a test that sends a one byte message and a 100 byte 
> message. In the stall case the first one-byte message never goes through.
> The logs have been sanitized for easier diffing:
>  * tcp ports reanamed from numbers to 'listener' and 'connector'
>  * time-of-day deleted
>  * delivery incref and decref lines deleted



--
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-1830) TCP adaptor test can not create concurrent client sessions

2020-11-18 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke resolved DISPATCH-1830.

Resolution: Fixed

> TCP adaptor test can not create concurrent client sessions
> --
>
> Key: DISPATCH-1830
> URL: https://issues.apache.org/jira/browse/DISPATCH-1830
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors, Tests
>Reporter: Charles E. Rolke
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.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-1829) multi-hop TCP does not seem to work

2020-11-18 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke resolved DISPATCH-1829.

Fix Version/s: 1.15.0
   Resolution: Fixed

Fixed by patches for DISPATCH-1826 and others

> multi-hop TCP does not seem to work
> ---
>
> Key: DISPATCH-1829
> URL: https://issues.apache.org/jira/browse/DISPATCH-1829
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Priority: Major
> Fix For: 1.15.0
>
>
> Attempting to connect through a chain of three routers, 
> ingress->interior->egress, does not work. This seems to be independent of 
> whether the ingress and egress routers are edge or interior mode. However 
> connecting with TCP through the interior to egress does work.



--
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-1786) system_tests_fallback_dest failing in test_31_switchover_local_interior_alt_remote_interior

2020-11-18 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke resolved DISPATCH-1786.

Fix Version/s: 1.15.0
   Resolution: Fixed

> system_tests_fallback_dest failing in 
> test_31_switchover_local_interior_alt_remote_interior
> ---
>
> Key: DISPATCH-1786
> URL: https://issues.apache.org/jira/browse/DISPATCH-1786
> Project: Qpid Dispatch
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 1.14.0
>Reporter: Ganesh Murthy
>Priority: Major
> Fix For: 1.15.0
>
>
> {noformat}
> 63: Test command: /usr/bin/python "/foo/qpid-dispatch/build/tests/run.py" 
> "-m" "unittest" "-v" "system_tests_fallback_dest"
> 63: Test timeout computed to be: 600
> 63: test_01_sender_first_primary_same_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_02_sender_first_fallback_same_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_03_sender_first_primary_same_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_04_sender_first_fallback_same_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_05_sender_first_primary_interior_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_06_sender_first_fallback_interior_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_07_sender_first_primary_edge_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_08_sender_first_fallback_edge_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_09_sender_first_primary_interior_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_10_sender_first_fallback_interior_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_11_sender_first_primary_edge_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_12_sender_first_fallback_edge_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_13_receiver_first_primary_same_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_14_receiver_first_fallback_same_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_15_receiver_first_primary_same_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_16_receiver_first_fallback_same_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_17_receiver_first_primary_interior_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_18_receiver_first_fallback_interior_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_19_receiver_first_primary_edge_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_20_receiver_first_fallback_edge_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_21_receiver_first_primary_interior_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_22_receiver_first_fallback_interior_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_23_receiver_first_primary_edge_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_24_receiver_first_fallback_edge_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_25_switchover_same_edge (system_tests_fallback_dest.RouterTest) ... 
> ok
> 63: test_26_switchover_same_interior (system_tests_fallback_dest.RouterTest) 
> ... ok
> 63: test_27_switchover_local_edge_alt_remote_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_28_switchover_local_edge_alt_remote_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_29_switchover_local_edge_pri_remote_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_30_switchover_local_interior_pri_remote_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_31_switchover_local_interior_alt_remote_interior 
> (system_tests_fallback_dest.RouterTest) ... FAIL
> 63: test_32_switchover_local_interior_alt_remote_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_33_switchover_local_interior_pri_remote_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_34_switchover_local_interior_pri_remote_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_35_switchover_mix_1 (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_36_switchover_mix_2 (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_37_switchover_mix_3 (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_38_switchover_mix_4 (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_39_auto_link_sender_first_fallback_same_interior 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_40_auto_link_sender_first_fallback_same_edge 
> (system_tests_fallback_dest.RouterTest) ... ok
> 63: test_41_auto_link_sender_first_fallback_interior_interior 
> (sys

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #917: DISPATCH-1816: avoid race between conn disconnect and activation

2020-11-18 Thread GitBox


kgiusti opened a new pull request #917:
URL: https://github.com/apache/qpid-dispatch/pull/917


   



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



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



[jira] [Commented] (DISPATCH-1816) HTTP1.x race between activation timer and raw connection events

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1816:
--

kgiusti opened a new pull request #917:
URL: https://github.com/apache/qpid-dispatch/pull/917


   



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


> HTTP1.x race between activation timer and raw connection events
> ---
>
> Key: DISPATCH-1816
> URL: https://issues.apache.org/jira/browse/DISPATCH-1816
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Affects Versions: 1.15.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Blocker
> Fix For: 1.15.0
>
>
> Need to cancel activation timer when reconnect timer runs



--
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-1845) HTTP1: fails to deal with unsolicited responses from the server

2020-11-18 Thread Ken Giusti (Jira)
Ken Giusti created DISPATCH-1845:


 Summary: HTTP1: fails to deal with unsolicited responses from the 
server
 Key: DISPATCH-1845
 URL: https://issues.apache.org/jira/browse/DISPATCH-1845
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Protocol Adaptors
Affects Versions: 1.15.0
Reporter: Ken Giusti
Assignee: Ken Giusti
 Fix For: 1.15.0


[https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.9]

Occurs prior to server timing out the connection.



--
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-1831) TCP adaptor test topology needs a longer backbone of interior routers

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit 1e2bfed3639d96fe89fa16a7d01959dba65fc7fc in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=1e2bfed ]

DISPATCH-1831: Extend TCP adaptor test interior router backbone


> TCP adaptor test topology needs a longer backbone of interior routers
> -
>
> Key: DISPATCH-1831
> URL: https://issues.apache.org/jira/browse/DISPATCH-1831
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors, Tests
>Reporter: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.0
>
>
> The current topology:
> {code:java}
> #  +---++-++-++---+
> #  |  EA1  |<-->|  INTA   |<==>|  INTB   |<-->|  EB1  |
> #  +---+| || |+---+
> #  +---+| || |+---+
> #  |  EA2  |<-->| || |<-->|  EB2  |
> #  +---++-++-++---+
> {code}
> could be extended to 
>  
> {code:java}
> #  +---++-++-++-++---+
> #  |  EA1  |<-->|  INTA   |<==>|  INTB   |<==>|  INTC   |<-->|  EC1  |
> #  +---+| || || |+---+
> #  +---+| || || |+---+
> #  |  EA2  |<-->| || || |<-->|  EC2  |
> #  +---++-++-++-++---+
> #^ ^
> #| |
> #  +---+ +---+
> #  |  EB1  | |  EB2  |
> #  +---+ +---+
> {code}
> This allows testing INTB in through message forwarding where INTB is neither 
> a listener target nor a terminating edge uplink.



--
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] ChugR commented on pull request #910: DISPATCH-1831: Tcp test - extend backbone to three routers

2020-11-18 Thread GitBox


ChugR commented on pull request #910:
URL: https://github.com/apache/qpid-dispatch/pull/910#issuecomment-729810337


   Fixed at commit 1e2bf



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



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



[GitHub] [qpid-dispatch] ChugR closed pull request #910: DISPATCH-1831: Tcp test - extend backbone to three routers

2020-11-18 Thread GitBox


ChugR closed pull request #910:
URL: https://github.com/apache/qpid-dispatch/pull/910


   



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



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



[jira] [Commented] (DISPATCH-1831) TCP adaptor test topology needs a longer backbone of interior routers

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1831:
--

ChugR commented on pull request #910:
URL: https://github.com/apache/qpid-dispatch/pull/910#issuecomment-729810337


   Fixed at commit 1e2bf



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


> TCP adaptor test topology needs a longer backbone of interior routers
> -
>
> Key: DISPATCH-1831
> URL: https://issues.apache.org/jira/browse/DISPATCH-1831
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors, Tests
>Reporter: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.0
>
>
> The current topology:
> {code:java}
> #  +---++-++-++---+
> #  |  EA1  |<-->|  INTA   |<==>|  INTB   |<-->|  EB1  |
> #  +---+| || |+---+
> #  +---+| || |+---+
> #  |  EA2  |<-->| || |<-->|  EB2  |
> #  +---++-++-++---+
> {code}
> could be extended to 
>  
> {code:java}
> #  +---++-++-++-++---+
> #  |  EA1  |<-->|  INTA   |<==>|  INTB   |<==>|  INTC   |<-->|  EC1  |
> #  +---+| || || |+---+
> #  +---+| || || |+---+
> #  |  EA2  |<-->| || || |<-->|  EC2  |
> #  +---++-++-++-++---+
> #^ ^
> #| |
> #  +---+ +---+
> #  |  EB1  | |  EB2  |
> #  +---+ +---+
> {code}
> This allows testing INTB in through message forwarding where INTB is neither 
> a listener target nor a terminating edge uplink.



--
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-1831) TCP adaptor test topology needs a longer backbone of interior routers

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1831:
--

ChugR closed pull request #910:
URL: https://github.com/apache/qpid-dispatch/pull/910


   



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


> TCP adaptor test topology needs a longer backbone of interior routers
> -
>
> Key: DISPATCH-1831
> URL: https://issues.apache.org/jira/browse/DISPATCH-1831
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors, Tests
>Reporter: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.0
>
>
> The current topology:
> {code:java}
> #  +---++-++-++---+
> #  |  EA1  |<-->|  INTA   |<==>|  INTB   |<-->|  EB1  |
> #  +---+| || |+---+
> #  +---+| || |+---+
> #  |  EA2  |<-->| || |<-->|  EB2  |
> #  +---++-++-++---+
> {code}
> could be extended to 
>  
> {code:java}
> #  +---++-++-++-++---+
> #  |  EA1  |<-->|  INTA   |<==>|  INTB   |<==>|  INTC   |<-->|  EC1  |
> #  +---+| || || |+---+
> #  +---+| || || |+---+
> #  |  EA2  |<-->| || || |<-->|  EC2  |
> #  +---++-++-++-++---+
> #^ ^
> #| |
> #  +---+ +---+
> #  |  EB1  | |  EB2  |
> #  +---+ +---+
> {code}
> This allows testing INTB in through message forwarding where INTB is neither 
> a listener target nor a terminating edge uplink.



--
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] ChugR closed pull request #905: DISPATCH-1807: Add self tests for tcp protocol adaptor

2020-11-18 Thread GitBox


ChugR closed pull request #905:
URL: https://github.com/apache/qpid-dispatch/pull/905


   



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



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



[GitHub] [qpid-dispatch] ChugR commented on pull request #905: DISPATCH-1807: Add self tests for tcp protocol adaptor

2020-11-18 Thread GitBox


ChugR commented on pull request #905:
URL: https://github.com/apache/qpid-dispatch/pull/905#issuecomment-729811249


   Fixed



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



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



[jira] [Commented] (DISPATCH-1807) TCP adaptor has no system tests

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1807:
--

ChugR commented on pull request #905:
URL: https://github.com/apache/qpid-dispatch/pull/905#issuecomment-729811249


   Fixed



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


> TCP adaptor has no system tests
> ---
>
> Key: DISPATCH-1807
> URL: https://issues.apache.org/jira/browse/DISPATCH-1807
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Protocol Adaptors
>Reporter: Charles E. Rolke
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.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] [Commented] (DISPATCH-1807) TCP adaptor has no system tests

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1807:
--

ChugR closed pull request #905:
URL: https://github.com/apache/qpid-dispatch/pull/905


   



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


> TCP adaptor has no system tests
> ---
>
> Key: DISPATCH-1807
> URL: https://issues.apache.org/jira/browse/DISPATCH-1807
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Protocol Adaptors
>Reporter: Charles E. Rolke
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.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] [Created] (DISPATCH-1846) TCP adaptor basic connectivity test improvements

2020-11-18 Thread Charles E. Rolke (Jira)
Charles E. Rolke created DISPATCH-1846:
--

 Summary: TCP adaptor basic connectivity test improvements
 Key: DISPATCH-1846
 URL: https://issues.apache.org/jira/browse/DISPATCH-1846
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Protocol Adaptors, Tests
Reporter: Charles E. Rolke
Assignee: Charles E. Rolke
 Fix For: 1.15.0


TCP test does one-by-one connectivity check between listening router and 
connected echo servers. Replace this setup with an NxN check where every 
listener is proven to connect to every server.



--
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-1842) Router crashes when trying to execute HTTP2 GET request against deleted connector

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit de423eaf6264494fed73e37ff86563a9b58a5fa6 in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=de423ea ]

DISPATCH-1842: Handle managament deletes of httpConnector by deleting 
connection objects associated with the connector. This prevents the router 
crash from happening


> Router crashes when trying to execute HTTP2 GET request against deleted 
> connector
> -
>
> Key: DISPATCH-1842
> URL: https://issues.apache.org/jira/browse/DISPATCH-1842
> Project: Qpid Dispatch
>  Issue Type: Test
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Blocker
>
> Steps to reproduce
>  # Start the router with the attached config file
>  # Start a HTTP2 server (like nginx) on port 80
>  # Run a GET request to make sure the server is responding - curl 
> 127.0.0.1:9000 --http2-prior-knowledge
>  # Now delete the http2Connector like this - qdmanage DELETE 
> --type=httpConnector --identity=httpConnector/127.0.0.1:80
>  # Now try the GET request from Step #3 again. The router will crash.



--
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] ganeshmurthy closed pull request #915: DISPATCH-1842: Handle managament deletes of httpConnector by deleting…

2020-11-18 Thread GitBox


ganeshmurthy closed pull request #915:
URL: https://github.com/apache/qpid-dispatch/pull/915


   



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



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



[jira] [Commented] (DISPATCH-1842) Router crashes when trying to execute HTTP2 GET request against deleted connector

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1842:
--

ganeshmurthy closed pull request #915:
URL: https://github.com/apache/qpid-dispatch/pull/915


   



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 crashes when trying to execute HTTP2 GET request against deleted 
> connector
> -
>
> Key: DISPATCH-1842
> URL: https://issues.apache.org/jira/browse/DISPATCH-1842
> Project: Qpid Dispatch
>  Issue Type: Test
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Blocker
>
> Steps to reproduce
>  # Start the router with the attached config file
>  # Start a HTTP2 server (like nginx) on port 80
>  # Run a GET request to make sure the server is responding - curl 
> 127.0.0.1:9000 --http2-prior-knowledge
>  # Now delete the http2Connector like this - qdmanage DELETE 
> --type=httpConnector --identity=httpConnector/127.0.0.1:80
>  # Now try the GET request from Step #3 again. The router will crash.



--
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-1842) Router crashes when trying to execute HTTP2 GET request against deleted connector

2020-11-18 Thread Ganesh Murthy (Jira)


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

Ganesh Murthy resolved DISPATCH-1842.
-
Fix Version/s: 1.15.0
   Resolution: Fixed

> Router crashes when trying to execute HTTP2 GET request against deleted 
> connector
> -
>
> Key: DISPATCH-1842
> URL: https://issues.apache.org/jira/browse/DISPATCH-1842
> Project: Qpid Dispatch
>  Issue Type: Test
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Blocker
> Fix For: 1.15.0
>
>
> Steps to reproduce
>  # Start the router with the attached config file
>  # Start a HTTP2 server (like nginx) on port 80
>  # Run a GET request to make sure the server is responding - curl 
> 127.0.0.1:9000 --http2-prior-knowledge
>  # Now delete the http2Connector like this - qdmanage DELETE 
> --type=httpConnector --identity=httpConnector/127.0.0.1:80
>  # Now try the GET request from Step #3 again. The router will crash.



--
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] [Reopened] (DISPATCH-1829) multi-hop TCP does not seem to work

2020-11-18 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke reopened DISPATCH-1829:


> multi-hop TCP does not seem to work
> ---
>
> Key: DISPATCH-1829
> URL: https://issues.apache.org/jira/browse/DISPATCH-1829
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Priority: Major
> Fix For: 1.15.0
>
>
> Attempting to connect through a chain of three routers, 
> ingress->interior->egress, does not work. This seems to be independent of 
> whether the ingress and egress routers are edge or interior mode. However 
> connecting with TCP through the interior to egress does work.



--
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-1829) multi-hop TCP does not seem to work

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit 40dc885914a2fbac47f57a806022cd84d85148cc in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=40dc885 ]

DISPATCH-1846: Improve tcp adaptor basic connectivity test

Use every tcp listener to connect to every echo server in the router
network.

This test hangs at test_01_tcp_INTA_INTC. This sounds like issue
https://issues.apache.org/jira/browse/DISPATCH-1829
"multi-hop TCP does not seem to work"


> multi-hop TCP does not seem to work
> ---
>
> Key: DISPATCH-1829
> URL: https://issues.apache.org/jira/browse/DISPATCH-1829
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Priority: Major
> Fix For: 1.15.0
>
>
> Attempting to connect through a chain of three routers, 
> ingress->interior->egress, does not work. This seems to be independent of 
> whether the ingress and egress routers are edge or interior mode. However 
> connecting with TCP through the interior to egress does work.



--
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-1846) TCP adaptor basic connectivity test improvements

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit 40dc885914a2fbac47f57a806022cd84d85148cc in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=40dc885 ]

DISPATCH-1846: Improve tcp adaptor basic connectivity test

Use every tcp listener to connect to every echo server in the router
network.

This test hangs at test_01_tcp_INTA_INTC. This sounds like issue
https://issues.apache.org/jira/browse/DISPATCH-1829
"multi-hop TCP does not seem to work"


> TCP adaptor basic connectivity test improvements
> 
>
> Key: DISPATCH-1846
> URL: https://issues.apache.org/jira/browse/DISPATCH-1846
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors, Tests
>Reporter: Charles E. Rolke
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.0
>
>
> TCP test does one-by-one connectivity check between listening router and 
> connected echo servers. Replace this setup with an NxN check where every 
> listener is proven to connect to every server.



--
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-1829) multi-hop TCP does not seem to work

2020-11-18 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke commented on DISPATCH-1829:


Extending the TCP adaptor test network 
(https://issues.apache.org/jira/browse/DISPATCH-1846) commit 1e2bfed,

and then running exhaustive connectivity tests across the test network
(https://issues.apache.org/jira/browse/DISPATCH-1846) commit 40dc8 

provides a reproducer for this issue.

When the test runs the echo client sends a 1-byte message to INTA. INTA 
forwards the message to INTB where it stops.

 

> multi-hop TCP does not seem to work
> ---
>
> Key: DISPATCH-1829
> URL: https://issues.apache.org/jira/browse/DISPATCH-1829
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Priority: Major
> Fix For: 1.15.0
>
>
> Attempting to connect through a chain of three routers, 
> ingress->interior->egress, does not work. This seems to be independent of 
> whether the ingress and egress routers are edge or interior mode. However 
> connecting with TCP through the interior to egress does work.



--
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-1829) multi-hop TCP does not seem to work

2020-11-18 Thread Gordon Sim (Jira)


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

Gordon Sim commented on DISPATCH-1829:
--

The original reported issue was much more prevalent and affected any case where 
more than a single inter-router transfer was involved. That was fixed. However 
I'm fine with repurposing the Jira for a more specific occurrence. Just noting 
here the fact that the description no longer matches the current issue.

> multi-hop TCP does not seem to work
> ---
>
> Key: DISPATCH-1829
> URL: https://issues.apache.org/jira/browse/DISPATCH-1829
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Priority: Major
> Fix For: 1.15.0
>
>
> Attempting to connect through a chain of three routers, 
> ingress->interior->egress, does not work. This seems to be independent of 
> whether the ingress and egress routers are edge or interior mode. However 
> connecting with TCP through the interior to egress does work.



--
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-1847) http2 stats do not record client ip correctly

2020-11-18 Thread Gordon Sim (Jira)
Gordon Sim created DISPATCH-1847:


 Summary: http2 stats do not record client ip correctly
 Key: DISPATCH-1847
 URL: https://issues.apache.org/jira/browse/DISPATCH-1847
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Protocol Adaptors
Reporter: Gordon Sim
Assignee: Gordon Sim






--
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-1848) TCP test echo client/server mishandle socket errors

2020-11-18 Thread Charles E. Rolke (Jira)
Charles E. Rolke created DISPATCH-1848:
--

 Summary: TCP test echo client/server mishandle socket errors
 Key: DISPATCH-1848
 URL: https://issues.apache.org/jira/browse/DISPATCH-1848
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Protocol Adaptors, Tests
Reporter: Charles E. Rolke
Assignee: Charles E. Rolke
 Fix For: 1.15.0


Socket errors cause the process/thread to exit when the errors should simply 
close the socket.



--
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-1847) http2 stats do not record client ip correctly

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit eeb828e39391abf401e16b32e247715bec292658 in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Gordon Sim
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=eeb828e ]

DISPATCH-1847: use remote host in stats for ingress


> http2 stats do not record client ip correctly
> -
>
> Key: DISPATCH-1847
> URL: https://issues.apache.org/jira/browse/DISPATCH-1847
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
>




--
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-1843) http stats are not correctly separated by address

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit 1022d9bc7faec17828dd4ed781710d388e9d3f39 in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Gordon Sim
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=1022d9b ]

DISPATCH-1843: disambiguate http stats records


> http stats are not correctly separated by address
> -
>
> Key: DISPATCH-1843
> URL: https://issues.apache.org/jira/browse/DISPATCH-1843
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
>




--
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] (PROTON-2231) Assertion fail on macOS with libuv in c-threaderciser test

2020-11-18 Thread Andrew Stitcher (Jira)


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

Andrew Stitcher commented on PROTON-2231:
-

I've also seen this fairly commonly running this test on FreeBSD 12 as well - 
This makes it look to me like it's an issue with the libuv proactor rather than 
the macOS platform.

> Assertion fail on macOS with libuv in c-threaderciser test
> --
>
> Key: PROTON-2231
> URL: https://issues.apache.org/jira/browse/PROTON-2231
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.32.0
>Reporter: Jiri Daněk
>Assignee: Roddie Kieley
>Priority: Major
>  Labels: macOS
>
> As described on PROTON-2225, the test fails with assertion error. It is 
> currently disabled on macOS for this reason (in .travis.yml).
> {noformat}
> 6: Test command: /usr/local/opt/python/libexec/bin/python 
> "/Users/travis/build/jiridanek/qpid-proton/scripts/env.py" "--" 
> "/Users/travis/build/jiridanek/qpid-proton/build/c/tests/c-threaderciser"
> 6: Test timeout computed to be: 1500
> 6: threaderciser start: threads=8, time=1, actions=[listen, close-listen, 
> connect, close-connect, wake, timeout, cancel-timeout]
> 6: Assertion failed: (p->active > 0), function remove_active_lh, file 
> /Users/travis/build/jiridanek/qpid-proton/c/src/proactor/libuv.c, line 392.
>  6/31 Test  #6: c-threaderciser ..***Failed0.18 sec
> {noformat}
> If the test is meant to stay disabled for a longer time, it will have to be 
> disabled in CMakeLists.txt, so that users compiling the project do not run it 
> accidentally.



--
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] (PROTON-2231) Assertion fail on macOS with libuv in c-threaderciser test

2020-11-18 Thread Andrew Stitcher (Jira)


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

Andrew Stitcher updated PROTON-2231:

Labels: freebsd macOS  (was: macOS)

> Assertion fail on macOS with libuv in c-threaderciser test
> --
>
> Key: PROTON-2231
> URL: https://issues.apache.org/jira/browse/PROTON-2231
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.32.0
>Reporter: Jiri Daněk
>Assignee: Roddie Kieley
>Priority: Major
>  Labels: freebsd, macOS
>
> As described on PROTON-2225, the test fails with assertion error. It is 
> currently disabled on macOS for this reason (in .travis.yml).
> {noformat}
> 6: Test command: /usr/local/opt/python/libexec/bin/python 
> "/Users/travis/build/jiridanek/qpid-proton/scripts/env.py" "--" 
> "/Users/travis/build/jiridanek/qpid-proton/build/c/tests/c-threaderciser"
> 6: Test timeout computed to be: 1500
> 6: threaderciser start: threads=8, time=1, actions=[listen, close-listen, 
> connect, close-connect, wake, timeout, cancel-timeout]
> 6: Assertion failed: (p->active > 0), function remove_active_lh, file 
> /Users/travis/build/jiridanek/qpid-proton/c/src/proactor/libuv.c, line 392.
>  6/31 Test  #6: c-threaderciser ..***Failed0.18 sec
> {noformat}
> If the test is meant to stay disabled for a longer time, it will have to be 
> disabled in CMakeLists.txt, so that users compiling the project do not run it 
> accidentally.



--
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-1843) http stats are not correctly separated by address

2020-11-18 Thread Gordon Sim (Jira)


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

Gordon Sim resolved DISPATCH-1843.
--
Resolution: Fixed

> http stats are not correctly separated by address
> -
>
> Key: DISPATCH-1843
> URL: https://issues.apache.org/jira/browse/DISPATCH-1843
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
>




--
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-1847) http2 stats do not record client ip correctly

2020-11-18 Thread Gordon Sim (Jira)


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

Gordon Sim resolved DISPATCH-1847.
--
Resolution: Fixed

> http2 stats do not record client ip correctly
> -
>
> Key: DISPATCH-1847
> URL: https://issues.apache.org/jira/browse/DISPATCH-1847
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Gordon Sim
>Assignee: Gordon Sim
>Priority: Major
>




--
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-1848) TCP test echo client/server mishandle socket errors

2020-11-18 Thread ASF subversion and git services (Jira)


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

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

Commit 6c88bd7cfa40d00e3e8e007ea2368226bfe1cb6f in qpid-dispatch's branch 
refs/heads/dev-protocol-adaptors-2 from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=6c88bd7 ]

DISPATCH-1848: TCP echo client/server handle socket errors better

And various PEP-8 compliance changes.


> TCP test echo client/server mishandle socket errors
> ---
>
> Key: DISPATCH-1848
> URL: https://issues.apache.org/jira/browse/DISPATCH-1848
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors, Tests
>Reporter: Charles E. Rolke
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.15.0
>
>
> Socket errors cause the process/thread to exit when the errors should simply 
> close the socket.



--
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 #918: DISPATCH-1845: cleanup input buffers on server disconnect

2020-11-18 Thread GitBox


kgiusti opened a new pull request #918:
URL: https://github.com/apache/qpid-dispatch/pull/918


   



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



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



[jira] [Commented] (DISPATCH-1845) HTTP1: fails to deal with unsolicited responses from the server

2020-11-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1845:
--

kgiusti opened a new pull request #918:
URL: https://github.com/apache/qpid-dispatch/pull/918


   



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


> HTTP1: fails to deal with unsolicited responses from the server
> ---
>
> Key: DISPATCH-1845
> URL: https://issues.apache.org/jira/browse/DISPATCH-1845
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Affects Versions: 1.15.0
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.15.0
>
>
> [https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.9]
> Occurs prior to server timing out the connection.



--
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-1849) Router crash when fetching large message HTTP2 GET request

2020-11-18 Thread Ganesh Murthy (Jira)
Ganesh Murthy created DISPATCH-1849:
---

 Summary: Router crash when fetching large message HTTP2 GET request
 Key: DISPATCH-1849
 URL: https://issues.apache.org/jira/browse/DISPATCH-1849
 Project: Qpid Dispatch
  Issue Type: Bug
  Components: Protocol Adaptors
Reporter: Ganesh Murthy
Assignee: Ganesh Murthy


Start the router with the attached config file.

Run shell script repeatedly where the GET  request fetches 1 megabyte or more 
of data
{noformat}
while 
curl 127.0.0.1:9000 --http2-prior-knowledge
do :; done {noformat}
 

The router will crash



--
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-1849) Router crash when fetching large message HTTP2 GET request

2020-11-18 Thread Ganesh Murthy (Jira)


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

Ganesh Murthy updated DISPATCH-1849:

Attachment: qdrouterd.conf

> Router crash when fetching large message HTTP2 GET request
> --
>
> Key: DISPATCH-1849
> URL: https://issues.apache.org/jira/browse/DISPATCH-1849
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Blocker
> Attachments: qdrouterd.conf
>
>
> Start the router with the attached config file.
> Run shell script repeatedly where the GET  request fetches 1 megabyte or more 
> of data
> {noformat}
> while 
> curl 127.0.0.1:9000 --http2-prior-knowledge
> do :; done {noformat}
>  
> The router will crash



--
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-1849) Router crash when fetching large message HTTP2 GET request

2020-11-18 Thread Ganesh Murthy (Jira)


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

Ganesh Murthy commented on DISPATCH-1849:
-

{noformat}
(gdb) bt
#0  0x7f0b0c0ea05e in qd_message_set_receive_complete 
(in_msg=0x7f0af008a610) at 
/home/gmurthy/opensource/qpid-dispatch/src/message.c:1323
#1  0x7f0b0c0b5e64 in on_frame_recv_callback (session=0x7f0aec000cb0, 
frame=0x7f0aec000e50, user_data=0x13dcb50) at 
/home/gmurthy/opensource/qpid-dispatch/src/adaptors/http2/http2_adaptor.c:850
#2  0x7f0b0bd53d48 in session_call_on_frame_received 
(session=0x7f0aec000cb0, frame=0x7f0aec000e50) at 
/home/gmurthy/opensource/nghttp2-1.41.0/lib/nghttp2_session.c:3300
#3  0x7f0b0bd56dd5 in nghttp2_session_on_data_received 
(session=0x7f0aec000cb0, frame=0x7f0aec000e50) at 
/home/gmurthy/opensource/nghttp2-1.41.0/lib/nghttp2_session.c:4977
#4  0x7f0b0bd56e6b in session_process_data_frame (session=0x7f0aec000cb0) 
at /home/gmurthy/opensource/nghttp2-1.41.0/lib/nghttp2_session.c:4996
#5  0x7f0b0bd59af3 in nghttp2_session_mem_recv (session=0x7f0aec000cb0, 
in=0x7f0aec29385d "", inlen=9) at 
/home/gmurthy/opensource/nghttp2-1.41.0/lib/nghttp2_session.c:6616
#6  0x7f0b0c0baa7f in handle_incoming_http (conn=0x13dcb50) at 
/home/gmurthy/opensource/qpid-dispatch/src/adaptors/http2/http2_adaptor.c:1814
#7  0x7f0b0c0bc64d in handle_connection_event (e=0x7f0aec000c20, 
qd_server=0x11d2860, context=0x13dcb50) at 
/home/gmurthy/opensource/qpid-dispatch/src/adaptors/http2/http2_adaptor.c:2187
#8  0x7f0b0c1448bb in handle_event_with_context (e=0x7f0aec000c20, 
qd_server=0x11d2860, context=0x13dcb50) at 
/home/gmurthy/opensource/qpid-dispatch/src/server.c:804
#9  0x7f0b0c1448f8 in do_handle_raw_connection_event (e=0x7f0aec000c20, 
qd_server=0x11d2860) at /home/gmurthy/opensource/qpid-dispatch/src/server.c:810
#10 0x7f0b0c145828 in handle (qd_server=0x11d2860, e=0x7f0aec000c20, 
pn_conn=0x0, ctx=0x0) at 
/home/gmurthy/opensource/qpid-dispatch/src/server.c:1090
#11 0x7f0b0c14593c in thread_run (arg=0x11d2860) at 
/home/gmurthy/opensource/qpid-dispatch/src/server.c:1122
#12 0x7f0b0c146ccb in qd_server_run (qd=0xefc650) at 
/home/gmurthy/opensource/qpid-dispatch/src/server.c:1484
#13 0x00402604 in main_process (config_path=0x7ffcfd3e74a3 
"etc/qdrouterd.conf", python_pkgdir=0x4042a0 
"/home/gmurthy/opensource/qpid-dispatch/install/lib/qpid-dispatch/python", 
test_hooks=false, fd=2) at 
/home/gmurthy/opensource/qpid-dispatch/router/src/main.c:113
#14 0x004030cf in main (argc=3, argv=0x7ffcfd3e6758) at 
/home/gmurthy/opensource/qpid-dispatch/router/src/main.c:367
(gdb)  {noformat}

> Router crash when fetching large message HTTP2 GET request
> --
>
> Key: DISPATCH-1849
> URL: https://issues.apache.org/jira/browse/DISPATCH-1849
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Blocker
> Attachments: qdrouterd.conf
>
>
> Start the router with the attached config file.
> Run shell script repeatedly where the GET  request fetches 1 megabyte or more 
> of data
> {noformat}
> while 
> curl 127.0.0.1:9000 --http2-prior-knowledge
> do :; done {noformat}
>  
> The router will crash



--
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-1849) Router crash when fetching large message HTTP2 GET request

2020-11-18 Thread Ganesh Murthy (Jira)


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

Ganesh Murthy updated DISPATCH-1849:

Attachment: http2.py

> Router crash when fetching large message HTTP2 GET request
> --
>
> Key: DISPATCH-1849
> URL: https://issues.apache.org/jira/browse/DISPATCH-1849
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Blocker
> Attachments: http2.py, qdrouterd.conf
>
>
> Start the router with the attached config file.
> Start the attached Quart server
> {noformat}
> python http2.py 
> Running on http://127.0.0.1:5000 (CTRL + C to quit)
> [2020-11-18 18:04:40,303] Running on 127.0.0.1:5000 over http (CTRL + C to 
> quit) {noformat}
> Run shell script repeatedly where the GET  request fetches 1 megabyte or more 
> of data
> {noformat}
> while 
> curl 127.0.0.1:9000 --http2-prior-knowledge
> do :; done {noformat}
>  
> The router will crash



--
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-1849) Router crash when fetching large message HTTP2 GET request

2020-11-18 Thread Ganesh Murthy (Jira)


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

Ganesh Murthy updated DISPATCH-1849:

Description: 
Start the router with the attached config file.

Start the attached Quart server
{noformat}
python http2.py 
Running on http://127.0.0.1:5000 (CTRL + C to quit)
[2020-11-18 18:04:40,303] Running on 127.0.0.1:5000 over http (CTRL + C to 
quit) {noformat}
Run shell script repeatedly where the GET  request fetches 1 megabyte or more 
of data
{noformat}
while 
curl 127.0.0.1:9000 --http2-prior-knowledge
do :; done {noformat}
 

The router will crash

  was:
Start the router with the attached config file.

Run shell script repeatedly where the GET  request fetches 1 megabyte or more 
of data
{noformat}
while 
curl 127.0.0.1:9000 --http2-prior-knowledge
do :; done {noformat}
 

The router will crash


> Router crash when fetching large message HTTP2 GET request
> --
>
> Key: DISPATCH-1849
> URL: https://issues.apache.org/jira/browse/DISPATCH-1849
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Protocol Adaptors
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Blocker
> Attachments: http2.py, qdrouterd.conf
>
>
> Start the router with the attached config file.
> Start the attached Quart server
> {noformat}
> python http2.py 
> Running on http://127.0.0.1:5000 (CTRL + C to quit)
> [2020-11-18 18:04:40,303] Running on 127.0.0.1:5000 over http (CTRL + C to 
> quit) {noformat}
> Run shell script repeatedly where the GET  request fetches 1 megabyte or more 
> of data
> {noformat}
> while 
> curl 127.0.0.1:9000 --http2-prior-knowledge
> do :; done {noformat}
>  
> The router will crash



--
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] dependabot[bot] commented on pull request #899: Bump @patternfly/react-charts from 5.3.22 to 6.11.7 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] commented on pull request #899:
URL: https://github.com/apache/qpid-dispatch/pull/899#issuecomment-730153693


   Superseded by #919.



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



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



[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #919: Bump @patternfly/react-charts from 5.3.22 to 6.12.2 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] opened a new pull request #919:
URL: https://github.com/apache/qpid-dispatch/pull/919


   Bumps 
[@patternfly/react-charts](https://github.com/patternfly/patternfly-react) from 
5.3.22 to 6.12.2.
   
   Release notes
   Sourced from https://github.com/patternfly/patternfly-react/releases";>@patternfly/react-charts's
 releases.
   
   @patternfly/react-charts@6.12.2
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.12.1...@patternfly/react-charts@6.12.2";>6.12.2
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-charts
   @patternfly/react-charts@6.12.1
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.12.0...@patternfly/react-charts@6.12.1";>6.12.1
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-charts
   @patternfly/react-charts@6.12.0
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.11.9...@patternfly/react-charts@6.12.0";>6.12.0
 (2020-11-13)
   Features
   
   packages: bump Victory package (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5116";>#5116)
 (https://github.com/patternfly/patternfly-react/commit/a4645a2fa14b2742e8957b1ae579f4350e3ddbd4";>a4645a2)
   
   
   
   
   Commits
   
   https://github.com/patternfly/patternfly-react/commit/5b2d79290f7e8619706a10e144ba0d6d80e7a390";>5b2d792
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/581afb85425f5af81bbdde735d56561fe40338a5";>581afb8
 fixes issues related to tables with an ID column (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5152";>#5152)
   https://github.com/patternfly/patternfly-react/commit/449d7a8c4a1d972645581f4be5d23d6e6b4a1450";>449d7a8
 chore(deps): update dependency @patternfly/patternfly to v4.65.5 (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5137";>#5137)
   https://github.com/patternfly/patternfly-react/commit/93865dfb83f909a7bff8542cda4be064d2cfa39f";>93865df
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/a2b55f0bff33a2afccfb66be4eedf2e5a6639420";>a2b55f0
 fix(FilterSidePanelCategoryItem): fix typings (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5145";>#5145)
   https://github.com/patternfly/patternfly-react/commit/a8e1b1195840f19690ce3ac6a8564b22b02ab516";>a8e1b11
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/fb2caf250c4172af9f1623d18fe6b987da8931fe";>fb2caf2
 TreeView: add support for indeterminate checkboxes without requiring 
consumer...
   https://github.com/patternfly/patternfly-react/commit/290170f487619e7052043b41607edf5d6510e600";>290170f
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/5b52b739bc7d5b1fbe8fce464239aca005fdbd71";>5b52b73
 fix(compound-table): set button type on compoundExpand transform button (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5058";>#5058)
   https://github.com/patternfly/patternfly-react/commit/82f729579215a763fd991ce78a856a173d273303";>82f7295
 chore(release): releasing packages [ci skip]
   Additional commits viewable in https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@5.3.22...@patternfly/react-charts@6.12.2";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@patternfly/react-charts&package-manager=npm_and_yarn&previous-version=5.3.22&new-version=6.12.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for th

[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #899: Bump @patternfly/react-charts from 5.3.22 to 6.11.7 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] closed pull request #899:
URL: https://github.com/apache/qpid-dispatch/pull/899


   



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



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



[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #920: Bump @patternfly/react-core from 3.158.3 to 4.79.2 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] opened a new pull request #920:
URL: https://github.com/apache/qpid-dispatch/pull/920


   Bumps 
[@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 
3.158.3 to 4.79.2.
   
   Release notes
   Sourced from https://github.com/patternfly/patternfly-react/releases";>@patternfly/react-core's
 releases.
   
   @patternfly/react-core@4.79.2
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.79.1...@patternfly/react-core@4.79.2";>4.79.2
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-core
   @patternfly/react-core@4.79.1
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.79.0...@patternfly/react-core@4.79.1";>4.79.1
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-core
   @patternfly/react-core@4.79.0
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.78.0...@patternfly/react-core@4.79.0";>4.79.0
 (2020-11-17)
   Bug Fixes
   
   navigation: move Page html demos to Navigation 
component (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5109";>#5109)
 (https://github.com/patternfly/patternfly-react/commit/d37e77433a79004ea3d26b34a1dc365c969909f3";>d37e774)
   
   Features
   
   DualListSelector: add new component (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5120";>#5120)
 (https://github.com/patternfly/patternfly-react/commit/0ed1c5a0d530cbbba7f026660baec51f6fd03559";>0ed1c5a)
   
   @patternfly/react-core@4.78.0
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.77.1...@patternfly/react-core@4.78.0";>4.78.0
 (2020-11-17)
   Features
   
   menu: introduces new menu component (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/4847";>#4847)
 (https://github.com/patternfly/patternfly-react/commit/e867f093c5eef175b44cbb88e3ad229376de123f";>e867f09)
   
   @patternfly/react-core@4.77.1
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.77.0...@patternfly/react-core@4.77.1";>4.77.1
 (2020-11-16)
   Bug Fixes
   
   datepicker: add calendar component (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5026";>#5026)
 (https://github.com/patternfly/patternfly-react/commit/198dd0fc202bdfa55ef9c9cc1a6721778f1dd265";>198dd0f)
   
   @patternfly/react-core@4.77.0
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.76.0...@patternfly/react-core@4.77.0";>4.77.0
 (2020-11-16)
   Features
   
   Card: add expandable card, move tests (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5093";>#5093)
 (https://github.com/patternfly/patternfly-react/commit/0dd992ca8d3aa998766bc750e6972ab5dab49910";>0dd992c)
   Touchspin: add touchspin component (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5115";>#5115)
 (https://github.com/patternfly/patternfly-react/commit/9dbe59acf457910ec8efa8280cbc33c952469724";>9dbe59a)
   
   @patternfly/react-core@4.76.0
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.75.10...@patternfly/react-core@4.76.0";>4.76.0
 (2020-11-13)
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/patternfly/patternfly-react/commit/5b2d79290f7e8619706a10e144ba0d6d80e7a390";>5b2d792
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/581afb85425f5af81bbdde735d56561fe40338a5";>581afb8
 fixes issues related to tables with an ID column (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5152";>#5152)
   https://github.com/patternfly/patternfly-react/commit/449d7a8c4a1d972645581f4be5d23d6e6b4a1450";>449d7a8
 chore(deps): update dependency @patternfly/patternfly to v4.65.5 (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5137";>#5137)
   https://github.com/patternfly/patternfly-react/commit/93865dfb83f909a7bff8542cda4be064d2cfa39f";>93865df
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/a2b55f0bff33a2afccfb66be4eedf2e5a6639420";>a2b55f0
 fix(FilterSidePanelCategoryItem): fix typings (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5145";>#5145)
   https://github.com/patternfly/patternfly-react/commit/a8e1b1195840f19690ce3ac6a8564b22b02ab516";>a8e1b11
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/fb2caf250c4172af9f1623d18fe6b987da8931fe";>fb2caf2
 TreeView: add support for indeterminate checkboxes without requiring 
consumer...
   https://github.com/patternfly/patternfly-react/commit/290170f487619e7052043b41607edf5d6510e600";>290170f
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/5b52b739bc7d5b1fbe8fce464239aca005fdbd71";>5b52b73
 fix(compound-table): set button

[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #903: Bump @patternfly/react-core from 3.158.3 to 4.75.2 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] closed pull request #903:
URL: https://github.com/apache/qpid-dispatch/pull/903


   



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



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



[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #903: Bump @patternfly/react-core from 3.158.3 to 4.75.2 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] commented on pull request #903:
URL: https://github.com/apache/qpid-dispatch/pull/903#issuecomment-730154767


   Superseded by #920.



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



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



[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #921: Bump @patternfly/react-icons from 3.15.17 to 4.7.18 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] opened a new pull request #921:
URL: https://github.com/apache/qpid-dispatch/pull/921


   Bumps 
[@patternfly/react-icons](https://github.com/patternfly/patternfly-react) from 
3.15.17 to 4.7.18.
   
   Release notes
   Sourced from https://github.com/patternfly/patternfly-react/releases";>@patternfly/react-icons's
 releases.
   
   @patternfly/react-icons@4.7.18
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@4.7.17...@patternfly/react-icons@4.7.18";>4.7.18
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-icons
   @patternfly/react-icons@4.7.17
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@4.7.16...@patternfly/react-icons@4.7.17";>4.7.17
 (2020-11-13)
   Note: Version bump only for package 
@patternfly/react-icons
   
   
   
   Commits
   
   https://github.com/patternfly/patternfly-react/commit/5b2d79290f7e8619706a10e144ba0d6d80e7a390";>5b2d792
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/581afb85425f5af81bbdde735d56561fe40338a5";>581afb8
 fixes issues related to tables with an ID column (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5152";>#5152)
   https://github.com/patternfly/patternfly-react/commit/449d7a8c4a1d972645581f4be5d23d6e6b4a1450";>449d7a8
 chore(deps): update dependency @patternfly/patternfly to v4.65.5 (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5137";>#5137)
   https://github.com/patternfly/patternfly-react/commit/93865dfb83f909a7bff8542cda4be064d2cfa39f";>93865df
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/a2b55f0bff33a2afccfb66be4eedf2e5a6639420";>a2b55f0
 fix(FilterSidePanelCategoryItem): fix typings (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5145";>#5145)
   https://github.com/patternfly/patternfly-react/commit/a8e1b1195840f19690ce3ac6a8564b22b02ab516";>a8e1b11
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/fb2caf250c4172af9f1623d18fe6b987da8931fe";>fb2caf2
 TreeView: add support for indeterminate checkboxes without requiring 
consumer...
   https://github.com/patternfly/patternfly-react/commit/290170f487619e7052043b41607edf5d6510e600";>290170f
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/5b52b739bc7d5b1fbe8fce464239aca005fdbd71";>5b52b73
 fix(compound-table): set button type on compoundExpand transform button (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5058";>#5058)
   https://github.com/patternfly/patternfly-react/commit/82f729579215a763fd991ce78a856a173d273303";>82f7295
 chore(release): releasing packages [ci skip]
   Additional commits viewable in https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@3.15.17...@patternfly/react-icons@4.7.18";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@patternfly/react-icons&package-manager=npm_and_yarn&previous-version=3.15.17&new-version=4.7.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th

[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #902: Bump @patternfly/react-icons from 3.15.17 to 4.7.16 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] commented on pull request #902:
URL: https://github.com/apache/qpid-dispatch/pull/902#issuecomment-730157389


   Superseded by #921.



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



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



[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #902: Bump @patternfly/react-icons from 3.15.17 to 4.7.16 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] closed pull request #902:
URL: https://github.com/apache/qpid-dispatch/pull/902


   



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



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



[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #901: Bump @patternfly/patternfly from 2.71.7 to 4.59.1 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] closed pull request #901:
URL: https://github.com/apache/qpid-dispatch/pull/901


   



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



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



[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #922: Bump @patternfly/patternfly from 2.71.7 to 4.65.6 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] opened a new pull request #922:
URL: https://github.com/apache/qpid-dispatch/pull/922


   Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) 
from 2.71.7 to 4.65.6.
   
   Release notes
   Sourced from https://github.com/patternfly/patternfly/releases";>@patternfly/patternfly's
 releases.
   
   prerelease-v4.65.6
   https://github.com/patternfly/patternfly/compare/prerelease-v4.65.5...prerelease-v4.65.6";>4.65.6
 (2020-11-18)
   Bug Fixes
   
   stalebot: add pinned to exemptLabels (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3685";>#3685)
 (https://github.com/patternfly/patternfly/commit/147ef68fd3ccfc34dca45d722597e6239b17cf1e";>147ef68)
   
   prerelease-v4.65.5
   https://github.com/patternfly/patternfly/compare/prerelease-v4.65.4...prerelease-v4.65.5";>4.65.5
 (2020-11-17)
   Bug Fixes
   
   page: move nav specific demos into nav demos (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3681";>#3681)
 (https://github.com/patternfly/patternfly/commit/cd76001292c609469d5d455ed695b4c8fc8da6c7";>cd76001)
   
   prerelease-v4.65.4
   https://github.com/patternfly/patternfly/compare/prerelease-v4.65.3...prerelease-v4.65.4";>4.65.4
 (2020-11-13)
   Bug Fixes
   
   release-notes: added 2020.15 release notes (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3673";>#3673)
 (https://github.com/patternfly/patternfly/commit/dc1fc96d3c8834d58bebe536a5bb305f0d0f8916";>dc1fc96)
   
   prerelease-v4.65.3
   https://github.com/patternfly/patternfly/compare/prerelease-v4.65.2...prerelease-v4.65.3";>4.65.3
 (2020-11-13)
   Bug Fixes
   
   calendar-month: differentiate hover/focus styles (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3671";>#3671)
 (https://github.com/patternfly/patternfly/commit/aea896e85a02fe84e027a7984545d0a281672f8f";>aea896e)
   
   prerelease-v4.65.2
   https://github.com/patternfly/patternfly/compare/prerelease-v4.65.1...prerelease-v4.65.2";>4.65.2
 (2020-11-12)
   Bug Fixes
   
   calendar-month: removed focus outline, fixed selected 
styling (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3669";>#3669)
 (https://github.com/patternfly/patternfly/commit/713e7cbba0e9228cf6d876fc29ed528b7e7e3504";>713e7cb)
   
   prerelease-v4.65.1
   https://github.com/patternfly/patternfly/compare/prerelease-v4.65.0...prerelease-v4.65.1";>4.65.1
 (2020-11-12)
   Bug Fixes
   
   treeview: added toggle button for expandable with 
checkbox (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3665";>#3665)
 (https://github.com/patternfly/patternfly/commit/60010dd7a6603b4417f62685f9e2a96db8b63efc";>60010dd)
   
   prerelease-v4.65.0
   https://github.com/patternfly/patternfly/compare/prerelease-v4.64.0...prerelease-v4.65.0";>4.65.0
 (2020-11-12)
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/patternfly/patternfly/commit/147ef68fd3ccfc34dca45d722597e6239b17cf1e";>147ef68
 fix(stalebot): add pinned to exemptLabels (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3685";>#3685)
   https://github.com/patternfly/patternfly/commit/cd76001292c609469d5d455ed695b4c8fc8da6c7";>cd76001
 fix(page): move nav specific demos into nav demos (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3681";>#3681)
   https://github.com/patternfly/patternfly/commit/dc1fc96d3c8834d58bebe536a5bb305f0d0f8916";>dc1fc96
 fix(release-notes): added 2020.15 release notes (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3673";>#3673)
   https://github.com/patternfly/patternfly/commit/aea896e85a02fe84e027a7984545d0a281672f8f";>aea896e
 fix(calendar-month): differentiate hover/focus styles (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3671";>#3671)
   https://github.com/patternfly/patternfly/commit/713e7cbba0e9228cf6d876fc29ed528b7e7e3504";>713e7cb
 fix(calendar-month): removed focus outline, fixed selected styling (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3669";>#3669)
   https://github.com/patternfly/patternfly/commit/60010dd7a6603b4417f62685f9e2a96db8b63efc";>60010dd
 fix(treeview): added toggle button for expandable with checkbox (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3665";>#3665)
   https://github.com/patternfly/patternfly/commit/b3181aa50d848e14033b8599506c7032ecb85e7b";>b3181aa
 fix(tree-view): fixed confusing indentation (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3661";>#3661)
   https://github.com/patternfly/patternfly/commit/4d6050fb5409db376669fd13be0168eee3f8b5c0";>4d6050f
 feat(duallistselector): added tree view features (https://github-redirect.dependabot.com/patternfly/patternfly/issues/3656";>#3656)
   https://github.com/patternfly/patternfly/commit/b71e0615eaa36c9f9f0e31c1e027c4822c84bb9a";>b71e061
 fix(action-list): refactor css (https://github-redirect.dependabot.com/patternfly/patternfly/is

[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #901: Bump @patternfly/patternfly from 2.71.7 to 4.59.1 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] commented on pull request #901:
URL: https://github.com/apache/qpid-dispatch/pull/901#issuecomment-730157655


   Superseded by #922.



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



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



[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #900: Bump @patternfly/react-table from 2.28.50 to 4.19.5 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] commented on pull request #900:
URL: https://github.com/apache/qpid-dispatch/pull/900#issuecomment-730158126


   Superseded by #923.



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



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



[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #923: Bump @patternfly/react-table from 2.28.50 to 4.19.24 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] opened a new pull request #923:
URL: https://github.com/apache/qpid-dispatch/pull/923


   Bumps 
[@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 
2.28.50 to 4.19.24.
   
   Release notes
   Sourced from https://github.com/patternfly/patternfly-react/releases";>@patternfly/react-table's
 releases.
   
   @patternfly/react-table@4.19.24
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.23...@patternfly/react-table@4.19.24";>4.19.24
 (2020-11-18)
   Note: Version bump only for package 
@patternfly/react-table
   @patternfly/react-table@4.19.23
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.22...@patternfly/react-table@4.19.23";>4.19.23
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-table
   @patternfly/react-table@4.19.22
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.21...@patternfly/react-table@4.19.22";>4.19.22
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-table
   @patternfly/react-table@4.19.21
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.20...@patternfly/react-table@4.19.21";>4.19.21
 (2020-11-17)
   Bug Fixes
   
   compound-table: set button type on compoundExpand 
transform button (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5058";>#5058)
 (https://github.com/patternfly/patternfly-react/commit/5b52b739bc7d5b1fbe8fce464239aca005fdbd71";>5b52b73)
   
   @patternfly/react-table@4.19.20
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.19...@patternfly/react-table@4.19.20";>4.19.20
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-table
   @patternfly/react-table@4.19.19
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.18...@patternfly/react-table@4.19.19";>4.19.19
 (2020-11-17)
   Note: Version bump only for package 
@patternfly/react-table
   @patternfly/react-table@4.19.18
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.17...@patternfly/react-table@4.19.18";>4.19.18
 (2020-11-16)
   Note: Version bump only for package 
@patternfly/react-table
   @patternfly/react-table@4.19.17
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.16...@patternfly/react-table@4.19.17";>4.19.17
 (2020-11-16)
   Note: Version bump only for package 
@patternfly/react-table
   @patternfly/react-table@4.19.16
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.15...@patternfly/react-table@4.19.16";>4.19.16
 (2020-11-13)
   Note: Version bump only for package 
@patternfly/react-table
   @patternfly/react-table@4.19.15
   https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.19.14...@patternfly/react-table@4.19.15";>4.19.15
 (2020-11-10)
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/patternfly/patternfly-react/commit/a26b65f03e92fae9ae8f9e393d2a6756a5694ddc";>a26b65f
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/123ba3813a17b0990920ab0e437e1fa9e43d66f8";>123ba38
 revert table type definitions (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5158";>#5158)
   https://github.com/patternfly/patternfly-react/commit/5b2d79290f7e8619706a10e144ba0d6d80e7a390";>5b2d792
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/581afb85425f5af81bbdde735d56561fe40338a5";>581afb8
 fixes issues related to tables with an ID column (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5152";>#5152)
   https://github.com/patternfly/patternfly-react/commit/449d7a8c4a1d972645581f4be5d23d6e6b4a1450";>449d7a8
 chore(deps): update dependency @patternfly/patternfly to v4.65.5 (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5137";>#5137)
   https://github.com/patternfly/patternfly-react/commit/93865dfb83f909a7bff8542cda4be064d2cfa39f";>93865df
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/a2b55f0bff33a2afccfb66be4eedf2e5a6639420";>a2b55f0
 fix(FilterSidePanelCategoryItem): fix typings (https://github-redirect.dependabot.com/patternfly/patternfly-react/issues/5145";>#5145)
   https://github.com/patternfly/patternfly-react/commit/a8e1b1195840f19690ce3ac6a8564b22b02ab516";>a8e1b11
 chore(release): releasing packages [ci skip]
   https://github.com/patternfly/patternfly-react/commit/fb2caf250c4172af9f1623d18fe6b987da8931fe";>fb2caf2
 TreeView: add support for indeterminate checkboxes without requiring 
consumer...
   https://github.com/patternfly/patternfly-react/commit/290170f487619e7052043b41607edf5d6510e600";>290170f
 chore(release): releasing packages [ci skip]
   Additional commits v

[GitHub] [qpid-dispatch] dependabot[bot] closed pull request #900: Bump @patternfly/react-table from 2.28.50 to 4.19.5 in /console/react

2020-11-18 Thread GitBox


dependabot[bot] closed pull request #900:
URL: https://github.com/apache/qpid-dispatch/pull/900


   



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



-
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 pull request #920: Bump @patternfly/react-core from 3.158.3 to 4.79.2 in /console/react

2020-11-18 Thread GitBox


codecov-io commented on pull request #920:
URL: https://github.com/apache/qpid-dispatch/pull/920#issuecomment-730166488


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/920?src=pr&el=h1) 
Report
   > Merging 
[#920](https://codecov.io/gh/apache/qpid-dispatch/pull/920?src=pr&el=desc) 
(8645524) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/e44cb6f5e7509c5a67320b57dffdae51d450b00c?el=desc)
 (e44cb6f) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/920/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/920?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #920  +/-   ##
   ==
   + Coverage   86.47%   86.49%   +0.01% 
   ==
 Files  98   98  
 Lines   2241522415  
   ==
   + Hits1938419388   +4 
   + Misses   3031 3027   -4 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/920?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `93.23% <0.00%> (-0.38%)` | :arrow_down: |
   | 
[src/parse.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3BhcnNlLmM=)
 | `88.02% <0.00%> (+0.22%)` | :arrow_up: |
   | 
[src/router\_core/core\_client\_api.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfY2xpZW50X2FwaS5j)
 | `91.79% <0.00%> (+0.37%)` | :arrow_up: |
   | 
[src/router\_core/agent\_link.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2FnZW50X2xpbmsuYw==)
 | `69.08% <0.00%> (+0.48%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `94.23% <0.00%> (+0.72%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/920?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/920?src=pr&el=footer).
 Last update 
[e44cb6f...8645524](https://codecov.io/gh/apache/qpid-dispatch/pull/920?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



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



[GitHub] [qpid-dispatch] codecov-io edited a comment on pull request #920: Bump @patternfly/react-core from 3.158.3 to 4.79.2 in /console/react

2020-11-18 Thread GitBox


codecov-io edited a comment on pull request #920:
URL: https://github.com/apache/qpid-dispatch/pull/920#issuecomment-730166488


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/920?src=pr&el=h1) 
Report
   > Merging 
[#920](https://codecov.io/gh/apache/qpid-dispatch/pull/920?src=pr&el=desc) 
(8645524) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/e44cb6f5e7509c5a67320b57dffdae51d450b00c?el=desc)
 (e44cb6f) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/920/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/920?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #920  +/-   ##
   ==
   + Coverage   86.47%   86.49%   +0.01% 
   ==
 Files  98   98  
 Lines   2241522415  
   ==
   + Hits1938419388   +4 
   + Misses   3031 3027   -4 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/920?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `93.23% <0.00%> (-0.38%)` | :arrow_down: |
   | 
[src/parse.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3BhcnNlLmM=)
 | `88.02% <0.00%> (+0.22%)` | :arrow_up: |
   | 
[src/router\_core/core\_client\_api.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfY2xpZW50X2FwaS5j)
 | `91.79% <0.00%> (+0.37%)` | :arrow_up: |
   | 
[src/router\_core/agent\_link.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2FnZW50X2xpbmsuYw==)
 | `69.08% <0.00%> (+0.48%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/920/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `94.23% <0.00%> (+0.72%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/920?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/920?src=pr&el=footer).
 Last update 
[e44cb6f...8645524](https://codecov.io/gh/apache/qpid-dispatch/pull/920?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



-
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 pull request #921: Bump @patternfly/react-icons from 3.15.17 to 4.7.18 in /console/react

2020-11-18 Thread GitBox


codecov-io commented on pull request #921:
URL: https://github.com/apache/qpid-dispatch/pull/921#issuecomment-730170315


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/921?src=pr&el=h1) 
Report
   > Merging 
[#921](https://codecov.io/gh/apache/qpid-dispatch/pull/921?src=pr&el=desc) 
(bb4f4e6) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/e44cb6f5e7509c5a67320b57dffdae51d450b00c?el=desc)
 (e44cb6f) will **increase** coverage by `0.04%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/921/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/921?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #921  +/-   ##
   ==
   + Coverage   86.47%   86.52%   +0.04% 
   ==
 Files  98   98  
 Lines   2241522415  
   ==
   + Hits1938419394  +10 
   + Misses   3031 3021  -10 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/921?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `91.43% <0.00%> (+0.10%)` | :arrow_up: |
   | 
[src/server.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3NlcnZlci5j)
 | `86.50% <0.00%> (+0.11%)` | :arrow_up: |
   | 
[src/router\_core/core\_client\_api.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfY2xpZW50X2FwaS5j)
 | `91.79% <0.00%> (+0.37%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `93.98% <0.00%> (+0.37%)` | :arrow_up: |
   | 
[src/router\_core/route\_tables.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlX3RhYmxlcy5j)
 | `80.69% <0.00%> (+0.57%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `94.23% <0.00%> (+0.72%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/921?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/921?src=pr&el=footer).
 Last update 
[e44cb6f...bb4f4e6](https://codecov.io/gh/apache/qpid-dispatch/pull/921?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



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



[GitHub] [qpid-dispatch] codecov-io edited a comment on pull request #921: Bump @patternfly/react-icons from 3.15.17 to 4.7.18 in /console/react

2020-11-18 Thread GitBox


codecov-io edited a comment on pull request #921:
URL: https://github.com/apache/qpid-dispatch/pull/921#issuecomment-730170315


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/921?src=pr&el=h1) 
Report
   > Merging 
[#921](https://codecov.io/gh/apache/qpid-dispatch/pull/921?src=pr&el=desc) 
(bb4f4e6) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/e44cb6f5e7509c5a67320b57dffdae51d450b00c?el=desc)
 (e44cb6f) will **increase** coverage by `0.04%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/921/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/921?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #921  +/-   ##
   ==
   + Coverage   86.47%   86.52%   +0.04% 
   ==
 Files  98   98  
 Lines   2241522415  
   ==
   + Hits1938419394  +10 
   + Misses   3031 3021  -10 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/921?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `91.43% <0.00%> (+0.10%)` | :arrow_up: |
   | 
[src/server.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3NlcnZlci5j)
 | `86.50% <0.00%> (+0.11%)` | :arrow_up: |
   | 
[src/router\_core/core\_client\_api.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfY2xpZW50X2FwaS5j)
 | `91.79% <0.00%> (+0.37%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `93.98% <0.00%> (+0.37%)` | :arrow_up: |
   | 
[src/router\_core/route\_tables.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlX3RhYmxlcy5j)
 | `80.69% <0.00%> (+0.57%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/921/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `94.23% <0.00%> (+0.72%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/921?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/921?src=pr&el=footer).
 Last update 
[e44cb6f...bb4f4e6](https://codecov.io/gh/apache/qpid-dispatch/pull/921?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



-
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 pull request #922: Bump @patternfly/patternfly from 2.71.7 to 4.65.6 in /console/react

2020-11-18 Thread GitBox


codecov-io commented on pull request #922:
URL: https://github.com/apache/qpid-dispatch/pull/922#issuecomment-730177933


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/922?src=pr&el=h1) 
Report
   > Merging 
[#922](https://codecov.io/gh/apache/qpid-dispatch/pull/922?src=pr&el=desc) 
(4679679) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/e44cb6f5e7509c5a67320b57dffdae51d450b00c?el=desc)
 (e44cb6f) will **increase** coverage by `0.03%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/922/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/922?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #922  +/-   ##
   ==
   + Coverage   86.47%   86.51%   +0.03% 
   ==
 Files  98   98  
 Lines   2241522415  
   ==
   + Hits1938419392   +8 
   + Misses   3031 3023   -8 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/922?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.51% <0.00%> (-0.11%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `89.29% <0.00%> (+0.18%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `93.79% <0.00%> (+0.18%)` | :arrow_up: |
   | 
[src/router\_core/core\_client\_api.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfY2xpZW50X2FwaS5j)
 | `91.79% <0.00%> (+0.37%)` | :arrow_up: |
   | 
[src/router\_core/route\_tables.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlX3RhYmxlcy5j)
 | `80.69% <0.00%> (+0.57%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `94.47% <0.00%> (+0.96%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/922?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/922?src=pr&el=footer).
 Last update 
[e44cb6f...4679679](https://codecov.io/gh/apache/qpid-dispatch/pull/922?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



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



[GitHub] [qpid-dispatch] codecov-io edited a comment on pull request #922: Bump @patternfly/patternfly from 2.71.7 to 4.65.6 in /console/react

2020-11-18 Thread GitBox


codecov-io edited a comment on pull request #922:
URL: https://github.com/apache/qpid-dispatch/pull/922#issuecomment-730177933


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/922?src=pr&el=h1) 
Report
   > Merging 
[#922](https://codecov.io/gh/apache/qpid-dispatch/pull/922?src=pr&el=desc) 
(4679679) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/e44cb6f5e7509c5a67320b57dffdae51d450b00c?el=desc)
 (e44cb6f) will **increase** coverage by `0.03%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/922/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/922?src=pr&el=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #922  +/-   ##
   ==
   + Coverage   86.47%   86.51%   +0.03% 
   ==
 Files  98   98  
 Lines   2241522415  
   ==
   + Hits1938419392   +8 
   + Misses   3031 3023   -8 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/922?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.51% <0.00%> (-0.11%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `89.29% <0.00%> (+0.18%)` | :arrow_up: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `93.79% <0.00%> (+0.18%)` | :arrow_up: |
   | 
[src/router\_core/core\_client\_api.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2NvcmVfY2xpZW50X2FwaS5j)
 | `91.79% <0.00%> (+0.37%)` | :arrow_up: |
   | 
[src/router\_core/route\_tables.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlX3RhYmxlcy5j)
 | `80.69% <0.00%> (+0.57%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/922/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `94.47% <0.00%> (+0.96%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/922?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/922?src=pr&el=footer).
 Last update 
[e44cb6f...4679679](https://codecov.io/gh/apache/qpid-dispatch/pull/922?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



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