[jira] [Commented] (DISPATCH-2025) Compile using C11 language version

2021-03-27 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-2025:
--

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


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?src=pr&el=h1) 
Report
   > Merging 
[#1090](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?src=pr&el=desc) 
(47dca4f) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/f2e205c733558102006ed6dd0a44453c9821c80a?el=desc)
 (f2e205c) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?src=pr&el=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master#1090   +/-   ##
   ===
 Coverage   82.26%   82.26%   
   ===
 Files 111  111   
 Lines   2754027536-4 
   ===
   - Hits2265622653-3 
   + Misses   4884 4883-1 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `92.67% <0.00%> (-0.40%)` | :arrow_down: |
   | 
[src/adaptors/http1/http1\_server.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL2FkYXB0b3JzL2h0dHAxL2h0dHAxX3NlcnZlci5j)
 | `84.59% <0.00%> (-0.30%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.59% <0.00%> (-0.11%)` | :arrow_down: |
   | 
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL21lc3NhZ2UuYw==)
 | `86.31% <0.00%> (-0.08%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `89.46% <0.00%> (+0.16%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `92.67% <0.00%> (+0.21%)` | :arrow_up: |
   | 
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
 | `86.39% <0.00%> (+0.68%)` | :arrow_up: |
   | 
[include/qpid/dispatch/atomic.h](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-aW5jbHVkZS9xcGlkL2Rpc3BhdGNoL2F0b21pYy5o)
 | `100.00% <0.00%> (+6.25%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?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/1090?src=pr&el=footer).
 Last update 
[f2e205c...47dca4f](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?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


> Compile using C11 language version
> --
>
> Key: DISPATCH-2025
> URL: https://issues.apache.org/jira/browse/DISPATCH-2025
> Project: Qpid Dispatch
>  Issue Type: Improvement
>Affects Versions: 1.16.0
>Reporter: Jiri Daněk
>Priority: Major
>
> All supported platforms of Dispatch can compile using C11 (or gnu11) language 
> standard. 
> There is a caveat that GCC 4.8.5 claims to support C11 atomics but it 
> doesn't. (It does not define {{__STDC_NO_ATOMICS__}} while in fact the 
> [{{stdatomic.h}} header is 
> missing|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58016].)
> I do not see any downsides to requiring C11 for Dispatch compilation.



--
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] codecov-io commented on pull request #1090: DISPATCH-2025 Compile using C11 language version

2021-03-27 Thread GitBox


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


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?src=pr&el=h1) 
Report
   > Merging 
[#1090](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?src=pr&el=desc) 
(47dca4f) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/f2e205c733558102006ed6dd0a44453c9821c80a?el=desc)
 (f2e205c) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?src=pr&el=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master#1090   +/-   ##
   ===
 Coverage   82.26%   82.26%   
   ===
 Files 111  111   
 Lines   2754027536-4 
   ===
   - Hits2265622653-3 
   + Misses   4884 4883-1 
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/forwarder.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2ZvcndhcmRlci5j)
 | `92.67% <0.00%> (-0.40%)` | :arrow_down: |
   | 
[src/adaptors/http1/http1\_server.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL2FkYXB0b3JzL2h0dHAxL2h0dHAxX3NlcnZlci5j)
 | `84.59% <0.00%> (-0.30%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.59% <0.00%> (-0.11%)` | :arrow_down: |
   | 
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL21lc3NhZ2UuYw==)
 | `86.31% <0.00%> (-0.08%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `89.46% <0.00%> (+0.16%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `92.67% <0.00%> (+0.21%)` | :arrow_up: |
   | 
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
 | `86.39% <0.00%> (+0.68%)` | :arrow_up: |
   | 
[include/qpid/dispatch/atomic.h](https://codecov.io/gh/apache/qpid-dispatch/pull/1090/diff?src=pr&el=tree#diff-aW5jbHVkZS9xcGlkL2Rpc3BhdGNoL2F0b21pYy5o)
 | `100.00% <0.00%> (+6.25%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?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/1090?src=pr&el=footer).
 Last update 
[f2e205c...47dca4f](https://codecov.io/gh/apache/qpid-dispatch/pull/1090?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



[jira] [Commented] (DISPATCH-2025) Compile using C11 language version

2021-03-27 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-2025:
--

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


   


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


> Compile using C11 language version
> --
>
> Key: DISPATCH-2025
> URL: https://issues.apache.org/jira/browse/DISPATCH-2025
> Project: Qpid Dispatch
>  Issue Type: Improvement
>Affects Versions: 1.16.0
>Reporter: Jiri Daněk
>Priority: Major
>
> All supported platforms of Dispatch can compile using C11 (or gnu11) language 
> standard. 
> There is a caveat that GCC 4.8.5 claims to support C11 atomics but it 
> doesn't. (It does not define {{__STDC_NO_ATOMICS__}} while in fact the 
> [{{stdatomic.h}} header is 
> missing|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58016].)
> I do not see any downsides to requiring C11 for Dispatch compilation.



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

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



[GitHub] [qpid-dispatch] jiridanek opened a new pull request #1090: DISPATCH-2025 Compile using C11 language version

2021-03-27 Thread GitBox


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


   


-- 
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] [Created] (DISPATCH-2025) Compile using C11 language version

2021-03-27 Thread Jira
Jiri Daněk created DISPATCH-2025:


 Summary: Compile using C11 language version
 Key: DISPATCH-2025
 URL: https://issues.apache.org/jira/browse/DISPATCH-2025
 Project: Qpid Dispatch
  Issue Type: Improvement
Affects Versions: 1.16.0
Reporter: Jiri Daněk


All supported platforms of Dispatch can compile using C11 (or gnu11) language 
standard. 

There is a caveat that GCC 4.8.5 claims to support C11 atomics but it doesn't. 
(It does not define {{__STDC_NO_ATOMICS__}} while in fact the [{{stdatomic.h}} 
header is missing|https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58016].)

I do not see any downsides to requiring C11 for Dispatch compilation.



--
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-2024) [libuv] system_tests_two_routers delivery state AssertionError: MODIFIED != RELEASED

2021-03-27 Thread Jira
Jiri Daněk created DISPATCH-2024:


 Summary: [libuv] system_tests_two_routers delivery state 
AssertionError: MODIFIED != RELEASED
 Key: DISPATCH-2024
 URL: https://issues.apache.org/jira/browse/DISPATCH-2024
 Project: Qpid Dispatch
  Issue Type: Test
Affects Versions: 1.16.0
Reporter: Jiri Daněk


This is using the libuv proactor on Linux

https://github.com/jiridanek/qpid-dispatch/runs/2208416852#step:9:1035

{noformat}
34: test_10a_propagated_disposition_data 
(system_tests_two_routers.TwoRouterTest) ... FAIL
34: test_11_three_ack (system_tests_two_routers.TwoRouterTest) ... ok
34: test_12_excess_deliveries_released (system_tests_two_routers.TwoRouterTest)
34: Message-route a series of deliveries where the receiver provides credit for 
a subset and ... ok
34: test_15_attach_on_inter_router (system_tests_two_routers.TwoRouterTest) ... 
ok
34: test_17_address_wildcard (system_tests_two_routers.TwoRouterTest) ... ok
34: test_17_large_streaming_test (system_tests_two_routers.TwoRouterTest) ... ok
34: test_18_single_char_dest_test (system_tests_two_routers.TwoRouterTest) ... 
ok
34: test_19_delete_inter_router_connection 
(system_tests_two_routers.TwoRouterTest)
34: This test tries to delete an inter-router connection but is ... ok
34: test_20_delete_connection (system_tests_two_routers.TwoRouterTest)
34: This test creates a blocking connection and tries to delete that 
connection. ... ok
34: test_21_delete_connection_with_receiver 
(system_tests_two_routers.TwoRouterTest) ... ok
34: test_30_huge_address (system_tests_two_routers.TwoRouterTest) ... ok
34: 
34: Router QDR.B debug dump file:
34: 
34: alloc.c: Items of type 'qd_iterator_t' remain allocated at shutdown: 28 
(SUPPRESSED)
34: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1 
(SUPPRESSED)
34: alloc.c: Items of type 'qd_bitmask_t' remain allocated at shutdown: 3 
(SUPPRESSED)
34: alloc.c: Items of type 'qdr_action_t' remain allocated at shutdown: 1 
(SUPPRESSED)
34: alloc.c: Items of type 'qd_buffer_t' remain allocated at shutdown: 11 
(SUPPRESSED)
34: alloc.c: Items of type 'qd_parsed_field_t' remain allocated at shutdown: 11 
(SUPPRESSED)
34: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1 
(SUPPRESSED)
34: alloc.c: Items of type 'qd_message_t' remain allocated at shutdown: 5 
(SUPPRESSED)
34: alloc.c: Items of type 'qd_message_content_t' remain allocated at shutdown: 
3 (SUPPRESSED)
34: alloc.c: Items of type 'qdr_delivery_t' remain allocated at shutdown: 5 
(SUPPRESSED)
34: alloc.c: Items of type 'qd_link_ref_t' remain allocated at shutdown: 4 
(SUPPRESSED)
34: 
34: 
34: 
34: ==
34: FAIL: test_10a_propagated_disposition_data 
(system_tests_two_routers.TwoRouterTest)
34: --
34: Traceback (most recent call last):
34:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_two_routers.py",
 line 211, in test_10a_propagated_disposition_data
34: test.run()
34:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_two_routers.py",
 line 1640, in run
34: Container(self).run()
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_reactor.py",
 line 182, in run
34: while self.process():
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_reactor.py",
 line 240, in process
34: event.dispatch(handler)
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
 line 165, in dispatch
34: self.dispatch(h, type)
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
 line 165, in dispatch
34: self.dispatch(h, type)
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
 line 162, in dispatch
34: _dispatch(handler, type.method, self)
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
 line 123, in _dispatch
34: m(*args)
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_handlers.py",
 line 71, in on_delivery
34: self.on_released(event)
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_handlers.py",
 line 122, in on_released
34: _dispatch(self.delegate, 'on_released', event)
34:   File 
"/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
 line 123, in _dispatch
34: m(*args)
34:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_two_routers.py",
 line 1617, in on_released
34: self.test.assertEqual(Delivery.MODIFIED, event.delivery.remote_state)
34: AssertionError

[jira] [Updated] (DISPATCH-2021) [libuv] system_tests_topology test_01_topology_failover sometimes fails with wrong message trace

2021-03-27 Thread Jira


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

Jiri Daněk updated DISPATCH-2021:
-
Labels: macOS  (was: )

> [libuv] system_tests_topology test_01_topology_failover sometimes fails with 
> wrong message trace
> 
>
> Key: DISPATCH-2021
> URL: https://issues.apache.org/jira/browse/DISPATCH-2021
> Project: Qpid Dispatch
>  Issue Type: Test
>Affects Versions: 1.15.0
>Reporter: Jiri Daněk
>Priority: Major
>  Labels: macOS
>
> https://travis-ci.com/github/apache/qpid-dispatch/jobs/494093992#L4002
> {noformat}
> 45: ==
> 45: FAIL: test_01_topology_failover (system_tests_topology.TopologyTests)
> 45: --
> 45: Traceback (most recent call last):
> 45: File 
> "/Users/travis/build/apache/qpid-dispatch/tests/system_tests_topology.py", 
> line 284, in test_01_topology_failover
> 45: self.assertEqual(None, test.error)
> 45: AssertionError: None != "expected trace ['0/A', '0/C', '0/B'] but[36 
> chars]/B']"
> 45: 
> 45: --
> 45: Ran 3 tests in 38.117s
> {noformat}



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

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



[jira] [Updated] (DISPATCH-2021) [libuv] system_tests_topology test_01_topology_failover sometimes fails with wrong message trace

2021-03-27 Thread Jira


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

Jiri Daněk updated DISPATCH-2021:
-
Summary: [libuv] system_tests_topology test_01_topology_failover sometimes 
fails with wrong message trace  (was: [macOS] system_tests_topology 
test_01_topology_failover sometimes fails with wrong message trace)

> [libuv] system_tests_topology test_01_topology_failover sometimes fails with 
> wrong message trace
> 
>
> Key: DISPATCH-2021
> URL: https://issues.apache.org/jira/browse/DISPATCH-2021
> Project: Qpid Dispatch
>  Issue Type: Test
>Affects Versions: 1.15.0
>Reporter: Jiri Daněk
>Priority: Major
>
> https://travis-ci.com/github/apache/qpid-dispatch/jobs/494093992#L4002
> {noformat}
> 45: ==
> 45: FAIL: test_01_topology_failover (system_tests_topology.TopologyTests)
> 45: --
> 45: Traceback (most recent call last):
> 45: File 
> "/Users/travis/build/apache/qpid-dispatch/tests/system_tests_topology.py", 
> line 284, in test_01_topology_failover
> 45: self.assertEqual(None, test.error)
> 45: AssertionError: None != "expected trace ['0/A', '0/C', '0/B'] but[36 
> chars]/B']"
> 45: 
> 45: --
> 45: Ran 3 tests in 38.117s
> {noformat}



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

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



[jira] [Commented] (DISPATCH-2021) [macOS] system_tests_topology test_01_topology_failover sometimes fails with wrong message trace

2021-03-27 Thread Jira


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

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

The test can fail on Linux too; here it's running on Ubuntu using libuv proactor

https://github.com/jiridanek/qpid-dispatch/runs/2208416846#step:9:1230

{noformat}
45: ==
45: FAIL: test_01_topology_failover (system_tests_topology.TopologyTests)
45: --
45: Traceback (most recent call last):
45:   File 
"/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_topology.py",
 line 284, in test_01_topology_failover
45: self.assertEqual(None, test.error)
45: AssertionError: None != "expected trace ['0/A', '0/D', '0/C', '0/B'] but 
got ['0/A', '0/C', '0/B']"
45: 
45: --
45: Ran 3 tests in 29.480s
{noformat}

> [macOS] system_tests_topology test_01_topology_failover sometimes fails with 
> wrong message trace
> 
>
> Key: DISPATCH-2021
> URL: https://issues.apache.org/jira/browse/DISPATCH-2021
> Project: Qpid Dispatch
>  Issue Type: Test
>Affects Versions: 1.15.0
>Reporter: Jiri Daněk
>Priority: Major
>
> https://travis-ci.com/github/apache/qpid-dispatch/jobs/494093992#L4002
> {noformat}
> 45: ==
> 45: FAIL: test_01_topology_failover (system_tests_topology.TopologyTests)
> 45: --
> 45: Traceback (most recent call last):
> 45: File 
> "/Users/travis/build/apache/qpid-dispatch/tests/system_tests_topology.py", 
> line 284, in test_01_topology_failover
> 45: self.assertEqual(None, test.error)
> 45: AssertionError: None != "expected trace ['0/A', '0/C', '0/B'] but[36 
> chars]/B']"
> 45: 
> 45: --
> 45: Ran 3 tests in 38.117s
> {noformat}



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

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



[GitHub] [qpid-dispatch] dependabot[bot] commented on pull request #1088: Bump @types/jest from 26.0.21 to 26.0.22 in /console/react

2021-03-27 Thread GitBox


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


   Looks like @types/jest is up-to-date now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
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 #1088: Bump @types/jest from 26.0.21 to 26.0.22 in /console/react

2021-03-27 Thread GitBox


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


   


-- 
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 #1089: Bump @testing-library/jest-dom from 5.11.9 to 5.11.10 in /console/react

2021-03-27 Thread GitBox


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


   


-- 
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 #1089: Bump @testing-library/jest-dom from 5.11.9 to 5.11.10 in /console/react

2021-03-27 Thread GitBox


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


   Looks like @testing-library/jest-dom is up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [qpid-dispatch] jiridanek commented on pull request #1088: Bump @types/jest from 26.0.21 to 26.0.22 in /console/react

2021-03-27 Thread GitBox


jiridanek commented on pull request #1088:
URL: https://github.com/apache/qpid-dispatch/pull/1088#issuecomment-808727900


   @dependabot rebase


-- 
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-1959) Update PatternFly packages for the 1.16.0 release

2021-03-27 Thread ASF subversion and git services (Jira)


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

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

Commit f2e205c733558102006ed6dd0a44453c9821c80a in qpid-dispatch's branch 
refs/heads/master from Jiri Daněk
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=f2e205c ]

DISPATCH-1959 Update Dispatch Console dependencies for 1.16.0 release (#1079)



> Update PatternFly packages for the 1.16.0 release
> -
>
> Key: DISPATCH-1959
> URL: https://issues.apache.org/jira/browse/DISPATCH-1959
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.15.0
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: 1.16.0
>
>
> Looking at the release notes, there don't seem to be any significant large 
> changes. The version jump is much smaller than the last time.



--
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-1959) Update PatternFly packages for the 1.16.0 release

2021-03-27 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on DISPATCH-1959:
--

jiridanek merged pull request #1079:
URL: https://github.com/apache/qpid-dispatch/pull/1079


   


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


> Update PatternFly packages for the 1.16.0 release
> -
>
> Key: DISPATCH-1959
> URL: https://issues.apache.org/jira/browse/DISPATCH-1959
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Console
>Affects Versions: 1.15.0
>Reporter: Jiri Daněk
>Assignee: Jiri Daněk
>Priority: Major
> Fix For: 1.16.0
>
>
> Looking at the release notes, there don't seem to be any significant large 
> changes. The version jump is much smaller than the last time.



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

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



[GitHub] [qpid-dispatch] jiridanek commented on pull request #1089: Bump @testing-library/jest-dom from 5.11.9 to 5.11.10 in /console/react

2021-03-27 Thread GitBox


jiridanek commented on pull request #1089:
URL: https://github.com/apache/qpid-dispatch/pull/1089#issuecomment-808727871


   @dependabot rebase


-- 
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] jiridanek merged pull request #1079: DISPATCH-1959 Update Dispatch Console dependencies for 1.16.0 release

2021-03-27 Thread GitBox


jiridanek merged pull request #1079:
URL: https://github.com/apache/qpid-dispatch/pull/1079


   


-- 
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] [Updated] (DISPATCH-2019) Error in system_tests_http2 SEGV in qdr_core_remove_address

2021-03-27 Thread Jira


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

Jiri Daněk updated DISPATCH-2019:
-
Affects Version/s: 1.16.0

> Error in system_tests_http2 SEGV in qdr_core_remove_address
> ---
>
> Key: DISPATCH-2019
> URL: https://issues.apache.org/jira/browse/DISPATCH-2019
> Project: Qpid Dispatch
>  Issue Type: Test
>Affects Versions: 1.16.0
>Reporter: Jiri Daněk
>Priority: Major
>
> https://travis-ci.com/github/apache/qpid-dispatch/jobs/493886831#L5794
> {noformat}
> 68: Router QDR output file:
> 68: 
> 68: 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core.c:582:13: 
> runtime error: applying zero offset to null pointer
> 68: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core.c:582:13 
> in 
> 68: 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core.c:582:13: 
> runtime error: load of null pointer of type 'const char'
> 68: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core.c:582:13 
> in 
> 68: AddressSanitizer:DEADLYSIGNAL
> 68: =
> 68: ==17754==ERROR: AddressSanitizer: SEGV on unknown address 0x 
> (pc 0x7f2611ba3318 bp 0x7f260be8d150 sp 0x7f260be8d100 T1)
> 68: ==17754==The signal is caused by a READ memory access.
> 68: ==17754==Hint: address points to the zero page.
> 68: #0 0x7f2611ba3318 in qdr_core_remove_address 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core.c:582:13
> 68: #1 0x7f2611b30c71 in qdr_check_addr_CT 
> /home/travis/build/apache/qpid-dispatch/src/router_core/connections.c:1328:9
> 68: #2 0x7f2611b29e36 in qdr_link_inbound_detach_CT 
> /home/travis/build/apache/qpid-dispatch/src/router_core/connections.c:2110:9
> 68: #3 0x7f2611bb8651 in router_core_thread 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core_thread.c:239:13
> 68: #4 0x7f26116a0608 in start_thread 
> (/lib/x86_64-linux-gnu/libpthread.so.0+0x9608)
> 68: #5 0x7f2610ecb292 in clone (/lib/x86_64-linux-gnu/libc.so.6+0x122292)
> 68: 
> 68: AddressSanitizer can not provide additional info.
> 68: SUMMARY: AddressSanitizer: SEGV 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core.c:582:13 
> in qdr_core_remove_address
> 68: Thread T1 created by T0 here:
> 68: #0 0x480f0a in pthread_create 
> (/home/travis/build/apache/qpid-dispatch/build/router/qdrouterd+0x480f0a)
> 68: #1 0x7f2611ae4b4d in sys_thread 
> /home/travis/build/apache/qpid-dispatch/src/posix/threading.c:181:5
> 68: #2 0x7f2611b98d20 in qdr_core 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core.c:121:20
> 68: #3 0x7f2611c26878 in qd_router_setup_late 
> /home/travis/build/apache/qpid-dispatch/src/router_node.c:2107:31
> 68: #4 0x7f260d7a9ff4  (/lib/x86_64-linux-gnu/libffi.so.7+0x6ff4)
> 68: LLVMSymbolizer: error reading file: No such file or directory
> 68: #5 0x7ffed1c889ef  ([stack]+0x1d9ef)
> 68: 
> 68: ==17754==ABORTING
> {noformat}



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

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



[jira] [Commented] (DISPATCH-2019) Error in system_tests_http2 SEGV in qdr_core_remove_address

2021-03-27 Thread Jira


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

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

There is still some issue with this. It can fail with {{*** Error in 
`qdrouterd': free(): invalid pointer: 0x01aaf870 ***}}

https://travis-ci.com/github/apache/qpid-dispatch/jobs/494183505#L3152

{noformat}
25: Test command: /usr/bin/python 
"/home/travis/build/apache/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
"-v" "system_tests_policy_oversize_basic"
25: Test timeout computed to be: 600
25: test_40_block_oversize_INTA_INTA 
(system_tests_policy_oversize_basic.MaxMessageSizeBlockOversize) ... ok
25: test_41_block_oversize_INTA_INTB 
(system_tests_policy_oversize_basic.MaxMessageSizeBlockOversize) ... ok
25: test_42_block_oversize_INTA_EA1 
(system_tests_policy_oversize_basic.MaxMessageSizeBlockOversize) ... ok
25: test_43_block_oversize_INTA_EB1 
(system_tests_policy_oversize_basic.MaxMessageSizeBlockOversize) ... ok
25: test_44_block_oversize_INTB_INTA 
(system_tests_policy_oversize_basic.MaxMessageSizeBlockOversize) ... ok
25: test_45_block_oversize_INTB_INTB 
(system_tests_policy_oversize_basic.MaxMessageSizeBlockOversize) ... ok
*** Error in `qdrouterd': free(): invalid pointer: 0x01aaf870 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7fdc49cba7e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x7f72a)[0x7fdc49cc272a]
25: test_46_block_oversize_INTB_EA1 
(system_tests_policy_oversize_basic.MaxMessageSizeBlockOversize) ... ok
/lib/x86_64-linux-gnu/libc.so.6(cfree+0xf7)[0x7fdc49cc75e7]
/home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(qdr_core_remove_address+0x2a4)[0x7fdc4a2aa1f4]
/home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(qdr_check_addr_CT+0x72)[0x7fdc4a29bd22]
/home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(+0x72a72)[0x7fdc4a29ca72]
/home/travis/build/apache/qpid-dispatch/build/src/libqpid-dispatch.so(router_core_thread+0x262)[0x7fdc4a2ab652]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7fdc4a0146ba]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fdc49d4a41d]
=== Memory map: 
0040-00403000 r-xp  08:01 2829604 
/home/travis/build/apache/qpid-dispatch/build/router/qdrouterd
00602000-00603000 r--p 2000 08:01 2829604 
/home/travis/build/apache/qpid-dispatch/build/router/qdrouterd
00603000-00604000 rw-p 3000 08:01 2829604 
/home/travis/build/apache/qpid-dispatch/build/router/qdrouterd
011fc000-01b33000 rw-p  00:00 0 [heap]
7fdc43774000-7fdc4378a000 r-xp  08:01 1988 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fdc4378a000-7fdc43989000 ---p 00016000 08:01 1988 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fdc43989000-7fdc4398a000 rw-p 00015000 08:01 1988 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fdc4398a000-7fdc43b51000 rw-p  00:00 0 
7fdc43b92000-7fdc43bd3000 rw-p  00:00 0 
7fdc43bd3000-7fdc43c14000 rw-p  00:00 0 
7fdc43c14000-7fdc43c55000 rw-p  00:00 0 
7fdc43c55000-7fdc43c59000 r-xp  08:01 28022 
/usr/lib/x86_64-linux-gnu/sasl2/liblogin.so.2.0.25
7fdc43c59000-7fdc43e58000 ---p 4000 08:01 28022 
/usr/lib/x86_64-linux-gnu/sasl2/liblogin.so.2.0.25
7fdc43e58000-7fdc43e59000 r--p 3000 08:01 28022 
/usr/lib/x86_64-linux-gnu/sasl2/liblogin.so.2.0.25
7fdc43e59000-7fdc43e5a000 rw-p 4000 08:01 28022 
/usr/lib/x86_64-linux-gnu/sasl2/liblogin.so.2.0.25
7fdc43e5a000-7fdc43e5e000 r-xp  08:01 28017 
/usr/lib/x86_64-linux-gnu/sasl2/libplain.so.2.0.25
7fdc43e5e000-7fdc4405d000 ---p 4000 08:01 28017 
/usr/lib/x86_64-linux-gnu/sasl2/libplain.so.2.0.25
7fdc4405d000-7fdc4405e000 r--p 3000 08:01 28017 
/usr/lib/x86_64-linux-gnu/sasl2/libplain.so.2.0.25
7fdc4405e000-7fdc4405f000 rw-p 4000 08:01 28017 
/usr/lib/x86_64-linux-gnu/sasl2/libplain.so.2.0.25
7fdc4405f000-7fdc44067000 r-xp  08:01 28016 
/usr/lib/x86_64-linux-gnu/sasl2/libntlm.so.2.0.25
7fdc44067000-7fdc44266000 ---p 8000 08:01 28016 
/usr/lib/x86_64-linux-gnu/sasl2/libntlm.so.2.0.25
7fdc44266000-7fdc44267000 r--p 7000 08:01 28016 
/usr/lib/x86_64-linux-gnu/sasl2/libntlm.so.2.0.25
7fdc44267000-7fdc44268000 rw-p 8000 08:01 28016 
/usr/lib/x86_64-linux-gnu/sasl2/libntlm.so.2.0.25
7fdc44268000-7fdc4426c000 r-xp  08:01 28021 
/usr/lib/x86_64-linux-gnu/sasl2/libcrammd5.so.2.0.25
7fdc4426c000-7fdc4446c000 ---p 4000 08:01 28021 
/usr/lib/x86_64-linux-gnu/sasl2/libcrammd5.so.2.0.25
7fdc4446c000-7fdc4446d000 r--p 4000 08:01 28021 
/usr/lib/x86_64-linux-gnu/sasl2/libcrammd5.so.2.0.25
7fdc4446d000-7fdc4446e000 rw-p 5000 08:01 28021 
/usr/lib/x86_64-linux-gnu/sasl2/libcrammd5.so.2.0.25
7fdc4446e000-7fdc4447b000 r-xp  08:01 28020 
/usr/lib/x86_64-linux-gnu/sasl2/libdigestmd5.so.2.0.25
7fdc4447b000-7fdc4467a000 ---p d000 08:01 28020 
/usr/lib/x86_64-linux-gnu/sasl2/l

[jira] [Created] (DISPATCH-2023) system_tests_edge_router AttributeError: 'MobileAddressEventTest' object has no attribute 'reactor'

2021-03-27 Thread Jira
Jiri Daněk created DISPATCH-2023:


 Summary: system_tests_edge_router AttributeError: 
'MobileAddressEventTest' object has no attribute 'reactor'
 Key: DISPATCH-2023
 URL: https://issues.apache.org/jira/browse/DISPATCH-2023
 Project: Qpid Dispatch
  Issue Type: Test
Affects Versions: 1.16.0
Reporter: Jiri Daněk


https://travis-ci.com/github/apache/qpid-dispatch/jobs/494183504#L4957

{noformat}
54: ==
54: ERROR: test_39_mobile_addr_event_three_receivers_diff_interior 
(system_tests_edge_router.RouterTest)
54: --
54: Traceback (most recent call last):
54: File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_edge_router.py", 
line 868, in test_39_mobile_addr_event_three_receivers_diff_interior
54: test.run()
54: File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_edge_router.py", 
line 2917, in run
54: Container(self).run()
54: File 
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_reactor.py",
 line 182, in run
54: while self.process():
54: File 
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_reactor.py",
 line 240, in process
54: event.dispatch(handler)
54: File 
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_events.py", 
line 162, in dispatch
54: _dispatch(handler, type.method, self)
54: File 
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_events.py", 
line 123, in _dispatch
54: m(*args)
54: File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_edge_router.py", 
line 54, in on_timer_task
54: self.parent.check_address()
54: File 
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_edge_router.py", 
line 2836, in check_address
54: self.addr_timer = self.reactor.schedule(1.0, AddrTimer(self))
54: AttributeError: 'MobileAddressEventTest' object has no attribute 'reactor'
54: 
54: --
54: Ran 89 tests in 225.543s
54: 
54: FAILED (errors=1)
54/73 Test #54: system_tests_edge_router ..***Failed 
225.70 sec
{noformat}



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

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



[GitHub] [qpid-dispatch] dependabot[bot] opened a new pull request #1089: Bump @testing-library/jest-dom from 5.11.9 to 5.11.10 in /console/react

2021-03-27 Thread GitBox


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


   Bumps 
[@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 
5.11.9 to 5.11.10.
   
   Release notes
   Sourced from https://github.com/testing-library/jest-dom/releases";>@​testing-library/jest-dom's
 releases.
   
   v5.11.10
   https://github.com/testing-library/jest-dom/compare/v5.11.9...v5.11.10";>5.11.10
 (2021-03-25)
   Bug Fixes
   
   normalize expected value in toContainHTML (https://github-redirect.dependabot.com/testing-library/jest-dom/issues/349";>#349)
 (https://github.com/testing-library/jest-dom/commit/21ad89bc707b6e41af887d1bd103dd6dbc665dee";>21ad89b),
 closes https://github-redirect.dependabot.com/testing-library/jest-dom/issues/347";>#347
   
   
   
   
   Commits
   
   https://github.com/testing-library/jest-dom/commit/21ad89bc707b6e41af887d1bd103dd6dbc665dee";>21ad89b
 fix: normalize expected value in toContainHTML (https://github-redirect.dependabot.com/testing-library/jest-dom/issues/349";>#349)
   https://github.com/testing-library/jest-dom/commit/84fe8e05c0802f0c099f25021072254a49472671";>84fe8e0
 docs: add calebeby as a contributor (https://github-redirect.dependabot.com/testing-library/jest-dom/issues/343";>#343)
   https://github.com/testing-library/jest-dom/commit/f687eb7c1e5c9e81f863a4392b1a922b9fa06ac0";>f687eb7
 toBeVisible implies toBeInTheDocument (https://github-redirect.dependabot.com/testing-library/jest-dom/issues/339";>#339)
   https://github.com/testing-library/jest-dom/commit/a750063ddc1a9be6b29ab7df8974e232cd754244";>a750063
 docs: add marcelbarner as a contributor (https://github-redirect.dependabot.com/testing-library/jest-dom/issues/342";>#342)
   https://github.com/testing-library/jest-dom/commit/e148894460cd28b8776f8da285785c7ddcfa1a4a";>e148894
 docs: add calebeby as a contributor (https://github-redirect.dependabot.com/testing-library/jest-dom/issues/336";>#336)
   https://github.com/testing-library/jest-dom/commit/ce60bdb82f0b1bc8d43ae59c269027f3e086b086";>ce60bdb
 docs: Fix typo in example (https://github-redirect.dependabot.com/testing-library/jest-dom/issues/335";>#335)
   https://github.com/testing-library/jest-dom/commit/128f09510e84219dcf9a96c44b97de382593ffe4";>128f095
 chore: Rename branch master to main (https://github-redirect.dependabot.com/testing-library/jest-dom/issues/334";>#334)
   https://github.com/testing-library/jest-dom/commit/2892399d7aa46aaa89efb46199c14b7f54760f06";>2892399
 docs: use vanity URL for Discord
   See full diff in https://github.com/testing-library/jest-dom/compare/v5.11.9...v5.11.10";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=5.11.9&new-version=5.11.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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 #1088: Bump @types/jest from 26.0.21 to 26.0.22 in /console/react

2021-03-27 Thread GitBox


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


   Bumps 
[@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)
 from 26.0.21 to 26.0.22.
   
   Commits
   
   See full diff in https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=26.0.21&new-version=26.0.22)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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 #1068: Bump @patternfly/react-styles from 4.7.22 to 4.8.5 in /console/react

2021-03-27 Thread GitBox


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


   Looks like @patternfly/react-styles is up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
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 #1068: Bump @patternfly/react-styles from 4.7.22 to 4.8.5 in /console/react

2021-03-27 Thread GitBox


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


   


-- 
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 #1069: Bump @patternfly/react-topology from 4.6.91 to 4.7.45 in /console/react

2021-03-27 Thread GitBox


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


   Looks like @patternfly/react-topology is up-to-date now, so this is no 
longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
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 #1069: Bump @patternfly/react-topology from 4.6.91 to 4.7.45 in /console/react

2021-03-27 Thread GitBox


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


   


-- 
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 #1070: Bump @patternfly/patternfly from 4.70.2 to 4.90.5 in /console/react

2021-03-27 Thread GitBox


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


   


-- 
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 #1070: Bump @patternfly/patternfly from 4.70.2 to 4.90.5 in /console/react

2021-03-27 Thread GitBox


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


   Looks like @patternfly/patternfly is up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
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 #1071: Bump @patternfly/react-icons from 4.7.22 to 4.9.5 in /console/react

2021-03-27 Thread GitBox


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


   


-- 
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] jiridanek commented on pull request #1068: Bump @patternfly/react-styles from 4.7.22 to 4.8.5 in /console/react

2021-03-27 Thread GitBox


jiridanek commented on pull request #1068:
URL: https://github.com/apache/qpid-dispatch/pull/1068#issuecomment-808715307


   @dependabot rebase


-- 
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 #1071: Bump @patternfly/react-icons from 4.7.22 to 4.9.5 in /console/react

2021-03-27 Thread GitBox


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


   Looks like @patternfly/react-icons is up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
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 #1072: Bump @patternfly/react-charts from 5.3.22 to 6.14.6 in /console/react

2021-03-27 Thread GitBox


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


   Looks like @patternfly/react-charts is up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
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 #1072: Bump @patternfly/react-charts from 5.3.22 to 6.14.6 in /console/react

2021-03-27 Thread GitBox


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


   


-- 
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] jiridanek commented on pull request #1069: Bump @patternfly/react-topology from 4.6.91 to 4.7.45 in /console/react

2021-03-27 Thread GitBox


jiridanek commented on pull request #1069:
URL: https://github.com/apache/qpid-dispatch/pull/1069#issuecomment-808715281


   @dependabot rebase


-- 
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] jiridanek commented on pull request #1071: Bump @patternfly/react-icons from 4.7.22 to 4.9.5 in /console/react

2021-03-27 Thread GitBox


jiridanek commented on pull request #1071:
URL: https://github.com/apache/qpid-dispatch/pull/1071#issuecomment-808715235


   @dependabot rebase


-- 
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] jiridanek commented on pull request #1070: Bump @patternfly/patternfly from 4.70.2 to 4.90.5 in /console/react

2021-03-27 Thread GitBox


jiridanek commented on pull request #1070:
URL: https://github.com/apache/qpid-dispatch/pull/1070#issuecomment-808715267


   @dependabot rebase


-- 
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] jiridanek commented on pull request #1072: Bump @patternfly/react-charts from 5.3.22 to 6.14.6 in /console/react

2021-03-27 Thread GitBox


jiridanek commented on pull request #1072:
URL: https://github.com/apache/qpid-dispatch/pull/1072#issuecomment-808715211


   @dependabot rebase


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