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

Console logged test results are mixed together #2899

Closed
BradBarnich opened this issue May 12, 2021 · 1 comment
Closed

Console logged test results are mixed together #2899

BradBarnich opened this issue May 12, 2021 · 1 comment

Comments

@BradBarnich
Copy link

Description

Console output for test results are being mixed together, causing mixed up colors incoherent output.

Steps to reproduce

dotnet test <the.sln> --no-build --filter "<a-filter>" --verbosity=normal

Expected behavior

Serial output of test results with consistent colors

Actual behavior

test results mixed together, causing colors to leak. Can see "Passed" is printed twice in green before the name of the test, and then following test names are written in green instead of white as they are supposed to be.

image

Diagnostic logs

Please share test platform diagnostics logs. Instructions to collect logs are here.
The logs may contain test assembly paths, kindly review and mask those before sharing.

Environment

windows, .net 5.0.202, command prompt (but same results with windows terminal)

@Evangelink Evangelink added needs-triage This item should be discussed in the next triage meeting. enhancement future Improvements which can be done in future and need team triage and removed needs-triage This item should be discussed in the next triage meeting. labels Jul 27, 2022
@Evangelink
Copy link
Member

Duplicates of #3525

@Evangelink Evangelink added duplicate and removed enhancement future Improvements which can be done in future and need team triage labels Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants