Skip to content

Deprecate xunit reporter#7931

Merged
ChadNedzlek merged 3 commits into
dotnet:mainfrom
ChadNedzlek:deprecate-xunit-reporter
Sep 30, 2021
Merged

Deprecate xunit reporter#7931
ChadNedzlek merged 3 commits into
dotnet:mainfrom
ChadNedzlek:deprecate-xunit-reporter

Conversation

@ChadNedzlek

@ChadNedzlek ChadNedzlek commented Sep 21, 2021

Copy link
Copy Markdown
Contributor

This code is already dead inside Helix... we no longer read the events this
reporter is sending, so it's just spending a bunch of time to send dead
events. I'm removing the code and having it send an obselete warning.

It also causes a workitem to be non-idepotent, because it uploads a file to a fixed
URI, and if a retry (infra, test, or otherwise) happens, the second upload crashes,
causing the workitem to fail.

Chad Nedzlek added 2 commits September 21, 2021 12:57
This code is already dead inside Helix... we no longer read the events this
reporter is sending, so it's just spending a bunch of time to send dead
events.  I'm removing the code and having it send an obselete warning.

@premun premun left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I found many more references of EnableXUnitReporter in this repo. Can you remove all?

@ChadNedzlek

Copy link
Copy Markdown
Contributor Author

@premun, sure... I'll see what I can find... why is one flag documented in multiple places... but I'll find them. :-)

@ChadNedzlek
ChadNedzlek merged commit 27d2861 into dotnet:main Sep 30, 2021
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.

3 participants