Skip to content

Engine RunAsync should run agent, driver and framework asyncronously #1688

@CharliePoole

Description

@CharliePoole

Currently, ProcessRunner.RunAsync() creates a task which calls the synchronous Run method in the agent. TestAgentRunner.RunAsync, which is used in the agents does the same thing in calling the driver.

We discussed this problem in issue #1187 and decided we should be using asynchronous runs "all the way down" if RunAsync is used at the top level.

Metadata

Metadata

Assignees

Labels

EnhancementV4All issues related to V4 or later - use -label:V4 to get V3 issues

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions