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

ParameterValidation/WithValidateConnectionEventArgs.ValidateConnectionEvents/2 fail on Linux with duoNic #4309

Closed
1 of 4 tasks
ami-GS opened this issue May 17, 2024 · 0 comments
Labels
Bug: Platform A code bug in platform/TLS specific code. Bug: Test/Tool Code bug in the test or tool specific code. OS: Ubuntu

Comments

@ami-GS
Copy link
Contributor

ami-GS commented May 17, 2024

Describe the bug

ParameterValidation/WithValidateConnectionEventArgs.ValidateConnectionEvents/2 fail with duoNic

There are two causes of this issue.

  • Linux XDP initialization fails for some reason
  • Normal socket with duoNic fail by QuicAddrSetToDuoNic with Addr family of 0

Affected OS

  • Windows
  • Linux
  • macOS
  • Other (specify below)

Additional OS information

No response

MsQuic version

main

Steps taken to reproduce bug

  1. build with -EnableLinuxXDP and run the test with --duoNic until it hits issue (never tried).
  2. build without -EnableLinuxXDP and run the test with --duoNic

./artifacts/bin/linux/x64_Debug_openssl3/msquictest --gtest_filter="ParameterValidation/WithValidateConnectionEventArgs.ValidateConnectionEvents/2" --duoNic

Expected behavior

pass

Actual outcome

[ RUN ] ParameterValidation/WithValidateConnectionEventArgs.ValidateConnectionEvents/2
[1] 4190107 IOT instruction (core dumped) ./artifacts/bin/linux/x64_Debug_openssl3/msquictest --gtest_repeat=1 --duoNi

Additional details

No response

@ami-GS ami-GS added OS: Ubuntu Bug: Platform A code bug in platform/TLS specific code. Bug: Test/Tool Code bug in the test or tool specific code. labels May 17, 2024
@ami-GS ami-GS closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Platform A code bug in platform/TLS specific code. Bug: Test/Tool Code bug in the test or tool specific code. OS: Ubuntu
Projects
None yet
Development

No branches or pull requests

1 participant