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

[BUG] Test TestIPv6.v6_calls_v4 fails #2390

Closed
yurivict opened this issue Jun 16, 2022 · 1 comment
Closed

[BUG] Test TestIPv6.v6_calls_v4 fails #2390

yurivict opened this issue Jun 16, 2022 · 1 comment
Labels
[core] Area: Changes in SRT library core Type: Bug Indicates an unexpected problem or unintended behavior

Comments

@yurivict
Copy link

105/218 Test #105: TestIPv6.v6_calls_v4 ................................***Failed    3.05 sec
Running main() from /disk-samsung/freebsd-ports/www/srt/work/.build/googletest/googletest-src/googletest/src/gtest_main.cc
Note: Google Test filter = TestIPv6.v6_calls_v4
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from TestIPv6
[ RUN      ] TestIPv6.v6_calls_v4
Calling: 0::FFFF:127.0.0.1(IPv6)
/disk-samsung/freebsd-ports/www/srt/work/srt-1.5.0/test/test_ipv6.cpp:58: Failure
Expected: (connect_res) != (SRT_ERROR), actual: -1 vs -1
srt_connect() failed with: Connection setup failure: connection timed out
CALLER Sock name: : :::27781 (IPv6)
CALLER Peer name: : :::27781 (IPv6)
08:25:33.363202/T0x801012000*E:SRT.cn: srt_accept: listener socket @699377275 is already closed
/disk-samsung/freebsd-ports/www/srt/work/srt-1.5.0/test/test_ipv6.cpp:78: Failure
Expected: (accepted_sock) != (SRT_INVALID_SOCK), actual: -1 vs -1
accept() failed with: Connection setup failure: socket closed during operation
/disk-samsung/freebsd-ports/www/srt/work/srt-1.5.0/test/test_ipv6.cpp:190: Failure
Expected equality of these values:
  sa_accepted.str()
    Which is: "unknown:0"
  "127.0.0.1:4200"
[  FAILED  ] TestIPv6.v6_calls_v4 (3042 ms)
[----------] 1 test from TestIPv6 (3042 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (3043 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] TestIPv6.v6_calls_v4

 1 FAILED TEST

Version: 1.5.0
clang-13
FreeBSD 13.1

@yurivict yurivict added the Type: Bug Indicates an unexpected problem or unintended behavior label Jun 16, 2022
@maxsharabayko maxsharabayko added the [core] Area: Changes in SRT library core label Jul 25, 2022
@maxsharabayko
Copy link
Collaborator

Closing as duplicate of #2007.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants