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

imp(core): remove State::Uninitialized check while parsing ConnectionEnd #1126

Merged
merged 4 commits into from
Mar 15, 2024

Conversation

rnbguy
Copy link
Collaborator

@rnbguy rnbguy commented Mar 15, 2024

Closes: #1123

Description


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests.
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.50%. Comparing base (3b11b12) to head (7e9ea2f).

❗ Current head 7e9ea2f differs from pull request most recent head 627eef6. Consider uploading reports for the commit 627eef6 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1126      +/-   ##
==========================================
+ Coverage   66.46%   66.50%   +0.04%     
==========================================
  Files         209      209              
  Lines       20706    20692      -14     
==========================================
  Hits        13762    13762              
+ Misses       6944     6930      -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rnbguy rnbguy marked this pull request as ready for review March 15, 2024 16:14
Copy link
Member

@Farhad-Shabani Farhad-Shabani left a comment

Choose a reason for hiding this comment

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

Thanks!
Just a small changelog nit

@Farhad-Shabani Farhad-Shabani added this to the 0.51.0 milestone Mar 15, 2024
rnbguy and others added 2 commits March 15, 2024 12:35
…alized-connection-end-state.md

Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: Rano | Ranadeep <[email protected]>
@rnbguy rnbguy merged commit bef3683 into main Mar 15, 2024
15 checks passed
@rnbguy rnbguy deleted the rano/core/uninit-conn-end branch March 15, 2024 16:38
Farhad-Shabani added a commit that referenced this pull request Sep 9, 2024
…ionEnd` (#1126)

* rm check for uninitialized connection end state

* add changelog

* Update .changelog/unreleased/improvements/1123-remove-check-for-unitialized-connection-end-state.md

Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: Rano | Ranadeep <[email protected]>

* md fmt

---------

Signed-off-by: Rano | Ranadeep <[email protected]>
Co-authored-by: Farhad Shabani <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Uninitialized ConnectionEnd uses an irrelevant placeholder
2 participants