lanl / BEE

Other
13 stars 3 forks source link

test_wf_manager: Submit test isn't properly cleaned up #756

Open rstyd opened 6 months ago

rstyd commented 6 months ago

The workflow manager submit test isn't properly cleaned up which leaves an extra workflow in the workflow directory upon each run. Additionally, the ID is supposed to be set to 42 to identify it as an example workflow, but that isn't working for some reason.

rstyd commented 6 months ago

I figured out the ID stuff is happening because the parsing now happens client side which means the workflow ID is also generated client side. I'm actually surprised the test still works since we're not sending the correct information anymore. I need to rework a good bit of the test.