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

Fix for video datacollector throwing exception #1719

Merged
merged 6 commits into from
Aug 7, 2018

Conversation

singhsarab
Copy link
Contributor

Description

Issue: Video data collector throwing unexpected exception for ordered tests.
RCA: Ordered tests contain other tests, ordered test adapter does not raise the TestCaseStart for these child test cases.
RecordResult records TestCaseEnd if not recorded previously but does not check if RecordStart happened.

Fix: Do not send TestCaseEnd for testcases whose TestCaseStart has not been recorded via adapter.

Related issue

https://devdiv.visualstudio.com/DevDiv/_workitems/edit/650935

…red tests.

Do not send TestCaseEnd for testcases whose TestCaseStart has not been recorded via adapter.
@singhsarab singhsarab merged commit 263385e into microsoft:master Aug 7, 2018
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.

2 participants