-
Notifications
You must be signed in to change notification settings - Fork 29
Ping test between ACA containers fail with core dump #216
Comments
There are two problems in the test run, likely after the ARP responder change. @lly00 - can you look into this?
|
@er1cthe0ne As for the core dump problem, when we receive the arp request and the corresponding mac address is not in the cache, arp responder resubmits it to table 22. The reason for the failure is most likely that the table does not exist. |
@lly00 - got it. Thanks for sharing your output. We are able to reproduce the success you see in a fresh environement and we also reproduced the failures mentioned in this issue. We are investigating it now and will update you. |
The unit test for running ping between two ACA containers (aca_CHILD and aca_PARENT) fails.
The gtest filter is: DISABLED_2_ports_CREATE_test_traffic_PARENT
The ping test run on two child and parent container are:
./build/tests/aca_tests --gtest_also_run_disabled_tests --gtest_filter=*DISABLED_2_ports_CREATE_test_traffic_CHILD -p <parent_IP>
./build/tests/aca_tests --gtest_also_run_disabled_tests --gtest_filter=*DISABLED_2_ports_CREATE_test_traffic_PARENT -c <child_IP>
The command line output from child and parent attached.
child_output.txt
parent_output.txt
The text was updated successfully, but these errors were encountered: