File tree Expand file tree Collapse file tree
tests/translators_loggers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151def _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 )
You can’t perform that action at this time.
0 commit comments