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

Add a ping check with MTU packet size #17799

Closed
wants to merge 1 commit into from

Conversation

DeepthiYV
Copy link
Contributor

@DeepthiYV DeepthiYV commented Sep 19, 2023

Still doing Debugging

@DeepthiYV DeepthiYV marked this pull request as draft September 19, 2023 07:16
@pdostal
Copy link
Member

pdostal commented Sep 20, 2023

Can you please explain why do you do this?

@Martchus
Copy link
Contributor

I'm wondering about the overlap with #17817. If the check is wanted in both places it would make sense to use the helper function introduced in #17817 here as well.

@@ -39,6 +39,8 @@ sub run {
# Set the hostname to identify both minions
set_hostname $hostname;

# Perform ping to client from server
assert_script_run("ping -M do -c 1 -s 1430 10.0.2.102") if ($hostname =~ /server|master/);
Copy link
Contributor

Choose a reason for hiding this comment

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

@DeepthiYV PR #17817 was merged, you can reuse the function which was introduced there (either with multiple sizes check or with fixed size).

@DeepthiYV
Copy link
Contributor Author

Can you please explain why do you do this?

This check in the Multimachine job was intended to verify network performance by testing MTU. Now that I see the tests are stable, I don't think we need this pull request anymore. So, I will close it.

@DeepthiYV DeepthiYV closed this Sep 29, 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
4 participants