Check status of TextBuffer Unit Tests in CI #1163

Closed
opened 2026-01-30 22:17:54 +00:00 by claunia · 3 comments
Owner

Originally created by @miniksa on GitHub (May 16, 2019).

Originally assigned to: @miniksa on GitHub.

If the TextBuffer unit tests aren't named .Unit.Tests. then I'm pretty sure the CI isn't running them.

Originally posted by @miniksa in https://github.com/microsoft/terminal/pull/843

Originally created by @miniksa on GitHub (May 16, 2019). Originally assigned to: @miniksa on GitHub. If the TextBuffer unit tests aren't named `.Unit.Tests.` then I'm pretty sure the CI isn't running them. _Originally posted by @miniksa in https://github.com/microsoft/terminal/pull/843_
claunia added the Resolution-Fix-AvailableIssue-BugProduct-MetaArea-Build labels 2026-01-30 22:17:54 +00:00
Author
Owner

@metathinker commented on GitHub (May 17, 2019):

Unfortunately, you are right. I looked at test results for my PR here:
https://dev.azure.com/ms/Terminal/_build/results?buildId=15717&view=ms.vss-test-web.build-test-results-tab

  • Searching for "defaultcolor" should find TextBuffer.UnitTests.dll!TextColorTests::TestDefaultColor , but in fact matches nothing.
  • Searching for "boxarea" should find Terminal.Core.Unit.Tests.dll!TerminalCoreUnitTests::SelectionTest::SelectBoxArea , and it does.
@metathinker commented on GitHub (May 17, 2019): Unfortunately, you are right. I looked at test results for my PR here: https://dev.azure.com/ms/Terminal/_build/results?buildId=15717&view=ms.vss-test-web.build-test-results-tab - Searching for "defaultcolor" should find TextBuffer.UnitTests.dll!TextColorTests::TestDefaultColor , but in fact matches nothing. - Searching for "boxarea" should find Terminal.Core.Unit.Tests.dll!TerminalCoreUnitTests::SelectionTest::SelectBoxArea , and it does.
Author
Owner

@DHowett-MSFT commented on GitHub (May 17, 2019):

So, question. Is it better to change this:

fd98145af2/build/pipelines/templates/build-console-steps.yml (L52-L54)

or to change this:

fd98145af2/src/buffer/out/ut_textbuffer/TextBuffer.Unittests.vcxproj (L25)

?

@DHowett-MSFT commented on GitHub (May 17, 2019): So, question. Is it better to change this: https://github.com/microsoft/terminal/blob/fd98145af268dffff0125d18d4ac48d2012aa205/build/pipelines/templates/build-console-steps.yml#L52-L54 or to change this: https://github.com/microsoft/terminal/blob/fd98145af268dffff0125d18d4ac48d2012aa205/src/buffer/out/ut_textbuffer/TextBuffer.Unittests.vcxproj#L25 ?
Author
Owner

@miniksa commented on GitHub (May 21, 2019):

So, question. Is it better to change this:

fd98145af2/build/pipelines/templates/build-console-steps.yml (L52-L54)

or to change this:

fd98145af2/src/buffer/out/ut_textbuffer/TextBuffer.Unittests.vcxproj (L25)

?

The latter, @DHowett-MSFT, is what I want to do. I commented on your PR #913 earlier that we should make this consistent across all testing projects. And the latter works toward consistency.

@miniksa commented on GitHub (May 21, 2019): > So, question. Is it better to change this: > > https://github.com/microsoft/terminal/blob/fd98145af268dffff0125d18d4ac48d2012aa205/build/pipelines/templates/build-console-steps.yml#L52-L54 > > or to change this: > > https://github.com/microsoft/terminal/blob/fd98145af268dffff0125d18d4ac48d2012aa205/src/buffer/out/ut_textbuffer/TextBuffer.Unittests.vcxproj#L25 > > ? The latter, @DHowett-MSFT, is what I want to do. I commented on your PR #913 earlier that we should make this consistent across all testing projects. And the latter works toward consistency.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1163