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

IPv6 tests returning results with IPv4-only hosts #1464

Closed
rhclopes opened this issue Aug 15, 2024 · 2 comments
Closed

IPv6 tests returning results with IPv4-only hosts #1464

rhclopes opened this issue Aug 15, 2024 · 2 comments

Comments

@rhclopes
Copy link

There is an issue where pscheduler produces results for IPV6-only tests even when one of the hosts is IPv4-only.

[raul@ps-slough-bw ~]$ pscheduler task simplestream --source=$slough --dest=$cosma -i 6
Submitting task...
Task URL:
[https://ps-slough-bw.perf.ja.net/pscheduler/tasks/2836a7e1-0237-4970-b3a8-334eb42786d6](https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fps-slough-bw.perf.ja.net%2Fpscheduler%2Ftasks%2F2836a7e1-0237-4970-b3a8-334eb42786d6&data=05%7C02%7Craul.lopes%40jisc.ac.uk%7C66cb3b66573045af9eb408dcbd0105a4%7C48f9394d8a144d2782a6f35f12361205%7C0%7C0%7C638593059300473553%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=JveIe%2BocVDazf0xhiHHToJo6xXkmSi2IwxXqndCR59c%3D&reserved=0)
Running with tool 'simplestreamer'
Fetching first run...

Next scheduled run:
[https://ps-slough-bw.perf.ja.net/pscheduler/tasks/2836a7e1-0237-4970-b3a8-334eb42786d6/runs/fa2d028a-a092-41a1-b227-4eca41a23645](https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fps-slough-bw.perf.ja.net%2Fpscheduler%2Ftasks%2F2836a7e1-0237-4970-b3a8-334eb42786d6%2Fruns%2Ffa2d028a-a092-41a1-b227-4eca41a23645&data=05%7C02%7Craul.lopes%40jisc.ac.uk%7C66cb3b66573045af9eb408dcbd0105a4%7C48f9394d8a144d2782a6f35f12361205%7C0%7C0%7C638593059300488001%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=xX3vI75iGd6cPnBU7Fb2YcCkKQg2ibGr3wgbsQQpBO0%3D&reserved=0)
Starts 2024-08-15T08:43:41+01:00 (~7 seconds)
Ends   2024-08-15T08:43:46+01:00 (~4 seconds)
Waiting for result...

Dawdled ......... P0D
Text Sent ....... Data sent at 2024-08-15 08:43:41.002982
Text Received ... Data sent at 2024-08-15 08:43:41.002982
Elapsed Time .... PT2.732832S

No further runs scheduled.
[raul@ps-slough-bw ~]$ echo $cosma
[sonar.cosma.dur.ac.uk](https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsonar.cosma.dur.ac.uk%2F&data=05%7C02%7Craul.lopes%40jisc.ac.uk%7C66cb3b66573045af9eb408dcbd0105a4%7C48f9394d8a144d2782a6f35f12361205%7C0%7C0%7C638593059300498219%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=zJZQv9Uyv99AFfAD0iV%2FP9mDWF9bn%2B2Pvbgp%2Fwd9USo%3D&reserved=0)
[raul@ps-slough-bw ~]$ host $cosma
[sonar.cosma.dur.ac.uk](https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsonar.cosma.dur.ac.uk%2F&data=05%7C02%7Craul.lopes%40jisc.ac.uk%7C66cb3b66573045af9eb408dcbd0105a4%7C48f9394d8a144d2782a6f35f12361205%7C0%7C0%7C638593059300505016%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=IdKJDQAw24hfQuILnWBOZwq8yz3R5i4EJgjnOW%2FZYmY%3D&reserved=0) has address 193.60.196.32 

Raul

@mfeit-internet2
Copy link
Member

The simplestreamer tool was build more as an exercise for the infrastructure in the early days than as a serious tool. It should be brought up to current practice; we'll do that in the next feature release.

@mfeit-internet2 mfeit-internet2 moved this from Ready to In Progress in perfSONAR Nov 13, 2024
mfeit-internet2 added a commit that referenced this issue Nov 14, 2024
Make Simplestreamer work properly with IPv4 and IPv6.  #1464
@mfeit-internet2
Copy link
Member

Release Notes:

The tool that runs the simplestream test now properly handles IPv4 and IPv6.

@github-project-automation github-project-automation bot moved this from In Progress to Done in perfSONAR Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants