Search Issue Tracker
Fixed
Fixed in 1.4.5
Votes
2
Found in [Package]
1.4.4
Issue ID
DSTR-1045
Regression
Yes
ITestRunCallback.RunStarted and ICallbacks.RunStarted are not called when running Test Runner tests in "PlayMode"
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the Test Runner window (Window > General > Test Runner)
3. Select the "PlayMode" tab
4. Press the “Run All” button
5. Observe the Console window
Expected result: “RunStarted” is called
Actual result: “RunStarted” is not called
Reproducible with: 1.4.4 (2021.3.38f1, 2022.3.28f1, 6000.0.1f1)
Not reproducible with: 1.4.3, 2.0.1-pre.18 (2021.3.38f1, 2022.3.28f1)
Couldn't test with: 2.0.1-exp.1, 2.0.1-pre.18 (6000.0.1f1) (Test Framework throws a compilation error)
Fixed in: 2.0.1-exp.1 (2021.3.38f1, 2022.3.28f1)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Comments (1)
-
nowsprinting
May 14, 2024 07:01
Why "Regression: No"?
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- 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
Resolution Note (fix version 1.4.5):
Fixed an issue where RunStarted event was not being evoked correctly during a test run.