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

Test run hangs when ran from VSTS given incorrect runsettings format #1430

Closed
abhishkk opened this issue Feb 12, 2018 · 1 comment
Closed

Comments

@abhishkk
Copy link
Contributor

Description

When runsettings contains incorrect attribute (For e.g. name instead of friendlyName in dataCollectorRunSettings or LoggerRunSettings) and test is ran via VSTS, then VSTS hangs.

Steps to reproduce

In runsettings add LoggerRunSettings and add trx logger. Instead of mentioning friendlyName="trx", write name="trx" (which is incorrect)

Run test dll from vsts.
Test run hangs.

Expected behavior

Test Run should not hang

Actual behavior

Test run hangs.

@abhishkk
Copy link
Contributor Author

This issue is happening because SettingsException, TestPlatformeException, InvalidOperationException are eaten up by TestRequestManager and not forwarded to design mode client. Thus design mode doesn't know about the failure and keeps on waiting for test discovery/excution to complete.

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

No branches or pull requests

1 participant