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

ASF GitHub Bot commented on DISPATCH-2017:
------------------------------------------

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


   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1085?src=pr&el=h1) 
Report
   > Merging 
[#1085](https://codecov.io/gh/apache/qpid-dispatch/pull/1085?src=pr&el=desc) 
(92eb2cc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/6e107b7db48ed534c4b09a32cc70838a5ce6158e?el=desc)
 (6e107b7) will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/1085/graphs/tree.svg?width=650&height=150&src=pr&token=rk2Cgd27pP)](https://codecov.io/gh/apache/qpid-dispatch/pull/1085?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #1085      +/-   ##
   ==========================================
   - Coverage   82.26%   82.25%   -0.02%     
   ==========================================
     Files         111      111              
     Lines       27533    27532       -1     
   ==========================================
   - Hits        22650    22646       -4     
   - Misses       4883     4886       +3     
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1085?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1085/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `92.02% <0.00%> (-0.65%)` | :arrow_down: |
   | 
[src/router\_core/delivery.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1085/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2RlbGl2ZXJ5LmM=)
 | `92.74% <0.00%> (-0.39%)` | :arrow_down: |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1085/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `88.53% <0.00%> (-0.10%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1085/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.69% <0.00%> (+0.10%)` | :arrow_up: |
   | 
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1085/diff?src=pr&el=tree#diff-c3JjL21lc3NhZ2UuYw==)
 | `86.44% <0.00%> (+0.13%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1085?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1085?src=pr&el=footer).
 Last update 
[6e107b7...92eb2cc](https://codecov.io/gh/apache/qpid-dispatch/pull/1085?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:
[email protected]


> Almost all macOS tests are failing since February
> -------------------------------------------------
>
>                 Key: DISPATCH-2017
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2017
>             Project: Qpid Dispatch
>          Issue Type: Test
>    Affects Versions: 1.15.0
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Major
>
> {noformat}
> 14: Test command: /Users/travis/build/apache/qpid-dispatch/p3venv/bin/python3 
> "/Users/travis/build/apache/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
> "-v" "system_tests_link_routes"
> 14: Test timeout computed to be: 600
> 14: test_address_propagation 
> (system_tests_link_routes.ConnectionLinkRouteTest) ... ERROR
> 14: test_config_file_bad (system_tests_link_routes.ConnectionLinkRouteTest) 
> ... ok
> 14: test_mgmt (system_tests_link_routes.ConnectionLinkRouteTest) ... ERROR
> 14: test_send_receive (system_tests_link_routes.ConnectionLinkRouteTest) ... 
> ERROR
> 14: 
> 14: Router QDR.A debug dump file:
> 14: >>>>
> 14: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 14: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 14: 
> 14: <<<<
> 14: test_both_link_routes_active (system_tests_link_routes.Dispatch1428) ... 
> ERROR
> 14: 
> 14: Router QDR.B debug dump file:
> 14: >>>>
> 14: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 2 
> (SUPPRESSED)
> 14: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 2 
> (SUPPRESSED)
> 14: 
> 14: <<<<
> 14/73 Test #14: system_tests_link_routes ..........................***Timeout 
> 600.23 sec
> test 15
>       Start 15: system_tests_link_routes_add_external_prefix
> 15: Test command: /Users/travis/build/apache/qpid-dispatch/p3venv/bin/python3 
> "/Users/travis/build/apache/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
> "-v" "system_tests_link_routes_add_external_prefix"
> 15: Test timeout computed to be: 600
> 15: ERROR
> 15: 
> 15: ======================================================================
> 15: ERROR: setUpClass 
> (system_tests_link_routes_add_external_prefix.LinkRouteTest)
> 15: ----------------------------------------------------------------------
> 15: Traceback (most recent call last):
> 15:   File 
> "/Users/travis/build/apache/qpid-dispatch/tests/system_tests_link_routes_add_external_prefix.py",
>  line 115, in setUpClass
> 15:     cls.routers[2].wait_address("foo", remotes=1, delay=0.5, count=2)
> 15:   File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py", 
> line 688, in wait_address
> 15:     assert retry(check, **retry_kwargs)
> 15:   File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py", 
> line 146, in retry
> 15:     ret = function()
> 15:   File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py", 
> line 678, in check
> 15:     addrs = self.management.query(
> 15:   File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py", 
> line 519, in management
> 15:     self._management = Node.connect(self.addresses[0], timeout=TIMEOUT)
> 15:   File 
> "/Users/travis/build/apache/qpid-dispatch/python/qpid_dispatch/management/client.py",
>  line 131, in connect
> 15:     edge_router=edge_router), path)
> 15:   File 
> "/Users/travis/build/apache/qpid-dispatch/python/qpid_dispatch/management/client.py",
>  line 146, in __init__
> 15:     self.client = SyncRequestResponse(connection, self.url.path)
> 15:   File 
> "/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
>  line 552, in __init__
> 15:     self.sender = self.connection.create_sender(self.address)
> 15:   File 
> "/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
>  line 384, in create_sender
> 15:     options=options))
> 15:   File 
> "/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
>  line 94, in __init__
> 15:     super(BlockingSender, self).__init__(connection, sender)
> 15:   File 
> "/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
>  line 41, in __init__
> 15:     msg="Opening link %s" % link.name)
> 15:   File 
> "/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
>  line 487, in wait
> 15:     "Connection %s disconnected: %s" % (self.url, self.disconnected))
> 15: proton._exceptions.ConnectionException: Connection amqp://0.0.0.0:21370 
> disconnected: Condition('amqp:connection:framing-error', 'connection aborted')
> 15: 
> 15: ----------------------------------------------------------------------
> 15: Ran 0 tests in 120.166s
> 15: 
> 15: FAILED (errors=1)
> 15/73 Test #15: system_tests_link_routes_add_external_prefix ......***Failed  
> 120.36 sec
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to