-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added integration tests for error scenarios and added error observabi…
…lity to plugin (#30) * Using dws-test-driver for DWS state progression integration tests Signed-off-by: Nathan Lee <[email protected]> * Fixed integration test errors Signed-off-by: Nathan Lee <[email protected]> * code review changes Signed-off-by: Nathan Lee <[email protected]> * Added integration tests for error scenarios Signed-off-by: Nathan Lee <[email protected]> * Updated dws-test-driver to main branch HEAD Signed-off-by: Nathan Lee <[email protected]> * Code review Signed-off-by: Nathan Lee <[email protected]> * Remove option to run in real slurm or k8s Signed-off-by: Nathan Lee <[email protected]> * Refactored unit test before adding error scenarios Signed-off-by: Nathan Lee <[email protected]> * Added driver error observability Signed-off-by: Nathan Lee <[email protected]> * Using dws-test-driver for DWS state progression integration tests (#28) * Using dws-test-driver for DWS state progression integration tests Signed-off-by: Nathan Lee <[email protected]> * Fixed integration test errors Signed-off-by: Nathan Lee <[email protected]> * code review changes Signed-off-by: Nathan Lee <[email protected]> * Updated dws-test-driver to main branch HEAD Signed-off-by: Nathan Lee <[email protected]> * Code review Signed-off-by: Nathan Lee <[email protected]> --------- Signed-off-by: Nathan Lee <[email protected]> * Pre-code review fixes Signed-off-by: Nathan Lee <[email protected]> * PR change Signed-off-by: Nathan Lee <[email protected]> * Update submodules Signed-off-by: Nathan Lee <[email protected]> * Updating dws submodules Signed-off-by: Nathan Lee <[email protected]> * Removed unused test function Signed-off-by: Nathan Lee <[email protected]> * Added sleep before cancelling job Signed-off-by: Nathan Lee <[email protected]> * Added documentation about test error transformation Signed-off-by: Nathan Lee <[email protected]> --------- Signed-off-by: Nathan Lee <[email protected]>
- Loading branch information
1 parent
9031a8c
commit 0dae837
Showing
14 changed files
with
373 additions
and
433 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[submodule "testsuite/submodules/dws"] | ||
path = testsuite/submodules/dws | ||
url = https://github.com/HewlettPackard/dws.git | ||
branch = master | ||
[submodule "testsuite/submodules/slurm-docker-cluster"] | ||
path = testsuite/submodules/slurm-docker-cluster | ||
url = [email protected]:DataWorkflowServices/slurm-docker-cluster.git | ||
branch = master | ||
[submodule "testsuite/submodules/dws-test-driver"] | ||
path = testsuite/submodules/dws-test-driver | ||
url = [email protected]:DataWorkflowServices/dws-test-driver.git | ||
branch = main |
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
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.