Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure host is in a running state before running tests further #1534

Merged
merged 7 commits into from Apr 23, 2018

Conversation

peppy
Copy link
Sponsor Member

@peppy peppy commented Apr 21, 2018

Seems to fix remaining issues.

@@ -91,12 +95,15 @@ void complete()
}, e =>
{
complete();
throw new Exception("The test case threw an exception while running", e);
exception = e;

This comment was marked as off-topic.

});
});

while (!completed && host?.ExecutionState != ExecutionState.Stopped)
while (!completed && host.ExecutionState == ExecutionState.Running)

This comment was marked as off-topic.

This comment was marked as off-topic.

@peppy peppy merged commit 87baad0 into ppy:master Apr 23, 2018
@peppy peppy deleted the fix-runaway-threads-2 branch July 5, 2018 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants