FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.36k stars 1.25k forks source link

Disabled topotest post micronet merge: bgp_evpn_overlay_index_gateway #9555

Open choppsv1 opened 3 years ago

choppsv1 commented 3 years ago

The test found in tests/topotests/bgp_evpn_overlay_index_gateway/test_bgp_evpn_overlay_index_gateway.py has been disabled in #9199 temporarily b/c it is not passing when run under the new micronet framework.

EVPN code maintainers should enable this test and debug the intermittent (but frequent) failure, fix the test and re-enable it.

To enable remove the following code in test_evpn_gateway_ip_basic_topo()

    # Temporarily Disabled
    tgen.set_error(
        "%s: Failing under new micronet framework, please debug and re-enable", tc_name
    )

The failures are seen when running in the Netdef CI as well as when run locally with or without parallel execution (pytest-xdist). This is with the latest post 8.0 release code, on (at least) Ubuntu 18.04, 20.04 and Debian 11, kernel versions 5.4 and 5.10

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose label in order to avoid having this issue closed.

frrbot[bot] commented 2 years ago

This issue will be automatically closed in the specified period unless there is further activity.

choppsv1 commented 1 year ago

This test is also now triggering ASAN failure, even though the test cases are disabled