Skip to content

Commit 3596110

Browse files
committed
Re-establishing all tests
1 parent b5c59ab commit 3596110

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
def _create_workflow_benchmark() -> (WorkflowBenchmark, int):
5252
# Create a workflow benchmark object to generate specifications based on a recipe (in /tmp/, whatever)
53-
desired_num_tasks = 2000
53+
desired_num_tasks = 45
5454
benchmark_full_path = f"/tmp/blast-benchmark-{desired_num_tasks}.json"
5555
# benchmark_full_path = f"/tmp/epigenomics-benchmark-{desired_num_tasks}.json"
5656
# benchmark_full_path = f"/tmp/bwa-benchmark-{desired_num_tasks}.json"
@@ -320,18 +320,18 @@ class TestTranslators:
320320
@pytest.mark.parametrize(
321321
"backend",
322322
[
323-
#"swiftt",
324-
#"dask",
325-
#"parsl",
323+
"swiftt",
324+
"dask",
325+
"parsl",
326326
"nextflow",
327-
#"airflow",
328-
#"bash",
329-
#"taskvine",
330-
#"makeflow",
331-
#"snakemake",
332-
#"cwl",
333-
#"streamflow",
334-
#"pegasus",
327+
"airflow",
328+
"bash",
329+
"taskvine",
330+
"makeflow",
331+
"snakemake",
332+
"cwl",
333+
"streamflow",
334+
"pegasus",
335335
])
336336
@pytest.mark.unit
337337
# @pytest.mark.skip(reason="tmp")
@@ -400,8 +400,8 @@ def test_translator(self, backend) -> None:
400400

401401
_compare_workflows(original_workflow, reconstructed_workflow)
402402

403-
sys.stderr.write("** SLEEPING INFINITY FOR DEBUGGING PURPOSES **\n")
404-
time.sleep(1000000)
403+
# sys.stderr.write("** SLEEPING INFINITY FOR DEBUGGING PURPOSES **\n")
404+
# time.sleep(1000000)
405405

406406
# Shutdown the container (weirdly, container is already shutdown by now... not sure how)
407407
_shutdown_docker_container_and_remove_image(container)

0 commit comments

Comments
 (0)