-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the test_secure_subscriber code. (#471)
The main reason to do this is that we were sometimes running out of memory on the buildfarm while building this code. I suspect that it is because of the templated attempt_subscriber() functions that had to get expanded for quite a few different messages. However, it turns out that we were only ever using 2 of those messages in tests themselves. Simplify this whole thing by only creating templated functions for the messages we are actually going to use. Similarly, simplify the quite complicated CMake logic a bit to only have a list of the messages that we are going to actually use. If we want to add more messages in the future, we can always expand this list again. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
8986434
commit 8fc14b4
Showing
2 changed files
with
119 additions
and
195 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