-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test libnxz behavior when out of credits
libnxz behavior upon lack of credits changes depending on the mode being used (AUTO, NX, SW, etc). The new test test_exhaust_credits checks that it behaves as expected for each case. Before starting the test, it creates several child processes to consume all credits on the system. For this reason, it can cause failures if other tests are run in parallel with it. So a secondary test suite was implemented under serial-tests, that forces all tests to run serially. This should be only be added to this test suite when strictly necessary, like in this case. Signed-off-by: Matheus Castanho <msc@linux.ibm.com>
- Loading branch information
1 parent
ce4086e
commit 932acec
Showing
10 changed files
with
1,483 additions
and
39 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
Oops, something went wrong.