Search Issue Tracker
Fixed
Fixed in 1.1.33
Votes
0
Found in [Package]
1.1.31
Issue ID
DSTR-442
Regression
No
[UTF] LogAssert.Expect fails when called multiple times with asynchronous logs
Reproduction steps:
1. Open user-submitted project
2. Open Test Runner window. Window > General > Test runner
3. Select Play Mode
4. Run all tests
Expected result: both tests should succeed
Actual result: both tests fail
Reproducible with: 1.1.30, 1.1.31 (2019.4.36f1, 2020.3.30f1, 2021.2.13f1, 2022.1.0b9, 2022.2.0a5)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- Test Runner fails to create a script in the active path when selecting a file as the active path
Resolution Note (fix version 1.1.33):
* Fixed issue where using Assert.Expect with the same string multiple times can lead to incorrect errors in some cases (DSTR-442).
* Improved the logging when using multiple Assert.Expect and the logs appears in another order than expected (DSTR-442).