-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-6916 test: Fix interception library tests by letting threads to …
…have independent data (#4828) (#5243) IOR thread was using self.ior_cmd. This will lead to a collision between threads because many things, such as ior command arguments, are shared. Updated ior_test_base.py so that each thread will have its own IorCommand object so that they are independent and no need to sleep between the thread starts. Updated ior_intercept_dfuse_mix.py test steps to do a comparison of 2 IOR threads throughput performance. Also print out a summary of improvements. Removed use_json from pool_query. Added control_method: dmg to yaml. Also refactored tags. Signed-off-by: Makito Kano <makito.kano@intel.com>
- Loading branch information
1 parent
832da87
commit b7ceab3
Showing
6 changed files
with
207 additions
and
142 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
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.