TryDuplicateBadTab and TryDuplicateBadPane unit tests are hanging when run locally #7200

Closed
opened 2026-01-31 00:57:39 +00:00 by claunia · 1 comment
Owner

Originally created by @j4james on GitHub (Mar 29, 2020).

Originally assigned to: @zadjii-msft on GitHub.

Environment

Windows build number: Version 10.0.18362.657
Windows Terminal version (if applicable): Commit 28d108bf32

Steps to reproduce

  1. Build the OpenConsole solution from a recent commit
  2. Run the unit test with runut.cmd /name:*TabTests::TryDuplicate*

Expected behavior

The unit tests should execute successfully.

Actual behavior

The TestHostApp window opens up and the test then appears to be stuck. Closing the window manually doesn't help, but if you instead kill the TestHostApp process, it will at least continue with the rest of the tests.

Originally created by @j4james on GitHub (Mar 29, 2020). Originally assigned to: @zadjii-msft on GitHub. # Environment Windows build number: Version 10.0.18362.657 Windows Terminal version (if applicable): Commit 28d108bf32de4dce061d80a2bd160cd617c7e698 # Steps to reproduce 1. Build the OpenConsole solution from a recent commit 2. Run the unit test with `runut.cmd /name:*TabTests::TryDuplicate*` # Expected behavior The unit tests should execute successfully. # Actual behavior The `TestHostApp` window opens up and the test then appears to be stuck. Closing the window manually doesn't help, but if you instead kill the `TestHostApp` process, it will at least continue with the rest of the tests.
Author
Owner

@zadjii-msft commented on GitHub (Mar 30, 2020):

That's not what you want to hear 😞. I wonder when this regressed - I'd bet it's the combo of #5051 with #5090, but I can't be sure ATM

@zadjii-msft commented on GitHub (Mar 30, 2020): That's not what you want to hear 😞. I wonder when this regressed - I'd bet it's the combo of #5051 with #5090, but I can't be sure ATM
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7200