-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for TypeLookup service (#4339)
* Refs #20165: Created basic communication Signed-off-by: adriancampo <[email protected]> rebased Signed-off-by: adriancampo <[email protected]> * Refs #20165: Changes to work with multiple types Signed-off-by: adriancampo <[email protected]> * Refs #20165: Renamed discovery methods. Improved typelookup tests. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Added check_registered_type. Created idl file for each type. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Changed type creation. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Added all types. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Fixes for TypeBig. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Fixes for json files. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Removed code for debug. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Created unittest Signed-off-by: adriancampo <[email protected]> * Refs #20165: Implemented unittests. Added Case0 for no TypeObject Signed-off-by: adriancampo <[email protected]> * Refs #20165: Removed sending and receiving samples Signed-off-by: adriancampo <[email protected]> * Refs #20165: Removed descriptions from json tests case files Signed-off-by: adriancampo <[email protected]> * Refs #20165: Added communication with dynamic types. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Fixed Log macro namespace. And TypeObjectRegistry::register_type_object. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Fix for type with no TypeObject. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Update TypeLookupManager mock. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Added testing for dds-types-tests. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Changed TypeObject consistency checks when typelookup service registers types. Fix for indirect hash typeidentifiers. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Fix for modules in update_header_and_create_cases.py. Ignored relative_paths idl Signed-off-by: adriancampo <[email protected]> * Refs #20165: Reduced number of Cases.json files. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Fix for modules. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Changes to use take method. Fixed bug with get_map_dependencies. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Removed willdcards from cmake. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Updated types. Signed-off-by: adriancampo <[email protected]> * Refs #20165: Fix for custom annotations name hash. Signed-off-by: adriancampo <[email protected]> * Refs #20165. Return typelookupservice unit tests Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fix for future rebase Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Improve tests Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fix typelookupservice builin endpoing discovery Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Removed member_id testing Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fix and improve tests Signed-off-by: Ricardo González Moreno <[email protected]> * Apply suggestions from code review * Refs #20165. Fix identation Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fix compilation error in mac Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fix compilation errors Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Remove trace Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fixes on windows Signed-off-by: Ricardo González <[email protected]> * Refs #20165. Fixes after rebase Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fixes on mac Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fixes asan Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Apply suggestions Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Fix minimal type_id built Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Apply suggestions Signed-off-by: Ricardo González Moreno <[email protected]> * Refs #20165. Apply suggestions Signed-off-by: Ricardo González Moreno <[email protected]> --------- Signed-off-by: adriancampo <[email protected]> Signed-off-by: Ricardo González Moreno <[email protected]> Signed-off-by: Ricardo González <[email protected]> Co-authored-by: Ricardo González Moreno <[email protected]>
- Loading branch information
1 parent
0bf7481
commit 309ae6f
Showing
120 changed files
with
90,461 additions
and
3,182 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.