-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
unittest tests/lib/test_grpc.py failing #16017
Comments
This issue is stale because it has been open 180 days with no activity. Comment or remove the |
This issue will be automatically closed in the specified period unless there is further activity. |
@mwinter-osr is this fixed now by #16024? |
This issue will no longer be automatically closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seen in current FRR master as of May 14, 2024
This but probably exists since the beginning, but is only seen with grpc enabled (
--enable-grpc
) when running the unittests (make check
)The Unittest
tests/lib/test_grpc.py
fails as it can't find thegrpc.so
and yang files. The test script expects them to be already installed. Runningmake check
after amake install
works, but the unittests are expected to be executed before the install. Building debian or rpm packages with grpc will fail because of this as they run it before the installwith the following error
The text was updated successfully, but these errors were encountered: