-
Notifications
You must be signed in to change notification settings - Fork 593
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
Disable IPv6 for C# Ice/adapterDeactivation #3050
Conversation
|
||
TestSuite(__name__, multihost=False) | ||
TestSuite(__name__, multihost=False, options={"ipv6": [ipv6]}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When we set ipv6 to true, what happens? Do we still run the test with ipv4?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here IPv6 means the tests supports ipv6, this affects the combinations that are run when you use --all
. With this the macOS run with --all
would not include --ipv6
in the generated combinations.
CI seems to be failing |
@@ -43,7 +41,7 @@ jobs: | |||
config: "debug" | |||
build_flags: "OPTIMIZE=no" | |||
# https://github.com/zeroc-ice/ice/issues/2061 | |||
test_flags: "--swift-config=debug --rfilter=csharp/Ice/adapterDeactivation" | |||
test_flags: "--swift-config=debug" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove comment above.
…adapterDeactivation (zeroc-ice/ice#3050)
No description provided.