SerializationTests::Actions started failing recently #13323
Labels
Area-CodeHealth
Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Windows Terminal version
Commit 848314e
Windows build number
10.0.19044.1706
Other Software
No response
Steps to reproduce
Expected Behavior
All the tests should pass.
Actual Behavior
There is a failure in
SettingsModelLocalTests::SerializationTests::Actions
when attempting to serialize the pair offindMatch
actions. It seems that the commands are being reordered.Click to see error
I'm not sure if this is actually an indication of a bug - is the order of the commands expected to be retained? But at the very least I'd expect the test to be corrected if this is just an altered hash map order or something of that sort.
If it helps, I think the first time the test stopped working was after commit 799b5d4.
The text was updated successfully, but these errors were encountered: