-
Notifications
You must be signed in to change notification settings - Fork 3
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
Using dws-test-driver for DWS state progression integration tests #28
Using dws-test-driver for DWS state progression integration tests #28
Conversation
33c26a0
to
593a298
Compare
74ea65b
to
793d98e
Compare
Signed-off-by: Nathan Lee <[email protected]>
793d98e
to
c5a29c8
Compare
Update .gitignore for these pycache dirs:
|
I'm finished reviewing and testing this, up to commit c5a29c8. |
And "reports/" as well:
|
Signed-off-by: Nathan Lee <[email protected]>
Signed-off-by: Nathan Lee <[email protected]>
Signed-off-by: Nathan Lee <[email protected]>
Signed-off-by: Nathan Lee <[email protected]>
The docker-compose from the 'setup-kind' target...
The containers ....
|
Add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the 'docker volume rm' to the 'clean' target. I have no other issues.
Actually, rather than adding the 'docker volume rm', change the 'docker compose down' and add a '--volumes' arg to it. |
…taWorkflowServices#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]>
…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]>
Signed-off-by: Nathan Lee [email protected]