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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
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).