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
We should figure out some way to refactor the workflow engine test suites so they run every flow. This will help catch bugs earlier, like #1742. The challenge is we want to avoid copy/paste, but they all are called in different ways, e.g. Client() for Dask, .result() calls for some and not others. Still, I'd rather do copy/paste for now than have untested code altogether.
The text was updated successfully, but these errors were encountered:
What new feature would you like to see?
We should figure out some way to refactor the workflow engine test suites so they run every flow. This will help catch bugs earlier, like #1742. The challenge is we want to avoid copy/paste, but they all are called in different ways, e.g.
Client()
for Dask,.result()
calls for some and not others. Still, I'd rather do copy/paste for now than have untested code altogether.The text was updated successfully, but these errors were encountered: