DAOS-8655 tests: Fix mpi tmpdir_base assignment in threads.#7614
Merged
sylviachanoiyee merged 3 commits intomasterfrom Dec 13, 2021
Merged
DAOS-8655 tests: Fix mpi tmpdir_base assignment in threads.#7614sylviachanoiyee merged 3 commits intomasterfrom
sylviachanoiyee merged 3 commits intomasterfrom
Conversation
Supplemental fix for previous server/metadata.py test_metadata_server_restart test case where unique temporary base directories for each orterun command where based on the previous unique temporary directory that no longer existed when the next ior command was issued. Quick-functional: true Test-tag: metadata_ior offline_extend_oclass Test-repeat: 10 Signed-off-by: Phillip Henderson <phillip.henderson@intel.com>
kccain
previously approved these changes
Dec 9, 2021
rpadma2
previously approved these changes
Dec 9, 2021
Avoid using a previous tmp directory as the base for a new tmp directory when assinging the orte_tmpdir_base value. Quick-functional: true Test-tag: metadata_ior offline_extend_oclass Test-repeat: 10 Signed-off-by: Phillip Henderson <phillip.henderson@intel.com>
Contributor
Author
|
All 10 passes of server/metadata.py passed: https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-7614/4/testReport/FTEST_server/ |
kccain
approved these changes
Dec 13, 2021
phender
added a commit
that referenced
this pull request
Dec 13, 2021
Supplemental fix for previous server/metadata.py test_metadata_server_restart test case where unique temporary base directories for each orterun command where based on the previous unique temporary directory that no longer existed when the next ior command was issued. Quick-functional: true Test-tag: metadata_ior offline_extend_oclass Test-repeat: 10 Signed-off-by: Phillip Henderson <phillip.henderson@intel.com>
johannlombardi
pushed a commit
that referenced
this pull request
Dec 14, 2021
…7655) Supplemental fix for previous server/metadata.py test_metadata_server_restart test case where unique temporary base directories for each orterun command where based on the previous unique temporary directory that no longer existed when the next ior command was issued. Signed-off-by: Phillip Henderson <phillip.henderson@intel.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supplemental fix for previous server/metadata.py
test_metadata_server_restart test case where unique temporary base
directories for each orterun command where based on the previous unique
temporary directory that no longer existed when the next ior command was
issued.
Quick-functional: true
Test-tag: metadata_ior offline_extend_oclass
Test-repeat: 10
Signed-off-by: Phillip Henderson phillip.henderson@intel.com