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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Resolution Note (fix version 1.4.5):
Fixed an issue where RunStarted event was not being evoked correctly during a test run.