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

ci: add automated hole-punch tests #4549

Merged
merged 179 commits into from
Oct 25, 2023
Merged

ci: add automated hole-punch tests #4549

merged 179 commits into from
Oct 25, 2023

Conversation

thomaseizinger
Copy link
Contributor

@thomaseizinger thomaseizinger commented Sep 25, 2023

Description

Related: libp2p/test-plans#304.

Attributions

Co-authored-by: diegomrsantos diegomrsantos@gmail.com

Notes & open questions

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • A changelog entry has been made in the appropriate crates

thomaseizinger and others added 30 commits July 5, 2023 13:19
Currently, when trying addresses in `listen_on` via `OrTransport`, there are no logs to facilitate debugging. This PR corrects that by providing adequate logs via `std::any::type_name` method.

Resolves #4072.

Pull-Request: #4133.
- Fixes typo in `<OrTransport as Transport>::listen_on` using the word "dial" instead of "listen_on".
- Adds logging to `<OrTransport as Transport>::dial`.

Follow-up to #4133

Pull-Request: #4164.
Add missing PR to CHANGELOG.md

Pull-Request: #4163.
@mergify

This comment was marked as resolved.

@thomaseizinger
Copy link
Contributor Author

@mxinden This is ready for a re-review. I think I've ironed out the flakiness.

@mergify mergify bot merged commit def98eb into master Oct 25, 2023
72 checks passed
@mergify mergify bot deleted the feat/hole-punching-tests branch October 25, 2023 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.