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

Enable Activity tracking on generic host #37892

Merged
merged 6 commits into from
Jun 22, 2020

Conversation

shirhatti
Copy link
Contributor

No description provided.

@tarekgh
Copy link
Member

tarekgh commented Jun 15, 2020

@shirhatti could you please add a little test for the generic host with logging the activity Ids?

@tarekgh
Copy link
Member

tarekgh commented Jun 15, 2020

CC @davidfowl

@tarekgh
Copy link
Member

tarekgh commented Jun 15, 2020

CC @maryamariyan

Copy link
Member

@tarekgh tarekgh left a comment

Choose a reason for hiding this comment

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

Thanks for getting this done!
I added a little request for adding a test. otherwise, LGTM.

@tarekgh
Copy link
Member

tarekgh commented Jun 15, 2020

#34305
#37092

@@ -60,6 +61,37 @@ public void CreateDefaultBuilder_RegistersEventSourceLogger()
args.Payload.OfType<string>().Any(p => p.Contains("Request starting")));
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/34580", TestPlatforms.Windows, TargetFrameworkMonikers.Netcoreapp, TestRuntimes.Mono)]
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 if this is still needed, but all Hosting tests had this attribute

Copy link
Member

Choose a reason for hiding this comment

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

That is to skip running tests on mono. They should be tracked with #34582 now that 34580 is closed as its dupe.

Copy link
Member

Choose a reason for hiding this comment

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

if the test still fail on Mono, maybe can use issue #34582 instead.


In reply to: 443738630 [](ancestors = 443738630)

@shirhatti shirhatti force-pushed the shirhatti/generichostactivitytracking branch from 474d49d to 7aa8777 Compare June 22, 2020 06:04
@shirhatti shirhatti force-pushed the shirhatti/generichostactivitytracking branch from 0f9b5c8 to 19ff74a Compare June 22, 2020 18:07
@shirhatti shirhatti requested a review from tarekgh June 22, 2020 18:19
Copy link
Member

@tarekgh tarekgh left a comment

Choose a reason for hiding this comment

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

LGTM. please let me know if you still seeing any related CI failures.

@shirhatti shirhatti merged commit 083f85b into master Jun 22, 2020
@tarekgh
Copy link
Member

tarekgh commented Jun 22, 2020

@Anipik does this change will be included in previews 7? I am asking because I don't know if you already snapped for it yet.

@Anipik
Copy link
Contributor

Anipik commented Jun 23, 2020

Yep it made to preview7

@stephentoub stephentoub deleted the shirhatti/generichostactivitytracking branch July 5, 2020 11:10
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants