-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Move memory leak tests to main unit test suite
The `.github/system_tests/pytest/test_memory_leaks.py` file provided tests to ensure memory is not being leaked when running processes. These tests do not require being executed in standalone `pytest` invocation but can be included in the main unit test suite. Historically, the separation was required when the main unit test suite was not fully using `pytest` yet but used a framework based on `unittest`. With this migration, the last test in the `.github/workflows/tests.sh` script has been moved and now it merely calls the main test suite. The CI workflows that called it, now simply directly invoke the command to run the main test suite and the `tests.sh` script is deleted.
- Loading branch information
Showing
4 changed files
with
34 additions
and
35 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 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