You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can cause our IPv6 based integration tests to go stale. We should investigate what is required to enable IPv6 on Circle CI and start running with ENVOY_IP_TEST_VERSIONS=all.
Looks like Circle CI does support IPv6 for local traffic:
We don't run integration tests in IPv6 mode on CI (See #578). As a result some of the test expectations became invalid.
Also:
- Pytest now displays more logging on test failures including the stderr and stdout of the started nighthawk test server.
- fixing the default IPv6 address, as per `man 3 inet_pton`, the address `::/0` isn't valid, while `::` is.
Signed-off-by: Jakub Sobon <mumak@google.com>
Currently we only execute tests using the
v4only
mode:nighthawk/ci/do_ci.sh
Line 182 in 4d831ff
This can cause our IPv6 based integration tests to go stale. We should investigate what is required to enable IPv6 on Circle CI and start running with
ENVOY_IP_TEST_VERSIONS=all
.Looks like Circle CI does support IPv6 for local traffic:
https://circleci.com/docs/2.0/faq/#can-i-use-ipv6-in-my-tests
The text was updated successfully, but these errors were encountered: