-
Notifications
You must be signed in to change notification settings - Fork 63
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
vizInterface unit test #843
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C++: protobuf/3.20.0 is a newer stable release that supports up to the latest Python protobuf library (5.27.0) Python: protobuf version 5.27.0 is the current latest release, added to optional requirements. These are both backwards compatible with proto binaries generated using earlier protobuf versions.
schaubh
requested changes
Nov 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some small edits, thanks for putting this together.
- Executes brief scenario, saves to file - Parses protobuffers back in from binary, checks saved data against expected - Only executes if optional Python protobuf package is installed and viz module is found
jackfox25
force-pushed
the
feature/protobuf_testing
branch
from
November 8, 2024 04:53
7257dc8
to
13435d6
Compare
Good catches, resolved! |
schaubh
approved these changes
Nov 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to go
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This branch creates a unit test for vizInterface, validating the performance of the protobuffer packing and file saving functions.
Verification
test_vizInterface.py
Asserts that:
Binaries created with new protoc compiler are backwards compatible with Vizard (tested on Windows/Mac).
Documentation
No functional BSK changes. Documentation file is auto-generated for test scenarios.
Future work
Add more components to test scenario to enhance testing