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

mtutest unit test fails when vermont build with DISABLE_UDP_CONNECT=ON #147

Open
nickbroon opened this issue Mar 3, 2021 · 0 comments · May be fixed by #148
Open

mtutest unit test fails when vermont build with DISABLE_UDP_CONNECT=ON #147

nickbroon opened this issue Mar 3, 2021 · 0 comments · May be fixed by #148

Comments

@nickbroon
Copy link
Contributor

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.
nickbroon added a commit to nickbroon/vermont that referenced this issue Mar 3, 2021
@nickbroon nickbroon linked a pull request Mar 3, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant