Skip to content
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

feat(quic): multi streams #9949

Merged
merged 54 commits into from Feb 20, 2023
Merged

Conversation

qzhuyan
Copy link
Contributor

@qzhuyan qzhuyan commented Feb 10, 2023

PR Checklist

Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:

  • Added tests for the changes
  • Changed lines covered in coverage report
  • Change log has been added to changes/<version>/(feat|fix)-<PR-id>.en.md and .zh.md files
  • For internal contributor: there is a jira ticket to track this change
  • If there should be document changes, a PR to emqx-docs.git is sent, or a jira ticket is created to follow up
    EMQX-8912
  • Schema changes are backward compatible

@qzhuyan qzhuyan force-pushed the dev/william/e5.0.1/multi-stream branch from 2de9371 to b6fa61d Compare February 10, 2023 08:50
@qzhuyan qzhuyan marked this pull request as ready for review February 10, 2023 08:51
@qzhuyan qzhuyan requested review from a team and lafirest as code owners February 10, 2023 08:51
apps/emqx/src/emqx_connection.erl Outdated Show resolved Hide resolved
limiter_timer :: undefined | reference(),

%% QUIC conn owner pid if in use.
quic_conn_pid :: maybe(pid())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need concern about the Hot-upgrade compatibility once e5.0.0 released?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked with @id , We don't support hot upgrade for e5.0.x

@qzhuyan qzhuyan force-pushed the dev/william/e5.0.1/multi-stream branch 2 times, most recently from 444c84e to 690f774 Compare February 16, 2023 14:42
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 4195103308

  • 167 of 218 (76.61%) changed or added relevant lines in 5 files are covered.
  • 23 unchanged lines in 14 files lost coverage.
  • Overall coverage increased (+0.04%) to 81.085%

Changes Missing Coverage Covered Lines Changed/Added Lines %
apps/emqx/src/emqx_connection.erl 11 13 84.62%
apps/emqx/src/emqx_listeners.erl 5 9 55.56%
apps/emqx/src/emqx_quic_stream.erl 24 29 82.76%
apps/emqx/src/emqx_quic_connection.erl 36 46 78.26%
apps/emqx/src/emqx_quic_data_stream.erl 91 121 75.21%
Files with Coverage Reduction New Missed Lines %
apps/emqx_dashboard/src/emqx_dashboard_monitor.erl 1 69.44%
apps/emqx_machine/src/emqx_machine.erl 1 79.31%
apps/emqx/src/emqx_broker.erl 1 85.39%
apps/emqx/src/emqx_connection.erl 1 87.96%
apps/emqx/src/emqx_limiter/src/emqx_limiter_schema.erl 1 85.92%
apps/emqx/src/emqx_quic_stream.erl 1 75.0%
apps/emqx/src/emqx_router_helper.erl 1 86.27%
apps/emqx/src/emqx_session.erl 1 87.6%
apps/emqx/src/emqx_stats.erl 1 93.33%
apps/emqx/src/emqx_cm.erl 2 90.83%
Totals Coverage Status
Change from base Build 4194011492: 0.04%
Covered Lines: 24040
Relevant Lines: 29648

💛 - Coveralls

@qzhuyan qzhuyan force-pushed the dev/william/e5.0.1/multi-stream branch from 690f774 to 3982d43 Compare February 20, 2023 09:45
@qzhuyan qzhuyan force-pushed the dev/william/e5.0.1/multi-stream branch from 3982d43 to 3486943 Compare February 20, 2023 09:54
@qzhuyan qzhuyan merged commit a2762e5 into emqx:master Feb 20, 2023
@qzhuyan qzhuyan mentioned this pull request Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants