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

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

codecov-commenter commented on PR #971:
URL: https://github.com/apache/qpid-dispatch/pull/971#issuecomment-4189818840

   ## 
[Codecov](https://app.codecov.io/gh/apache/qpid-dispatch/pull/971?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   :x: Patch coverage is `0%` with `28 lines` in your changes missing coverage. 
Please review.
   :white_check_mark: Project coverage is 78.91%. Comparing base 
([`b463667`](https://app.codecov.io/gh/apache/qpid-dispatch/commit/b46366762aeebcf3f03f03c200f0b6d2e3d5688e?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
 to head 
([`0aa6472`](https://app.codecov.io/gh/apache/qpid-dispatch/commit/0aa64727f96492e61047f1b4969265abcd3d056a?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/qpid-dispatch/pull/971?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Patch % | Lines |
   |---|---|---|
   | 
[src/adaptors/http2/http2\_adaptor.c](https://app.codecov.io/gh/apache/qpid-dispatch/pull/971?src=pr&el=tree&filepath=src%2Fadaptors%2Fhttp2%2Fhttp2_adaptor.c&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL2FkYXB0b3JzL2h0dHAyL2h0dHAyX2FkYXB0b3IuYw==)
 | 0.00% | [28 Missing :warning: 
](https://app.codecov.io/gh/apache/qpid-dispatch/pull/971?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 |
   
   <details><summary>Additional details and impacted files</summary>
   
   
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #971      +/-   ##
   ==========================================
   - Coverage   78.99%   78.91%   -0.08%     
   ==========================================
     Files         111      111              
     Lines       28422    28446      +24     
   ==========================================
   - Hits        22451    22449       -2     
   - Misses       5971     5997      +26     
   ```
   </details>
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/qpid-dispatch/pull/971?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   <details><summary> :rocket: New features to boost your workflow: </summary>
   
   - :snowflake: [Test 
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, 
report on failures, and find test suite problems.
   - :package: [JS Bundle 
Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save 
yourself from yourself by tracking and limiting bundle sizes in JS merges.
   </details>




> [http2] curl client hangs when running multiple clients against HTTP2 adaptor 
> ------------------------------------------------------------------------------
>
>                 Key: DISPATCH-1865
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1865
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Protocol Adaptors
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>             Fix For: 1.17.0
>
>         Attachments: qdrouterd.conf
>
>
> {noformat}
> while : ; do
>   STR=$(curl -i 127.0.0.1:9000/goaway_test_1 --http2-prior-knowledge)
>   SUB='HTTP/2 503'
>   echo $STR
>   if [[ "$STR" == *"$SUB"* ]]; then
>      exit 1
>   fi
>   echo 
> "**************************************************************************************************************************************"
> done{noformat}
> Start three clients that run the above script repeatedly against a router 
> (router config file attached) with nginx as the server that the router is 
> connecting to on port 80.
> You will notice that one of the client hangs but the rest of them keep going.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to