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

Use AsyncCollection in shared helper #7055

Merged
merged 3 commits into from
Jul 31, 2019

Conversation

pakrym
Copy link
Contributor

@pakrym pakrym commented Jul 30, 2019

Add support for it in the async-to-sync interceptor.

@pakrym pakrym requested review from tg-msft and schaabs July 30, 2019 23:57
@pakrym pakrym requested a review from annelo-msft as a code owner July 30, 2019 23:57
{
// This is an unfortunate implementation but it's the only one I was able to figure out
string testParameters = test.FullName.Substring(test.ClassName.Length);
if (testParameters.StartsWith("(False"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth filing a bug to dig into further?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure there's a lot to dig into, this information doesn't seem to be on the test object, unfortunately. Let's see if it causes any issues like this.

@pakrym pakrym merged commit 218a8a5 into Azure:master Jul 31, 2019
@pakrym pakrym deleted the pakrym/use-AsyncCollections branch July 31, 2019 17:45
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