You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I found a bug in planemo test when testing workflow with subworkflow. It seems that planemo does not wait for the subworkflow to finish before testing the outputs...
Here is a minimal test to reproduce the error: test.tar.gz
The command line used was:
$ planemo test --galaxy_url https://usegalaxy.org/ --galaxy_user_key xxxx stupid-workflow2.ga
waiting for invocation 1f1b4765b9fcc485
galaxy.tool_util.verify INFO: ## files diff on '/home/ldelisle/Documents/mygit/iwc/test/test-data/input file.txt' and '/tmp/tmpo0rffprzinput file.txt': lines_diff = 0, found diff = 7
galaxy.tool_util.verify INFO: ## files diff on '/home/ldelisle/Documents/mygit/iwc/test/test-data/input file.txt' and '/tmp/tmpdb2rh8_ainput file.txt': lines_diff = 0, found diff = 7
None
There were problems with 1 test(s) - out of 1 test(s) executed. See /home/ldelisle/Documents/mygit/iwc/test/tool_test_output.html for detailed breakdown.
stupid-workflow2.ga_0: failed
If you check the html, you can see:
The subworkflow did not started at the time the output was analysed.
The text was updated successfully, but these errors were encountered:
Hi,
I found a bug in planemo test when testing workflow with subworkflow. It seems that planemo does not wait for the subworkflow to finish before testing the outputs...
Here is a minimal test to reproduce the error:
test.tar.gz
The command line used was:
If you check the html, you can see:
The subworkflow did not started at the time the output was analysed.
The text was updated successfully, but these errors were encountered: