-
Notifications
You must be signed in to change notification settings - Fork 2
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
E2E Testing refactored Scheduler and Watcher #288
Labels
Comments
The data_generation_set records attached to microbiomedata/issues#935 are in mongo dev and can be used for end to end testing of a workflow starting with reads qc. |
Testing Update: Log:
|
Head of the created job record in the devDB
|
Full record |
@mbthornton-lbl can this issue be closed? I see all the pretty checkboxes above. |
mbthornton-lbl
moved this to In Progress
in 2024 > 2025 - Sprint 53 - December 30, 2024 - January 10, 2025
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perform End-to-end testing of refactored Scheduler and Watcher in the dev environment
Deployment:
nmdc-dev
in Spin to new imagesbatch ~/workers_perlmutter.sl
Integration Test Cases -
1. Scheduler creates a new unclaimed JobRequest in the
jobs
collection in the dev DBTest Conditions: Create conditions for the scheduler to pickup incomplete workflow(s) and create new job requests via:
nmdc:omprc-13-01jx8727
to allow.lstPass Conditions:
jobs
collection2. Watcher picks up an unclaimed JobRequest and submits Cromwell job
Test Conditions: New unclaimed Job Request(s) in the dev DB (result from success in Case 1)
Pass Conditions:
Watcher Log:
Running Cromwell Job
3.1 Watcher picks up successful Cromwell job and creates data directories and files
Test Conditions: Successful job on Cromwell (result from success in Case 2)
Pass Conditions:
3.2 Watcher updates NMDC dev database with successful job DataObjects and WorkflowExecution
Test Conditions: Successful job on Cromwell (result from success in Case 2)
Pass Conditions:
nmdc.Database
creation from Cromwell resultsDataObject
andWorkflowExecution
documents in the dev DBThe text was updated successfully, but these errors were encountered: