ewoksppf.tests.test_ppf_workflow26.test_workflow26#
- ewoksppf.tests.test_ppf_workflow26.test_workflow26(ppf_log_config)[source]#
Workflow that maximizes this race-condition in the workflow execution pool
future = self._pool.submit(...) future.add_done_callback(cb) # if worker already finished, `cb` runs in the current call stack
See test_input_merge_actor_reentrant_trigger for deterministic counterpart.