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
Description:
It doesn't fail on CircleCI since in the CI coverage tests runs with --test_env=ENVOY_IP_TEST_VERSIONS=v4only.
I suspect it is related to the Singleton injection, but didn't look it closely yet.
Repro steps: test/run_envoy_bazel_coverage.sh without setting test IP versions.
Test logs:
[ RUN ] AddrFamilyAwareSocketOptionImplTest.V6EmptyOptionNames
test/common/network/addr_family_aware_socket_option_impl_test.cc:52: Failure
Actual function call count doesn't match EXPECT_CALL(os_sys_calls_, socket(_, _, _))...
Expected: to be called once
Actual: never called - unsatisfied and active
test/common/network/addr_family_aware_socket_option_impl_test.cc:53: Failure
Actual function call count doesn't match EXPECT_CALL(os_sys_calls_, close(_))...
Expected: to be called once
Actual: never called - unsatisfied and active
[ FAILED ] AddrFamilyAwareSocketOptionImplTest.V6EmptyOptionNames (1 ms)
The text was updated successfully, but these errors were encountered:
Description:
It doesn't fail on CircleCI since in the CI coverage tests runs with
--test_env=ENVOY_IP_TEST_VERSIONS=v4only
.I suspect it is related to the Singleton injection, but didn't look it closely yet.
Repro steps:
test/run_envoy_bazel_coverage.sh
without setting test IP versions.Test logs:
The text was updated successfully, but these errors were encountered: