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

refactor(app/test): remove unused test Server interfaces #3421

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

cratelyn
Copy link
Collaborator

@cratelyn cratelyn commented Dec 4, 2024

this Server type is not used by any tests.

this commit removes it, to help facilitate the upgrade to the hyper 1.0 major release. see linkerd/linkerd2#8733.

this `Server` type is not used by any tests.

this commit removes it, to help facilitate the upgrade to the hyper 1.0
major release. see <linkerd/linkerd2#8733>.

Signed-off-by: katelyn martin <[email protected]>
@cratelyn cratelyn marked this pull request as ready for review December 4, 2024 23:23
@cratelyn cratelyn requested a review from a team as a code owner December 4, 2024 23:23
use tokio::task::JoinHandle;
use tower::{util::ServiceExt, Service};
use tracing::Instrument;

#[allow(deprecated)] // linkerd/linkerd2#8733
use hyper::client::conn::{Builder as ClientBuilder, SendRequest};

pub struct Server {
#[allow(deprecated)] // linkerd/linkerd2#8733
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is cherry-picked out of a draft branch i've been working on, addressing deprecated client connection interfaces. this type isn't used, so we can save ourselves the trouble and remove this type altogether.

@cratelyn cratelyn merged commit 7e9cbf6 into main Dec 4, 2024
15 checks passed
@cratelyn cratelyn deleted the kate/remove-unused-linkerd-app-test-server branch December 4, 2024 23:27
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