-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the number of tests we run (#1096)
* Don't run test_arguments for all RMWs. There is absolutely no calls to the RMW layer in that code, so there is no need to run it more than once. This should help to slightly speed up rcl tests. * Don't run test_time for all RMWs. The APIs here never hit the RMW layer at all, so there is no reason to run these tests more than once. This should help to speed up rcl tests. * Don't run test_lexer for all RMWs. This code never hits the RMW layer, so there is no reason to run it more than once. This will help speed up RCL test times. * Don't run test_lexer_lookahead for all RMWs. This code never hits the RMW layer, so there is no reason to run it for all of the RMWs. This will help to speed up RCL test times. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
f11fcaa
commit 7fb6da3
Showing
6 changed files
with
125 additions
and
192 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
Oops, something went wrong.