Skip to content

Add workflow API test for use_cached_job with sample sheet collections#25

Closed
mvdbeek wants to merge 1 commit intodevfrom
claude/add-workflow-api-test-5Q0qW
Closed

Add workflow API test for use_cached_job with sample sheet collections#25
mvdbeek wants to merge 1 commit intodevfrom
claude/add-workflow-api-test-5Q0qW

Conversation

@mvdbeek
Copy link
Copy Markdown
Owner

@mvdbeek mvdbeek commented Jan 1, 2026

This test addresses issue galaxyproject#20715 by verifying that the use_cached_job
feature works correctly with sample sheet collections. The test:

  • Creates a sample sheet collection with two samples
  • Runs a workflow that maps over the sample sheet collection
  • Runs the workflow again with use_cached_job=True
  • Verifies that the second invocation uses cached jobs from the first run

This ensures that job caching integrates properly with sample sheet
collections, which was previously untested.

This test addresses issue galaxyproject#20715 by verifying that the use_cached_job
feature works correctly with sample sheet collections. The test:
- Creates a sample sheet collection with two samples
- Runs a workflow that maps over the sample sheet collection
- Runs the workflow again with use_cached_job=True
- Verifies that the second invocation uses cached jobs from the first run

This ensures that job caching integrates properly with sample sheet
collections, which was previously untested.
@mvdbeek mvdbeek closed this Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants