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

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

codecov-io commented on issue #574: DISPATCH-1408 - Modify ClosestTest to send 
specific number of message…
URL: https://github.com/apache/qpid-dispatch/pull/574#issuecomment-536052350
 
 
   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/574?src=pr&el=h1) 
Report
   > Merging 
[#574](https://codecov.io/gh/apache/qpid-dispatch/pull/574?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/61fa940047d16e840d401344b16fdab9b7d4d5ff?src=pr&el=desc)
 will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/574/graphs/tree.svg?width=650&token=rk2Cgd27pP&height=150&src=pr)](https://codecov.io/gh/apache/qpid-dispatch/pull/574?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #574      +/-   ##
   ==========================================
   - Coverage   86.34%   86.33%   -0.02%     
   ==========================================
     Files          90       90              
     Lines       20363    20364       +1     
   ==========================================
   - Hits        17583    17581       -2     
   - Misses       2780     2783       +3
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/574?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/574/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `93.7% <0%> (-0.76%)` | :arrow_down: |
   | 
[src/parse.c](https://codecov.io/gh/apache/qpid-dispatch/pull/574/diff?src=pr&el=tree#diff-c3JjL3BhcnNlLmM=)
 | `87.64% <0%> (-0.23%)` | :arrow_down: |
   | 
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/574/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
 | `86.53% <0%> (-0.2%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/574/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `89.15% <0%> (-0.17%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/574/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `93.13% <0%> (+0.12%)` | :arrow_up: |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/574/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `94.09% <0%> (+0.22%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/574?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/574?src=pr&el=footer).
 Last update 
[61fa940...16a4588](https://codecov.io/gh/apache/qpid-dispatch/pull/574?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]


> system_tests_distribution failing when running under valgrind
> -------------------------------------------------------------
>
>                 Key: DISPATCH-1408
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1408
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.8.0
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>             Fix For: 1.9.0
>
>
> System_tests_distribution failing when run under valgrind
>  
> {noformat}
> 33: 
> 33: ======================================================================
> 33: FAIL: test_10_closest_mesh (system_tests_distribution.DistributionTests)
> 33: ----------------------------------------------------------------------
> 33: Traceback (most recent call last):
> 33:   File "/foo/qpid-dispatch/tests/system_test.py", line 706, in wrap
> 33:     return f(*args, **kwargs)
> 33:   File "/foo/qpid-dispatch/tests/system_tests_distribution.py", line 625, 
> in test_10_closest_mesh
> 33:     self.assertEqual ( None, test.error )
> 33: AssertionError: None != u'error: one of the receivers on router 1 got no 
> messages.'
> 33: 
> 33: ----------------------------------------------------------------------
> 33: Ran 25 tests in 21.785s {noformat}
>  
> One more failure
> {noformat}
> 33: ======================================================================
> 33: FAIL: test_09_closest_linear (system_tests_distribution.DistributionTests)
> 33: ----------------------------------------------------------------------
> 33: Traceback (most recent call last):
> 33:   File "/foo/qpid-dispatch/tests/system_test.py", line 706, in wrap
> 33:     return f(*args, **kwargs)
> 33:   File "/foo/qpid-dispatch/tests/system_tests_distribution.py", line 612, 
> in test_09_closest_linear
> 33:     self.assertEqual ( None, test.error )
> 33: AssertionError: None != u'error: one of the receivers on router 1 got no 
> messages.'
> 33: 
> 33: ---------------------------------------------------------------------- 
> {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