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

Migrate ping and ttl tests to network crate #8110

Merged
merged 12 commits into from
Nov 25, 2022

Conversation

saketh-are
Copy link
Collaborator

These tests verify the behavior for basic pings, including interactions with TTL.

This PR migrates them from integration-tests into the chain/network crate. The goals for this migration are to:

-utilize the internal APIs of the near-network crate
-make the tests await the changes rather than poll
-to decrease the public API surface of the near-network crate

@saketh-are saketh-are marked this pull request as ready for review November 24, 2022 02:21
@saketh-are saketh-are requested a review from a team as a code owner November 24, 2022 02:21
@pompon0 pompon0 requested review from pompon0 and removed request for mzhangmzz November 24, 2022 10:30
@near-bulldozer near-bulldozer bot merged commit 313693c into near:master Nov 25, 2022
nikurt pushed a commit that referenced this pull request Nov 26, 2022
These tests verify the behavior for basic pings, including interactions with TTL.

This PR migrates them from integration-tests into the chain/network crate. The goals for this migration are to:

-utilize the internal APIs of the near-network crate
-make the tests await the changes rather than poll
-to decrease the public API surface of the near-network crate
near-bulldozer bot pushed a commit that referenced this pull request Dec 7, 2022
Follow up to #8073, #8109, and #8110 for the two remaining tests in `integration-tests/src/tests/network/routing.rs`.
nikurt pushed a commit to nikurt/nearcore that referenced this pull request Dec 14, 2022
Follow up to near#8073, near#8109, and near#8110 for the two remaining tests in `integration-tests/src/tests/network/routing.rs`.
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.

2 participants