Conversation
|
|
carlos-zamora
left a comment
There was a problem hiding this comment.
I'll let Leonard handle giving you the second sign off. I'm really just here to ask if we should try and run the LocalTests as a part of our bug bashes? We should do it on every commit (or at least the relevant ones), but maybe a half-step like this would help? Plus, we want these to go into the helix tests right?
They actually already are! we still just don't get emails from Helix, or something? |
|
Hello @zadjii-msft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
In classic fashion, we never run the LocalTests locally before committing, so stuff breaks from time to time.
This time, the main trick was that the tests had a pretty hardcore dependency on the inner workings of
_PreviewActionHandler, and when that changed, they broke.Also, there was a weird crash I saw when I had the default terminal set to the Dev build version. That crash would let the test contents pass, but ultimately fail when TAEF tore down the conhost. Unsetting that fixed the crash 🤷
Closes #12158