-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-16217 test: Use subprocess.run() for run_local() #14882
Conversation
Restore using subprocess.run() for the run_local() command to regain execution speed and simultaneous command output. Retain the CommandResult return value shared with run_remote(). Test-tag: pr HarnessUnitTest DfuseMUPerms Required-githooks: true Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
Ticket title is 'ftest: Update run_local() to return same object type as run_remote()' |
Confirmed via manual testing that the test output is displayed when running |
Test stage Functional on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-14882/2/testReport/ |
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: pr HarnessUnitTest DfuseMUPerms Required-githooks: true Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: pr HarnessUnitTest DfuseMUPerms Required-githooks: true Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
All tests passed in https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14882/4/testReport/ The remaining test timeout in |
Update the current run_local() command to return an object similar to run_remote() to allow them to be used interchangeably. increase verify_perms.py timeout. Also include #14882 Use subprocess.run() for run_local() Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: pr HarnessUnitTest HarnessCoreFilesTest SoakSmoke DfuseMUPerms test_always_fails Allow-unstable-test: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Update the current run_local() command to return an object similar to run_remote() to allow them to be used interchangeably. increase verify_perms.py timeout. Also include #14882 Use subprocess.run() for run_local() Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: pr HarnessUnitTest HarnessCoreFilesTest SoakSmoke DfuseMUPerms test_always_fails Allow-unstable-test: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Update the current run_local() command to return an object similar to run_remote() to allow them to be used interchangeably. increase verify_perms.py timeout. Also include #14882 Use subprocess.run() for run_local() Signed-off-by: Dalton Bohning <dalton.bohning@intel.com> Co-authored-by: Phil Henderson <phillip.henderson@intel.com>
Restore using subprocess.run() for the run_local() command to regain execution speed and simultaneous command output. Retain the CommandResult return value shared with run_remote().
Test-tag: pr HarnessUnitTest DfuseMUPerms
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: