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

dce-quagga test suite has some tests stubbed out #3

Open
tomhenderson opened this issue Jun 24, 2023 · 0 comments
Open

dce-quagga test suite has some tests stubbed out #3

tomhenderson opened this issue Jun 24, 2023 · 0 comments

Comments

@tomhenderson
Copy link
Collaborator

I discovered some tests have been stubbed out for a long time in dce-quagga-test.cc:

#ifdef FIXME
    { "radvd", 120, false},
    { "ripd", 120, false},
    { "ripngd", 120, false},
    { "ospf6d", 120, false},
    { "bgpd_v6", 120, false},
#endif

Some additional ones will need to be stubbed out for DCE 1.12. Some of these tests run successfully as individual test cases but as a sequence of test cases in the same program execution, they fail, suggesting that possibly there are some static data issues with running the tests this way.

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

No branches or pull requests

1 participant