Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Drop Job.params column

Revision ID: a5c5455b849a
Revises: e382f8eb5e12
Revises: cd26484899fb
Create Date: 2025-10-15 16:13:14.778789

"""
Expand All @@ -16,7 +16,7 @@

# revision identifiers, used by Alembic.
revision = "a5c5455b849a"
down_revision = "e382f8eb5e12"
down_revision = "cd26484899fb"
branch_labels = None
depends_on = None

Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy_test/api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -3809,7 +3809,7 @@ def filter_jobs_by_tool(tool_id):
assert len(filter_jobs_by_tool("__KEEP_SUCCESS_DATASETS__")) == 1, jobs
# Follow proves one job was filtered out of the exit_code_from_file
# And a single one has been sent to cat1
assert len(filter_jobs_by_tool("cat1")) == 1, jobs
assert len(filter_jobs_by_tool("cat")) == 1, jobs

def test_keep_success_mapping_paused(self):
with self.dataset_populator.test_history() as history_id:
Expand Down
Loading