We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The mtutest unit test fails if vermont is built with DISABLE_UDP_CONNECT=ON
mkdir build && cd build cmake -DDISABLE_UDP_CONNECT=ON ../ make make test Running tests... Test project /home/brownn/work/DANOS/vermont/build Start 1: vermonttest_build 1/4 Test #1: vermonttest_build ................ Passed 0.24 sec Start 2: vermont 2/4 Test #2: vermont .......................... Passed 9.58 sec Start 3: example_2 3/4 Test #3: example_2 ........................ Passed 0.01 sec Start 4: mtutest 4/4 Test #4: mtutest ..........................***Failed 0.00 sec 75% tests passed, 1 tests failed out of 4 Total Test time (real) = 9.84 sec The following tests FAILED: 4 - mtutest (Failed) Errors while running CTest make: *** [Makefile:98: test] Error 8
$ ./mtutest 03/03 19:32:34 CRITICAL: getsockopt(...,IP_MTU,...) failed, Transport endpoint is not connected ipfix_add_collector() failed.
The text was updated successfully, but these errors were encountered:
Only enable the mtutest if UDP connect is enabled
6d82899
Fixes tumi8#147
Successfully merging a pull request may close this issue.
The mtutest unit test fails if vermont is built with DISABLE_UDP_CONNECT=ON
The text was updated successfully, but these errors were encountered: