-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quiche: restore quic test coverage #10047
Conversation
Signed-off-by: Dan Zhang <[email protected]>
/retest |
🔨 rebuilding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Coverage test fails with seg fault in Protocols/BufferIntegrationTest.RouterRequestPopulateContentLengthOnTrailers/IPv4_Http2Downstream_HttpUpstream. |
/retest |
🔨 rebuilding |
Signed-off-by: Dan Zhang <[email protected]>
This is now a legit coverage failure due to the coverage amount being too low. /wait |
Signed-off-by: Dan Zhang <[email protected]>
Most of the coverage gap is in redundant platform implementations for QUIC, HTTP2 and Spdy. Sync's with the lasted QUICHE which moves a lot of them into shared QUICHE platform implementations. Let's see what's left after this sync. |
/retest |
🔨 rebuilding |
Can you merge master? The coverage build should be fixed. /wait |
Signed-off-by: Dan Zhang <[email protected]>
Coverage is still lower than 97%, will add more tests. |
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This pull request has been automatically closed because it has not had activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Signed-off-by: Dan Zhang <[email protected]>
Can someone reopen this PR? |
@danzh2010 done |
Needs master merge. /wait |
Signed-off-by: Dan Zhang <[email protected]>
Looks like coverage is below threshold. :( /wait |
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This pull request has been automatically closed because it has not had activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Re-enable test coverage check under source/extensions/quic_listeners/quiche
Fixes #8184