-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tests): Simplify the runtime module unit tests (#2115)
Now the test `core.corrupt_message` is disabled by `--gtest_filter`, it's a bit of complex because it uses an external file (i.e. `src/runtime/test/gtest.filter`), and it just disable `core.corrupt_message` test case. This can be simplified by adding a `DISABLED_` prefix, and make sure all other test cases can be ran normally.
- Loading branch information
Showing
5 changed files
with
10 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,5 @@ set(MY_BINPLACES | |
config-test-sim.ini | ||
command.txt | ||
run.sh | ||
clear.sh | ||
gtest.filter) | ||
clear.sh) | ||
dsn_add_test() |
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 was deleted.
Oops, something went wrong.
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